| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | get_stackid_cannot_attach.c | 56 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 | 32 attr.sample_type = PERF_SAMPLE_RAW | PERF_SAMPLE_CALLCHAIN; in test_tp_attach_query()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | evsel.h | 403 return evsel->core.attr.sample_type & PERF_SAMPLE_CALLCHAIN || in evsel__has_callchain() 404 evsel->synth_sample_type & PERF_SAMPLE_CALLCHAIN; in evsel__has_callchain()
|
| H A D | data-convert-bt.c | 834 if (type & PERF_SAMPLE_CALLCHAIN) { in process_sample_event() 1145 if (type & PERF_SAMPLE_CALLCHAIN) { in add_generic_types()
|
| H A D | intel-pt.c | 934 if (!(evsel->core.attr.sample_type & PERF_SAMPLE_CALLCHAIN)) in intel_pt_callchain_init() 935 evsel->synth_sample_type |= PERF_SAMPLE_CALLCHAIN; in intel_pt_callchain_init() 1832 if (sample_type & PERF_SAMPLE_CALLCHAIN && in intel_pt_synth_pebs_sample() 3032 attr.sample_type |= PERF_SAMPLE_CALLCHAIN; in intel_pt_synth_events()
|
| H A D | synthetic-events.c | 1352 if (type & PERF_SAMPLE_CALLCHAIN) { in perf_event__sample_event_size() 1512 if (type & PERF_SAMPLE_CALLCHAIN) { in perf_event__synthesize_sample()
|
| H A D | evsel.c | 2231 if (type & PERF_SAMPLE_CALLCHAIN) { in evsel__parse_sample()
|
| /OK3568_Linux_fs/kernel/arch/x86/events/amd/ |
| H A D | ibs.c | 322 if (event->attr.sample_type & PERF_SAMPLE_CALLCHAIN) in perf_ibs_init() 710 if (event->attr.sample_type & PERF_SAMPLE_CALLCHAIN) in perf_ibs_handle_irq()
|
| /OK3568_Linux_fs/kernel/tools/perf/tests/ |
| H A D | sample-parsing.c | 86 if (type & PERF_SAMPLE_CALLCHAIN) { in samples_same()
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | perf_event.h | 129 PERF_SAMPLE_CALLCHAIN = 1U << 5, enumerator
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | perf_event.h | 129 PERF_SAMPLE_CALLCHAIN = 1U << 5, enumerator
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | perf_event.h | 129 PERF_SAMPLE_CALLCHAIN = 1U << 5, enumerator
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | perf_event.h | 129 PERF_SAMPLE_CALLCHAIN = 1U << 5, enumerator
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | builtin-report.c | 350 sample_type |= PERF_SAMPLE_CALLCHAIN; in report__setup_sample_type() 356 if (!is_pipe && !(sample_type & PERF_SAMPLE_CALLCHAIN)) { in report__setup_sample_type() 382 if (!(sample_type & PERF_SAMPLE_CALLCHAIN)) { in report__setup_sample_type()
|
| H A D | builtin-c2c.c | 2546 else if (sample_type & PERF_SAMPLE_CALLCHAIN) in setup_callchain()
|
| H A D | builtin-script.c | 2204 (sample_type & PERF_SAMPLE_CALLCHAIN || in process_attr()
|
| /OK3568_Linux_fs/kernel/arch/x86/events/intel/ |
| H A D | ds.c | 1387 if (sample_type & PERF_SAMPLE_CALLCHAIN) in setup_pebs_fixed_sample_data() 1548 if (sample_type & PERF_SAMPLE_CALLCHAIN) in setup_pebs_adaptive_sample_data()
|
| H A D | core.c | 3585 if (event->attr.sample_type & PERF_SAMPLE_CALLCHAIN) in intel_pmu_hw_config()
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | perf_cpum_sf.c | 888 return sample_type & (PERF_SAMPLE_CALLCHAIN | PERF_SAMPLE_REGS_USER | in is_callchain_event()
|
| /OK3568_Linux_fs/kernel/kernel/events/ |
| H A D | core.c | 4884 if (event->attr.sample_type & PERF_SAMPLE_CALLCHAIN) in _free_event() 6895 if (sample_type & PERF_SAMPLE_CALLCHAIN) { in perf_output_sample() 7106 if (sample_type & PERF_SAMPLE_CALLCHAIN) { in perf_prepare_sample() 11388 if (event->attr.sample_type & PERF_SAMPLE_CALLCHAIN) { in perf_event_alloc() 11406 if (event->attr.sample_type & PERF_SAMPLE_CALLCHAIN) in perf_event_alloc()
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/sysctl/ |
| H A D | kernel.rst | 871 PERF_SAMPLE_CALLCHAIN``) configured events, for instance, when using 892 (``attr.sample_type & PERF_SAMPLE_CALLCHAIN``) configured events, for
|