Symbol: PERF_SAMPLE_BRANCH_HW_INDEX
drivers/perf/arm_brbe.c
316
PERF_SAMPLE_BRANCH_HW_INDEX | \
include/linux/perf_event.h
1283
return event->attr.branch_sample_type & PERF_SAMPLE_BRANCH_HW_INDEX;
tools/perf/builtin-inject.c
2601
PERF_SAMPLE_BRANCH_HW_INDEX;
tools/perf/builtin-inject.c
303
attr.branch_sample_type |= PERF_SAMPLE_BRANCH_HW_INDEX;
tools/perf/builtin-inject.c
479
evsel->core.attr.branch_sample_type |= PERF_SAMPLE_BRANCH_HW_INDEX;
tools/perf/tests/sample-parsing.c
299
evsel.core.attr.branch_sample_type |= PERF_SAMPLE_BRANCH_HW_INDEX;
tools/perf/util/arm-spe.c
1869
attr.branch_sample_type |= PERF_SAMPLE_BRANCH_HW_INDEX;
tools/perf/util/aslr.c
963
if (evsel->core.attr.branch_sample_type & PERF_SAMPLE_BRANCH_HW_INDEX)
tools/perf/util/cs-etm.c
1822
attr.branch_sample_type |= PERF_SAMPLE_BRANCH_HW_INDEX;
tools/perf/util/evsel.c
1106
PERF_SAMPLE_BRANCH_HW_INDEX;
tools/perf/util/evsel.c
1161
PERF_SAMPLE_BRANCH_HW_INDEX);
tools/perf/util/evsel.c
2539
evsel->core.attr.branch_sample_type &= ~PERF_SAMPLE_BRANCH_HW_INDEX;
tools/perf/util/evsel.c
2674
attr.branch_sample_type = PERF_SAMPLE_BRANCH_HW_INDEX;
tools/perf/util/evsel.c
2950
if ((evsel->core.attr.branch_sample_type & PERF_SAMPLE_BRANCH_HW_INDEX) &&
tools/perf/util/evsel.h
556
return evsel->core.attr.branch_sample_type & PERF_SAMPLE_BRANCH_HW_INDEX;
tools/perf/util/intel-pt.c
4036
attr.branch_sample_type |= PERF_SAMPLE_BRANCH_HW_INDEX;
tools/perf/util/parse-branch-options.c
37
BRANCH_OPT("hw_index", PERF_SAMPLE_BRANCH_HW_INDEX),
tools/perf/util/synthetic-events.c
1521
if (branch_sample_type & PERF_SAMPLE_BRANCH_HW_INDEX)
tools/perf/util/synthetic-events.c
1728
if (branch_sample_type & PERF_SAMPLE_BRANCH_HW_INDEX) {