Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_BRANCH_ANY (Results 1 – 18 of 18) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dparse-branch-options.c23 BRANCH_OPT("any", PERF_SAMPLE_BRANCH_ANY),
55 *mode = PERF_SAMPLE_BRANCH_ANY; in parse_branch_str()
90 *mode = PERF_SAMPLE_BRANCH_ANY; in parse_branch_str()
/openbmc/linux/tools/testing/selftests/powerpc/pmu/sampling_tests/
H A Dbhrb_filter_map_test.c29 PERF_SAMPLE_BRANCH_ANY,
105 event.attr.branch_sample_type = PERF_SAMPLE_BRANCH_ANY | PERF_SAMPLE_BRANCH_ANY_CALL; in bhrb_filter_map_test()
H A Dmmcra_bhrb_any_test.c37 event.attr.branch_sample_type = PERF_SAMPLE_BRANCH_ANY; in mmcra_bhrb_any_test()
H A Dmmcra_bhrb_disable_test.c38 event.attr.branch_sample_type = PERF_SAMPLE_BRANCH_ANY; in mmcra_bhrb_disable_test()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dget_branch_snapshot.c44 PERF_SAMPLE_BRANCH_USER | PERF_SAMPLE_BRANCH_ANY; in create_perf_events()
H A Dperf_branches.c115 attr.branch_sample_type = PERF_SAMPLE_BRANCH_USER | PERF_SAMPLE_BRANCH_ANY; in test_perf_branches_hw()
/openbmc/linux/arch/x86/events/amd/
H A Dbrs.c90 if ((type & ~PERF_SAMPLE_BRANCH_PLM_ALL) != PERF_SAMPLE_BRANCH_ANY) in amd_brs_setup_filter()
H A Dlbr.c264 if (br_type & PERF_SAMPLE_BRANCH_ANY) in amd_pmu_lbr_setup_filter()
/openbmc/linux/arch/powerpc/perf/
H A Dpower8-pmu.c229 if (branch_sample_type & PERF_SAMPLE_BRANCH_ANY) in power8_bhrb_filter_map()
H A Dpower9-pmu.c300 if (branch_sample_type & PERF_SAMPLE_BRANCH_ANY) in power9_bhrb_filter_map()
H A Dpower10-pmu.c314 if (branch_sample_type & PERF_SAMPLE_BRANCH_ANY) in power10_bhrb_filter_map()
/openbmc/linux/tools/include/uapi/linux/
H A Dperf_event.h215 PERF_SAMPLE_BRANCH_ANY = 1U << PERF_SAMPLE_BRANCH_ANY_SHIFT, enumerator
/openbmc/linux/include/uapi/linux/
H A Dperf_event.h215 PERF_SAMPLE_BRANCH_ANY = 1U << PERF_SAMPLE_BRANCH_ANY_SHIFT, enumerator
/openbmc/linux/tools/perf/
H A Dbuiltin-top.c739 !(top->record_opts.branch_stack & PERF_SAMPLE_BRANCH_ANY), in hist_iter__top_callback()
1705 opts->branch_stack = PERF_SAMPLE_BRANCH_ANY; in cmd_top()
H A Dbuiltin-report.c452 if (!(evlist__combined_branch_type(session->evlist) & PERF_SAMPLE_BRANCH_ANY)) in report__setup_sample_type()
H A Dbuiltin-script.c511 !(evlist__combined_branch_type(session->evlist) & PERF_SAMPLE_BRANCH_ANY)) { in evsel__check_attr()
/openbmc/linux/arch/x86/events/
H A Dcore.c525 if (!(m & PERF_SAMPLE_BRANCH_ANY)) in precise_br_compat()
594 *br_type = PERF_SAMPLE_BRANCH_ANY; in x86_pmu_hw_config()
/openbmc/linux/arch/x86/events/intel/
H A Dlbr.c961 if (br_type & PERF_SAMPLE_BRANCH_ANY) in intel_pmu_setup_sw_lbr_filter()