Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dparse-branch-options.c28 BRANCH_OPT("cond", PERF_SAMPLE_BRANCH_COND),
/linux-4.4.14/include/uapi/linux/
Dperf_event.h189 PERF_SAMPLE_BRANCH_COND = 1U << PERF_SAMPLE_BRANCH_COND_SHIFT, enumerator
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_lbr.c545 if (br_type & PERF_SAMPLE_BRANCH_COND) in intel_pmu_setup_sw_lbr_filter()