Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_BRANCH_ANY (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Dperf_event.h179 PERF_SAMPLE_BRANCH_ANY = 1U << PERF_SAMPLE_BRANCH_ANY_SHIFT, enumerator
/linux-4.1.27/tools/perf/
Dbuiltin-record.c586 BRANCH_OPT("any", PERF_SAMPLE_BRANCH_ANY),
653 *mode = PERF_SAMPLE_BRANCH_ANY; in parse_branch_stack()
/linux-4.1.27/arch/powerpc/perf/
Dpower8-pmu.c669 if (branch_sample_type & PERF_SAMPLE_BRANCH_ANY) in power8_bhrb_filter_map()
/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel_lbr.c493 if (br_type & PERF_SAMPLE_BRANCH_ANY) in intel_pmu_setup_sw_lbr_filter()
Dperf_event.c451 if (!(m & PERF_SAMPLE_BRANCH_ANY)) in precise_br_compat()
507 *br_type = PERF_SAMPLE_BRANCH_ANY; in x86_pmu_hw_config()