/openbmc/linux/tools/perf/util/ |
H A D | off_cpu.h | 16 PERF_SAMPLE_PERIOD | PERF_SAMPLE_CALLCHAIN | \
|
H A D | bpf_off_cpu.c | 61 evsel->core.attr.sample_type = PERF_SAMPLE_CALLCHAIN; in off_cpu_config() 355 if (sample_type & PERF_SAMPLE_CALLCHAIN) { in off_cpu_write()
|
H A D | evsel.h | 508 return evsel->core.attr.sample_type & PERF_SAMPLE_CALLCHAIN || in evsel__has_callchain() 509 evsel->synth_sample_type & PERF_SAMPLE_CALLCHAIN; in evsel__has_callchain()
|
H A D | data-convert-bt.c | 840 if (type & PERF_SAMPLE_CALLCHAIN) { in process_sample_event() 1151 if (type & PERF_SAMPLE_CALLCHAIN) { in add_generic_types()
|
H A D | intel-pt.c | 1224 if (!(evsel->core.attr.sample_type & PERF_SAMPLE_CALLCHAIN)) in intel_pt_callchain_init() 1225 evsel->synth_sample_type |= PERF_SAMPLE_CALLCHAIN; in intel_pt_callchain_init() 2281 if (sample_type & PERF_SAMPLE_CALLCHAIN && in intel_pt_do_synth_pebs_sample() 3781 attr.sample_type |= PERF_SAMPLE_CALLCHAIN; in intel_pt_synth_events()
|
H A D | synthetic-events.c | 1477 if (type & PERF_SAMPLE_CALLCHAIN) { in perf_event__sample_event_size() 1666 if (type & PERF_SAMPLE_CALLCHAIN) { in perf_event__synthesize_sample()
|
H A D | evsel.c | 2494 if (type & PERF_SAMPLE_CALLCHAIN) { in evsel__parse_sample()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | get_stackid_cannot_attach.c | 55 attr.sample_type |= PERF_SAMPLE_CALLCHAIN; in test_get_stackid_cannot_attach()
|
H A D | perf_event_stackmap.c | 61 PERF_SAMPLE_CALLCHAIN, in test_perf_event_stackmap()
|
H A D | tp_attach_query.c | 37 attr.sample_type = PERF_SAMPLE_RAW | PERF_SAMPLE_CALLCHAIN; in serial_test_tp_attach_query()
|
/openbmc/linux/kernel/bpf/ |
H A D | stackmap.c | 341 if (!(event->attr.sample_type & PERF_SAMPLE_CALLCHAIN)) in BPF_CALL_3() 518 if (!(event->attr.sample_type & PERF_SAMPLE_CALLCHAIN)) in BPF_CALL_4()
|
/openbmc/linux/tools/perf/tests/ |
H A D | sample-parsing.c | 101 if (type & PERF_SAMPLE_CALLCHAIN) { in samples_same()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-report.c | 375 sample_type |= PERF_SAMPLE_CALLCHAIN; in report__setup_sample_type() 381 if (!is_pipe && !(sample_type & PERF_SAMPLE_CALLCHAIN)) { in report__setup_sample_type() 407 if (!(sample_type & PERF_SAMPLE_CALLCHAIN)) { in report__setup_sample_type()
|
H A D | builtin-c2c.c | 2859 else if (sample_type & PERF_SAMPLE_CALLCHAIN) in setup_callchain()
|
H A D | builtin-script.c | 2486 (sample_type & PERF_SAMPLE_CALLCHAIN || in process_attr()
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | perf_event.h | 145 PERF_SAMPLE_CALLCHAIN = 1U << 5, enumerator
|
/openbmc/linux/include/uapi/linux/ |
H A D | perf_event.h | 145 PERF_SAMPLE_CALLCHAIN = 1U << 5, enumerator
|
/openbmc/linux/arch/x86/events/intel/ |
H A D | ds.c | 1657 if (sample_type & PERF_SAMPLE_CALLCHAIN) in setup_pebs_fixed_sample_data() 1825 if (sample_type & PERF_SAMPLE_CALLCHAIN) in setup_pebs_adaptive_sample_data()
|
/openbmc/linux/arch/x86/events/amd/ |
H A D | ibs.c | 1129 if (event->attr.sample_type & PERF_SAMPLE_CALLCHAIN) in perf_ibs_handle_irq()
|
/openbmc/linux/include/linux/ |
H A D | perf_event.h | 1230 data->sample_flags |= PERF_SAMPLE_CALLCHAIN; in perf_sample_save_callchain()
|
/openbmc/linux/arch/s390/kernel/ |
H A D | perf_cpum_sf.c | 927 return sample_type & (PERF_SAMPLE_CALLCHAIN | PERF_SAMPLE_REGS_USER | in is_callchain_event()
|
/openbmc/linux/kernel/events/ |
H A D | core.c | 5233 if (event->attr.sample_type & PERF_SAMPLE_CALLCHAIN) in _free_event() 7391 if (sample_type & PERF_SAMPLE_CALLCHAIN) { in perf_output_sample() 7719 if (filtered_sample_type & PERF_SAMPLE_CALLCHAIN) in perf_prepare_sample() 10508 (!(event->attr.sample_type & PERF_SAMPLE_CALLCHAIN) || in perf_event_set_bpf_handler() 12116 if (event->attr.sample_type & PERF_SAMPLE_CALLCHAIN) { in perf_event_alloc() 12134 if (event->attr.sample_type & PERF_SAMPLE_CALLCHAIN) in perf_event_alloc()
|
/openbmc/linux/Documentation/admin-guide/sysctl/ |
H A D | kernel.rst | 943 PERF_SAMPLE_CALLCHAIN``) configured events, for instance, when using 964 (``attr.sample_type & PERF_SAMPLE_CALLCHAIN``) configured events, for
|