Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_BRANCH_STACK (Results 1 – 23 of 23) sorted by relevance

/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dsample-parsing.c100 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 Dget_stackid_cannot_attach.c13 .sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_BRANCH_STACK, in test_get_stackid_cannot_attach()
H A Dperf_event_stackmap.c60 .sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_BRANCH_STACK | in test_perf_event_stackmap()
H A Dperf_branches.c114 attr.sample_type = PERF_SAMPLE_BRANCH_STACK; in test_perf_branches_hw()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Devsel.h413 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 Dintel-pt.c972 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 Dsynthetic-events.c1362 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 Dcallchain.c1610 } else if (sample_type & PERF_SAMPLE_BRANCH_STACK) in callchain_param_setup()
H A Dcs-etm.c1348 attr.sample_type |= PERF_SAMPLE_BRANCH_STACK; in cs_etm__synth_events()
H A Devsel.c2274 if (type & PERF_SAMPLE_BRANCH_STACK) { in evsel__parse_sample()
H A Dheader.c1724 if ((attr->sample_type & PERF_SAMPLE_BRANCH_STACK) && in perf_attr_check()
/OK3568_Linux_fs/kernel/tools/perf/ui/browsers/
H A Dscripts.c39 if (attr->sample_type & PERF_SAMPLE_BRANCH_STACK) in attr_to_script()
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dperf_event.h135 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 Dperf_event.h135 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 Dperf_event.h135 PERF_SAMPLE_BRANCH_STACK = 1U << 11, enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dperf_event.h135 PERF_SAMPLE_BRANCH_STACK = 1U << 11, enumerator
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-report.c354 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 Dbuiltin-script.c2205 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 Dbuiltin-c2c.c2544 } else if (sample_type & PERF_SAMPLE_BRANCH_STACK) in setup_callchain()
/OK3568_Linux_fs/kernel/arch/x86/events/intel/
H A Dds.c1005 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 Dperf_event.h1372 return event->attr.sample_type & PERF_SAMPLE_BRANCH_STACK; in has_branch_stack()
/OK3568_Linux_fs/kernel/arch/powerpc/perf/
H A Dcore-book3s.c2200 if (event->attr.sample_type & PERF_SAMPLE_BRANCH_STACK) { in record_and_restart()
/OK3568_Linux_fs/kernel/kernel/events/
H A Dcore.c6936 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()