Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_CALLCHAIN (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Dperf_event.h127 PERF_SAMPLE_CALLCHAIN = 1U << 5, enumerator
/linux-4.1.27/tools/perf/
Dbuiltin-report.c208 if (!is_pipe && !(sample_type & PERF_SAMPLE_CALLCHAIN)) { in report__setup_sample_type()
233 if (!(sample_type & PERF_SAMPLE_CALLCHAIN)) { in report__setup_sample_type()
Dbuiltin-script.c302 if (evsel->attr.sample_type & PERF_SAMPLE_CALLCHAIN) { in perf_session__check_output_opt()
326 if (attr->sample_type & PERF_SAMPLE_CALLCHAIN) { in perf_session__check_output_opt()
/linux-4.1.27/tools/perf/tests/
Dsample-parsing.c78 if (type & PERF_SAMPLE_CALLCHAIN) { in samples_same()
/linux-4.1.27/tools/perf/util/
Devsel.c1556 if (type & PERF_SAMPLE_CALLCHAIN) { in perf_evsel__parse_sample()
1726 if (type & PERF_SAMPLE_CALLCHAIN) { in perf_event__sample_event_size()
1891 if (type & PERF_SAMPLE_CALLCHAIN) { in perf_event__synthesize_sample()
Dpython.c993 { "SAMPLE_CALLCHAIN", PERF_SAMPLE_CALLCHAIN },
Dsession.c771 if (sample_type & PERF_SAMPLE_CALLCHAIN) in dump_sample()
/linux-4.1.27/kernel/events/
Dcore.c3571 if (event->attr.sample_type & PERF_SAMPLE_CALLCHAIN) in __free_event()
5197 if (sample_type & PERF_SAMPLE_CALLCHAIN) { in perf_output_sample()
5330 if (sample_type & PERF_SAMPLE_CALLCHAIN) { in perf_prepare_sample()
7637 if (event->attr.sample_type & PERF_SAMPLE_CALLCHAIN) { in perf_event_alloc()