Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_BRANCH_COUNTERS (Results 1 – 6 of 6) sorted by relevance

/linux/tools/perf/util/
H A Dparse-branch-options.c39 BRANCH_OPT("counter", PERF_SAMPLE_BRANCH_COUNTERS),
H A Dannotate.c1755 if (!(pos->core.attr.branch_sample_type & PERF_SAMPLE_BRANCH_COUNTERS)) in annotation_br_cntr_abbr_list()
1806 if ((pos->core.attr.branch_sample_type & PERF_SAMPLE_BRANCH_COUNTERS) && in annotation_br_cntr_entry()
1842 if ((pos->core.attr.branch_sample_type & PERF_SAMPLE_BRANCH_COUNTERS) && in annotation_br_cntr_entry()
H A Devsel.c2106 evsel->core.attr.branch_sample_type &= ~PERF_SAMPLE_BRANCH_COUNTERS; in evsel__disable_missing_features()
2264 attr.branch_sample_type = PERF_SAMPLE_BRANCH_COUNTERS; in evsel__detect_missing_brstack_features()
2492 if ((evsel->core.attr.branch_sample_type & PERF_SAMPLE_BRANCH_COUNTERS) && in evsel__detect_missing_features()
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-event_source-devices-caps22 of PERF_SAMPLE_BRANCH_COUNTERS, while the "branch_counter_width"
/linux/tools/include/uapi/linux/
H A Dperf_event.h240 PERF_SAMPLE_BRANCH_COUNTERS = 1U << PERF_SAMPLE_BRANCH_COUNTERS_SHIFT, enumerator
/linux/arch/x86/events/intel/
H A Dcore.c4115 PERF_SAMPLE_BRANCH_COUNTERS))) in intel_pmu_hw_config()