Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/kernel/cpu/
Dperf_event_intel_lbr.c329 if (br_type & PERF_SAMPLE_BRANCH_ANY) in intel_pmu_setup_sw_lbr_filter()
614 [PERF_SAMPLE_BRANCH_ANY] = LBR_ANY,
632 [PERF_SAMPLE_BRANCH_ANY] = LBR_ANY,
Dperf_event.c367 if (!(m & PERF_SAMPLE_BRANCH_ANY)) in precise_br_compat()
422 *br_type = PERF_SAMPLE_BRANCH_ANY; in x86_pmu_hw_config()
/linux-3.4.99/tools/perf/
Dbuiltin-record.c658 BRANCH_OPT("any", PERF_SAMPLE_BRANCH_ANY),
721 *mode = PERF_SAMPLE_BRANCH_ANY; in parse_branch_stack()
/linux-3.4.99/include/linux/
Dperf_event.h152 PERF_SAMPLE_BRANCH_ANY = 1U << 3, /* any branch types */ enumerator