Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/powerpc/pmu/sampling_tests/
H A Dmmcra_bhrb_cond_test.c41 event.attr.branch_sample_type = PERF_SAMPLE_BRANCH_COND; in mmcra_bhrb_cond_test()
H A Dbhrb_filter_map_test.c36 PERF_SAMPLE_BRANCH_COND,
/openbmc/linux/tools/perf/util/
H A Dparse-branch-options.c30 BRANCH_OPT("cond", PERF_SAMPLE_BRANCH_COND),
/openbmc/linux/arch/x86/events/amd/
H A Dlbr.c276 if (br_type & PERF_SAMPLE_BRANCH_COND) in amd_pmu_lbr_setup_filter()
/openbmc/linux/tools/include/uapi/linux/
H A Dperf_event.h222 PERF_SAMPLE_BRANCH_COND = 1U << PERF_SAMPLE_BRANCH_COND_SHIFT, enumerator
/openbmc/linux/include/uapi/linux/
H A Dperf_event.h222 PERF_SAMPLE_BRANCH_COND = 1U << PERF_SAMPLE_BRANCH_COND_SHIFT, enumerator
/openbmc/linux/arch/powerpc/perf/
H A Dpower10-pmu.c326 if (branch_sample_type & PERF_SAMPLE_BRANCH_COND) { in power10_bhrb_filter_map()
/openbmc/linux/arch/x86/events/intel/
H A Dlbr.c982 if (br_type & PERF_SAMPLE_BRANCH_COND) in intel_pmu_setup_sw_lbr_filter()