Home
last modified time | relevance | path

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

/tools/testing/selftests/powerpc/pmu/sampling_tests/
A Dbhrb_no_crash_wo_pmu_test.c41 event.attr.sample_type = PERF_SAMPLE_BRANCH_STACK; in bhrb_no_crash_wo_pmu_test()
A Dmmcra_bhrb_any_test.c36 event.attr.sample_type |= PERF_SAMPLE_BRANCH_STACK; in mmcra_bhrb_any_test()
A Dmmcra_bhrb_disable_test.c37 event.attr.sample_type |= PERF_SAMPLE_BRANCH_STACK; in mmcra_bhrb_disable_test()
A Dmmcra_bhrb_ind_call_test.c40 event.attr.sample_type |= PERF_SAMPLE_BRANCH_STACK; in mmcra_bhrb_ind_call_test()
A Dmmcra_bhrb_cond_test.c40 event.attr.sample_type |= PERF_SAMPLE_BRANCH_STACK; in mmcra_bhrb_cond_test()
A Dbhrb_filter_map_test.c59 event.attr.sample_type = PERF_SAMPLE_BRANCH_STACK; in bhrb_filter_map_test()
A Dmisc.c281 if ((type ^ (PERF_SAMPLE_REGS_INTR | PERF_SAMPLE_BRANCH_STACK)) && in get_intr_regs()
289 if (type & PERF_SAMPLE_BRANCH_STACK) { in get_intr_regs()
/tools/testing/selftests/bpf/prog_tests/
A Dperf_event_stackmap.c60 .sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_BRANCH_STACK | in test_perf_event_stackmap()
A Dget_stackid_cannot_attach.c13 .sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_BRANCH_STACK, in test_get_stackid_cannot_attach()
A Dget_branch_snapshot.c42 attr.sample_type = PERF_SAMPLE_BRANCH_STACK; in create_perf_events()
A Dperf_branches.c114 attr.sample_type = PERF_SAMPLE_BRANCH_STACK; in test_perf_branches_hw()
/tools/perf/tests/
A Dsample-parsing.c115 if (type & PERF_SAMPLE_BRANCH_STACK) { in samples_same()
298 if (sample_type & PERF_SAMPLE_BRANCH_STACK) in do_test()
360 if (sample_type == PERF_SAMPLE_BRANCH_STACK) { in do_test()
/tools/perf/util/
A Devsel.h535 return evsel->core.attr.sample_type & PERF_SAMPLE_BRANCH_STACK || in evsel__has_br_stack()
536 evsel->synth_sample_type & PERF_SAMPLE_BRANCH_STACK; in evsel__has_br_stack()
A Dintel-pt.c1264 if (!(evsel->core.attr.sample_type & PERF_SAMPLE_BRANCH_STACK)) in intel_pt_br_stack_init()
1265 evsel->synth_sample_type |= PERF_SAMPLE_BRANCH_STACK; in intel_pt_br_stack_init()
2489 if (sample_type & PERF_SAMPLE_BRANCH_STACK) { in intel_pt_do_synth_pebs_sample()
4011 attr.sample_type |= PERF_SAMPLE_BRANCH_STACK; in intel_pt_synth_events()
A Devsel.c2267 .sample_type = PERF_SAMPLE_BRANCH_STACK, in evsel__detect_missing_brstack_features()
3170 if (type & PERF_SAMPLE_BRANCH_STACK) { in evsel__parse_sample()
3788 if (evsel->core.attr.sample_type & PERF_SAMPLE_BRANCH_STACK) in evsel__open_strerror()
A Dsynthetic-events.c1511 if (type & PERF_SAMPLE_BRANCH_STACK) { in perf_event__sample_event_size()
1715 if (type & PERF_SAMPLE_BRANCH_STACK) { in perf_event__synthesize_sample()
A Dcallchain.c1679 } else if (sample_type & PERF_SAMPLE_BRANCH_STACK) in callchain_param_setup()
A Darm-spe.c1702 attr.sample_type |= PERF_SAMPLE_BRANCH_STACK; in arm_spe_synth_events()
A Dcs-etm.c1748 attr.sample_type |= PERF_SAMPLE_BRANCH_STACK; in cs_etm__synth_events()
A Dheader.c1904 if ((attr->sample_type & PERF_SAMPLE_BRANCH_STACK) && in perf_attr_check()
/tools/perf/ui/browsers/
A Dscripts.c41 if (attr->sample_type & PERF_SAMPLE_BRANCH_STACK) in attr_to_script()
/tools/include/uapi/linux/
A Dperf_event.h154 PERF_SAMPLE_BRANCH_STACK = 1U << 11, enumerator
/tools/perf/
A Dbuiltin-report.c386 sample_type |= PERF_SAMPLE_BRANCH_STACK; in report__setup_sample_type()
422 !(sample_type & PERF_SAMPLE_BRANCH_STACK)) { in report__setup_sample_type()
A Dbuiltin-c2c.c2845 } else if (sample_type & PERF_SAMPLE_BRANCH_STACK) in setup_callchain()
A Dbuiltin-script.c2542 sample_type & PERF_SAMPLE_BRANCH_STACK || in process_attr()

Completed in 78 milliseconds