Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dparse-branch-options.c21 BRANCH_OPT("any", PERF_SAMPLE_BRANCH_ANY),
90 *mode = PERF_SAMPLE_BRANCH_ANY; in parse_branch_stack()
/linux-4.4.14/include/uapi/linux/
Dperf_event.h182 PERF_SAMPLE_BRANCH_ANY = 1U << PERF_SAMPLE_BRANCH_ANY_SHIFT, enumerator
/linux-4.4.14/arch/powerpc/perf/
Dpower8-pmu.c669 if (branch_sample_type & PERF_SAMPLE_BRANCH_ANY) in power8_bhrb_filter_map()
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_lbr.c524 if (br_type & PERF_SAMPLE_BRANCH_ANY) in intel_pmu_setup_sw_lbr_filter()
Dperf_event.c455 if (!(m & PERF_SAMPLE_BRANCH_ANY)) in precise_br_compat()
511 *br_type = PERF_SAMPLE_BRANCH_ANY; in x86_pmu_hw_config()
/linux-4.4.14/tools/perf/
Dbuiltin-report.c285 PERF_SAMPLE_BRANCH_ANY)) in report__setup_sample_type()
Dbuiltin-top.c700 !(top->record_opts.branch_stack & PERF_SAMPLE_BRANCH_ANY)); in hist_iter__top_callback()