Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_BRANCH_IND_CALL (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/tools/testing/selftests/powerpc/pmu/sampling_tests/
H A Dmmcra_bhrb_ind_call_test.c41 event.attr.branch_sample_type = PERF_SAMPLE_BRANCH_IND_CALL; in mmcra_bhrb_ind_call_test()
H A Dbhrb_filter_map_test.c35 PERF_SAMPLE_BRANCH_IND_CALL,
/openbmc/linux/tools/perf/util/
H A Dparse-branch-options.c26 BRANCH_OPT("ind_call", PERF_SAMPLE_BRANCH_IND_CALL),
/openbmc/linux/arch/powerpc/perf/
H A Dpower8-pmu.c236 if (branch_sample_type & PERF_SAMPLE_BRANCH_IND_CALL) in power8_bhrb_filter_map()
H A Dpower9-pmu.c307 if (branch_sample_type & PERF_SAMPLE_BRANCH_IND_CALL) in power9_bhrb_filter_map()
H A Dpower10-pmu.c321 if (branch_sample_type & PERF_SAMPLE_BRANCH_IND_CALL) { in power10_bhrb_filter_map()
/openbmc/linux/arch/x86/events/amd/
H A Dlbr.c273 if (br_type & PERF_SAMPLE_BRANCH_IND_CALL) in amd_pmu_lbr_setup_filter()
/openbmc/linux/tools/include/uapi/linux/
H A Dperf_event.h218 PERF_SAMPLE_BRANCH_IND_CALL = 1U << PERF_SAMPLE_BRANCH_IND_CALL_SHIFT, enumerator
/openbmc/linux/include/uapi/linux/
H A Dperf_event.h218 PERF_SAMPLE_BRANCH_IND_CALL = 1U << PERF_SAMPLE_BRANCH_IND_CALL_SHIFT, enumerator
/openbmc/linux/arch/x86/events/intel/
H A Dlbr.c970 if (br_type & PERF_SAMPLE_BRANCH_IND_CALL) in intel_pmu_setup_sw_lbr_filter()