| /OK3568_Linux_fs/kernel/tools/perf/tests/ |
| H A D | sample-parsing.c | 100 if (type & PERF_SAMPLE_BRANCH_STACK) { in samples_same() 253 if (sample_type & PERF_SAMPLE_BRANCH_STACK) in do_test()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | get_stackid_cannot_attach.c | 13 .sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_BRANCH_STACK, in test_get_stackid_cannot_attach()
|
| H A D | perf_event_stackmap.c | 60 .sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_BRANCH_STACK | in test_perf_event_stackmap()
|
| H A D | perf_branches.c | 114 attr.sample_type = PERF_SAMPLE_BRANCH_STACK; in test_perf_branches_hw()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | evsel.h | 413 return evsel->core.attr.sample_type & PERF_SAMPLE_BRANCH_STACK || in evsel__has_br_stack() 414 evsel->synth_sample_type & PERF_SAMPLE_BRANCH_STACK; in evsel__has_br_stack()
|
| H A D | intel-pt.c | 972 if (!(evsel->core.attr.sample_type & PERF_SAMPLE_BRANCH_STACK)) in intel_pt_br_stack_init() 973 evsel->synth_sample_type |= PERF_SAMPLE_BRANCH_STACK; in intel_pt_br_stack_init() 1856 if (sample_type & PERF_SAMPLE_BRANCH_STACK) { in intel_pt_synth_pebs_sample() 3034 attr.sample_type |= PERF_SAMPLE_BRANCH_STACK; in intel_pt_synth_events()
|
| H A D | synthetic-events.c | 1362 if (type & PERF_SAMPLE_BRANCH_STACK) { in perf_event__sample_event_size() 1527 if (type & PERF_SAMPLE_BRANCH_STACK) { in perf_event__synthesize_sample()
|
| H A D | callchain.c | 1610 } else if (sample_type & PERF_SAMPLE_BRANCH_STACK) in callchain_param_setup()
|
| H A D | cs-etm.c | 1348 attr.sample_type |= PERF_SAMPLE_BRANCH_STACK; in cs_etm__synth_events()
|
| H A D | evsel.c | 2274 if (type & PERF_SAMPLE_BRANCH_STACK) { in evsel__parse_sample()
|
| H A D | header.c | 1724 if ((attr->sample_type & PERF_SAMPLE_BRANCH_STACK) && in perf_attr_check()
|
| /OK3568_Linux_fs/kernel/tools/perf/ui/browsers/ |
| H A D | scripts.c | 39 if (attr->sample_type & PERF_SAMPLE_BRANCH_STACK) in attr_to_script()
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | perf_event.h | 135 PERF_SAMPLE_BRANCH_STACK = 1U << 11, 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 | 135 PERF_SAMPLE_BRANCH_STACK = 1U << 11, 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 | 135 PERF_SAMPLE_BRANCH_STACK = 1U << 11, enumerator
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | perf_event.h | 135 PERF_SAMPLE_BRANCH_STACK = 1U << 11, enumerator
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | builtin-report.c | 354 sample_type |= PERF_SAMPLE_BRANCH_STACK; in report__setup_sample_type() 390 !(sample_type & PERF_SAMPLE_BRANCH_STACK)) { in report__setup_sample_type()
|
| H A D | builtin-script.c | 2205 sample_type & PERF_SAMPLE_BRANCH_STACK || in process_attr() 3270 } else if (sample_type & PERF_SAMPLE_BRANCH_STACK) in script__setup_sample_type()
|
| H A D | builtin-c2c.c | 2544 } else if (sample_type & PERF_SAMPLE_BRANCH_STACK) in setup_callchain()
|
| /OK3568_Linux_fs/kernel/arch/x86/events/intel/ |
| H A D | ds.c | 1005 if (sample_type & PERF_SAMPLE_BRANCH_STACK) { in pebs_update_adaptive_cfg() 2080 PERF_SAMPLE_BRANCH_STACK | in intel_ds_init()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | perf_event.h | 1372 return event->attr.sample_type & PERF_SAMPLE_BRANCH_STACK; in has_branch_stack()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/perf/ |
| H A D | core-book3s.c | 2200 if (event->attr.sample_type & PERF_SAMPLE_BRANCH_STACK) { in record_and_restart()
|
| /OK3568_Linux_fs/kernel/kernel/events/ |
| H A D | core.c | 6936 if (sample_type & PERF_SAMPLE_BRANCH_STACK) { in perf_output_sample() 7142 if (sample_type & PERF_SAMPLE_BRANCH_STACK) { in perf_prepare_sample() 11468 if (attr->sample_type & PERF_SAMPLE_BRANCH_STACK) { in perf_copy_attr()
|