Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_BRANCH_CALL (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dparse-branch-options.c32 BRANCH_OPT("call", PERF_SAMPLE_BRANCH_CALL),
/openbmc/linux/arch/powerpc/perf/
H A Dpower8-pmu.c239 if (branch_sample_type & PERF_SAMPLE_BRANCH_CALL) in power8_bhrb_filter_map()
H A Dpower9-pmu.c310 if (branch_sample_type & PERF_SAMPLE_BRANCH_CALL) in power9_bhrb_filter_map()
H A Dpower10-pmu.c331 if (branch_sample_type & PERF_SAMPLE_BRANCH_CALL) in power10_bhrb_filter_map()
/openbmc/linux/arch/x86/events/amd/
H A Dlbr.c282 if (br_type & PERF_SAMPLE_BRANCH_CALL) in amd_pmu_lbr_setup_filter()
/openbmc/linux/tools/include/uapi/linux/
H A Dperf_event.h226 PERF_SAMPLE_BRANCH_CALL = 1U << PERF_SAMPLE_BRANCH_CALL_SHIFT, enumerator
/openbmc/linux/include/uapi/linux/
H A Dperf_event.h226 PERF_SAMPLE_BRANCH_CALL = 1U << PERF_SAMPLE_BRANCH_CALL_SHIFT, enumerator
/openbmc/linux/arch/x86/events/intel/
H A Dlbr.c997 if (br_type & PERF_SAMPLE_BRANCH_CALL) in intel_pmu_setup_sw_lbr_filter()