Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/tests/
Dsample-parsing.c81 if (type & PERF_SAMPLE_CALLCHAIN) { in samples_same()
/Linux-v4.19/tools/include/uapi/linux/
Dperf_event.h129 PERF_SAMPLE_CALLCHAIN = 1U << 5, enumerator
/Linux-v4.19/include/uapi/linux/
Dperf_event.h129 PERF_SAMPLE_CALLCHAIN = 1U << 5, enumerator
/Linux-v4.19/tools/perf/
Dbuiltin-report.c324 sample_type |= PERF_SAMPLE_CALLCHAIN; in report__setup_sample_type()
329 if (!is_pipe && !(sample_type & PERF_SAMPLE_CALLCHAIN)) { in report__setup_sample_type()
355 if (!(sample_type & PERF_SAMPLE_CALLCHAIN)) { in report__setup_sample_type()
Dbuiltin-c2c.c2576 else if (sample_type & PERF_SAMPLE_CALLCHAIN) in setup_callchain()
/Linux-v4.19/tools/perf/util/
Devsel.h474 return (evsel->attr.sample_type & PERF_SAMPLE_CALLCHAIN) != 0; in evsel__has_callchain()
Ddata-convert-bt.c831 if (type & PERF_SAMPLE_CALLCHAIN) { in process_sample_event()
1142 if (type & PERF_SAMPLE_CALLCHAIN) { in add_generic_types()
Devsel.c2459 if (type & PERF_SAMPLE_CALLCHAIN) { in perf_event__sample_event_size()
2611 if (type & PERF_SAMPLE_CALLCHAIN) { in perf_event__synthesize_sample()
Dintel-pt.c2219 attr.sample_type |= PERF_SAMPLE_CALLCHAIN; in intel_pt_synth_events()
/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_progs.c777 attr.sample_type = PERF_SAMPLE_RAW | PERF_SAMPLE_CALLCHAIN; in test_tp_attach_query()
974 attr.sample_type = PERF_SAMPLE_RAW | PERF_SAMPLE_CALLCHAIN; in test_stacktrace_map()
1160 attr.sample_type = PERF_SAMPLE_RAW | PERF_SAMPLE_CALLCHAIN; in test_stacktrace_build_id()
/Linux-v4.19/arch/x86/events/intel/
Dds.c1205 if (sample_type & PERF_SAMPLE_CALLCHAIN) in setup_pebs_sample_data()
Dcore.c3006 if (event->attr.sample_type & PERF_SAMPLE_CALLCHAIN) in intel_pmu_hw_config()
/Linux-v4.19/Documentation/sysctl/
Dkernel.txt710 PERF_SAMPLE_CALLCHAIN) configured events, for instance, when using
731 (attr.sample_type & PERF_SAMPLE_CALLCHAIN) configured events, for
/Linux-v4.19/kernel/events/
Dcore.c4437 if (event->attr.sample_type & PERF_SAMPLE_CALLCHAIN) in _free_event()
6191 if (sample_type & PERF_SAMPLE_CALLCHAIN) { in perf_output_sample()
6387 if (sample_type & PERF_SAMPLE_CALLCHAIN) { in perf_prepare_sample()
10069 if (event->attr.sample_type & PERF_SAMPLE_CALLCHAIN) { in perf_event_alloc()