Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_BRANCH_ANY_CALL (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/tools/testing/selftests/powerpc/pmu/sampling_tests/
H A Dbhrb_filter_map_test.c30 PERF_SAMPLE_BRANCH_ANY_CALL,
105 event.attr.branch_sample_type = PERF_SAMPLE_BRANCH_ANY | PERF_SAMPLE_BRANCH_ANY_CALL; in bhrb_filter_map_test()
/openbmc/linux/tools/perf/util/
H A Dparse-branch-options.c24 BRANCH_OPT("any_call", PERF_SAMPLE_BRANCH_ANY_CALL),
/openbmc/linux/arch/powerpc/perf/
H A Dpower8-pmu.c242 if (branch_sample_type & PERF_SAMPLE_BRANCH_ANY_CALL) { in power8_bhrb_filter_map()
H A Dpower9-pmu.c313 if (branch_sample_type & PERF_SAMPLE_BRANCH_ANY_CALL) { in power9_bhrb_filter_map()
H A Dpower10-pmu.c334 if (branch_sample_type & PERF_SAMPLE_BRANCH_ANY_CALL) { in power10_bhrb_filter_map()
/openbmc/linux/arch/x86/events/amd/
H A Dlbr.c267 if (br_type & PERF_SAMPLE_BRANCH_ANY_CALL) in amd_pmu_lbr_setup_filter()
/openbmc/linux/tools/include/uapi/linux/
H A Dperf_event.h216 PERF_SAMPLE_BRANCH_ANY_CALL = 1U << PERF_SAMPLE_BRANCH_ANY_CALL_SHIFT, enumerator
/openbmc/linux/include/uapi/linux/
H A Dperf_event.h216 PERF_SAMPLE_BRANCH_ANY_CALL = 1U << PERF_SAMPLE_BRANCH_ANY_CALL_SHIFT, enumerator
/openbmc/linux/arch/x86/events/intel/
H A Dlbr.c964 if (br_type & PERF_SAMPLE_BRANCH_ANY_CALL) in intel_pmu_setup_sw_lbr_filter()