Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/prog_tests/
A Dperf_event_stackmap.c61 PERF_SAMPLE_CALLCHAIN, in test_perf_event_stackmap()
A Dget_stackid_cannot_attach.c55 attr.sample_type |= PERF_SAMPLE_CALLCHAIN; in test_get_stackid_cannot_attach()
A Dtp_attach_query.c37 attr.sample_type = PERF_SAMPLE_RAW | PERF_SAMPLE_CALLCHAIN; in serial_test_tp_attach_query()
/tools/perf/util/
A Devsel.h525 return evsel->core.attr.sample_type & PERF_SAMPLE_CALLCHAIN || in evsel__has_callchain()
526 evsel->synth_sample_type & PERF_SAMPLE_CALLCHAIN; in evsel__has_callchain()
A Ddata-convert-bt.c841 if (type & PERF_SAMPLE_CALLCHAIN) { in process_sample_event()
1153 if (type & PERF_SAMPLE_CALLCHAIN) { in add_generic_types()
A Dintel-pt.c1226 if (!(evsel->core.attr.sample_type & PERF_SAMPLE_CALLCHAIN)) in intel_pt_callchain_init()
1227 evsel->synth_sample_type |= PERF_SAMPLE_CALLCHAIN; in intel_pt_callchain_init()
2464 if (sample_type & PERF_SAMPLE_CALLCHAIN && in intel_pt_do_synth_pebs_sample()
4009 attr.sample_type |= PERF_SAMPLE_CALLCHAIN; in intel_pt_synth_events()
A Dsynthetic-events.c1501 if (type & PERF_SAMPLE_CALLCHAIN) { in perf_event__sample_event_size()
1696 if (type & PERF_SAMPLE_CALLCHAIN) { in perf_event__synthesize_sample()
A Devsel.c3127 if (type & PERF_SAMPLE_CALLCHAIN) { in evsel__parse_sample()
/tools/perf/tests/
A Dsample-parsing.c101 if (type & PERF_SAMPLE_CALLCHAIN) { in samples_same()
/tools/include/uapi/linux/
A Dperf_event.h148 PERF_SAMPLE_CALLCHAIN = 1U << 5, enumerator
/tools/perf/
A Dbuiltin-report.c382 sample_type |= PERF_SAMPLE_CALLCHAIN; in report__setup_sample_type()
388 if (!is_pipe && !(sample_type & PERF_SAMPLE_CALLCHAIN)) { in report__setup_sample_type()
414 if (!(sample_type & PERF_SAMPLE_CALLCHAIN)) { in report__setup_sample_type()
A Dbuiltin-c2c.c2847 else if (sample_type & PERF_SAMPLE_CALLCHAIN) in setup_callchain()
A Dbuiltin-script.c2541 (sample_type & PERF_SAMPLE_CALLCHAIN || in process_attr()

Completed in 54 milliseconds