Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dparse-branch-options.c22 BRANCH_OPT("any", PERF_SAMPLE_BRANCH_ANY),
49 *mode = PERF_SAMPLE_BRANCH_ANY; in parse_branch_str()
84 *mode = PERF_SAMPLE_BRANCH_ANY; in parse_branch_str()
/Linux-v4.19/arch/powerpc/perf/
Dpower8-pmu.c222 if (branch_sample_type & PERF_SAMPLE_BRANCH_ANY) in power8_bhrb_filter_map()
Dpower9-pmu.c287 if (branch_sample_type & PERF_SAMPLE_BRANCH_ANY) in power9_bhrb_filter_map()
/Linux-v4.19/tools/include/uapi/linux/
Dperf_event.h191 PERF_SAMPLE_BRANCH_ANY = 1U << PERF_SAMPLE_BRANCH_ANY_SHIFT, enumerator
/Linux-v4.19/include/uapi/linux/
Dperf_event.h191 PERF_SAMPLE_BRANCH_ANY = 1U << PERF_SAMPLE_BRANCH_ANY_SHIFT, enumerator
/Linux-v4.19/arch/x86/events/intel/
Dlbr.c690 if (br_type & PERF_SAMPLE_BRANCH_ANY) in intel_pmu_setup_sw_lbr_filter()
/Linux-v4.19/arch/x86/events/
Dcore.c478 if (!(m & PERF_SAMPLE_BRANCH_ANY)) in precise_br_compat()
547 *br_type = PERF_SAMPLE_BRANCH_ANY; in x86_pmu_hw_config()
/Linux-v4.19/tools/perf/
Dbuiltin-report.c383 PERF_SAMPLE_BRANCH_ANY)) in report__setup_sample_type()
Dbuiltin-top.c691 !(top->record_opts.branch_stack & PERF_SAMPLE_BRANCH_ANY)); in hist_iter__top_callback()
Dbuiltin-script.c433 PERF_SAMPLE_BRANCH_ANY)) { in perf_evsel__check_attr()