Home
last modified time | relevance | path

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

/tools/perf/util/
A Dparse-branch-options.c23 BRANCH_OPT("any", PERF_SAMPLE_BRANCH_ANY),
56 *mode = PERF_SAMPLE_BRANCH_ANY; in parse_branch_str()
91 *mode = PERF_SAMPLE_BRANCH_ANY; in parse_branch_str()
/tools/testing/selftests/powerpc/pmu/sampling_tests/
A Dbhrb_filter_map_test.c29 PERF_SAMPLE_BRANCH_ANY,
108 event.attr.branch_sample_type = PERF_SAMPLE_BRANCH_ANY | PERF_SAMPLE_BRANCH_ANY_CALL; in bhrb_filter_map_test()
A Dmmcra_bhrb_any_test.c37 event.attr.branch_sample_type = PERF_SAMPLE_BRANCH_ANY; in mmcra_bhrb_any_test()
A Dmmcra_bhrb_disable_test.c38 event.attr.branch_sample_type = PERF_SAMPLE_BRANCH_ANY; in mmcra_bhrb_disable_test()
/tools/testing/selftests/bpf/prog_tests/
A Dget_branch_snapshot.c44 PERF_SAMPLE_BRANCH_USER | PERF_SAMPLE_BRANCH_ANY; in create_perf_events()
A Dperf_branches.c115 attr.branch_sample_type = PERF_SAMPLE_BRANCH_USER | PERF_SAMPLE_BRANCH_ANY; in test_perf_branches_hw()
/tools/include/uapi/linux/
A Dperf_event.h221 PERF_SAMPLE_BRANCH_ANY = 1U << PERF_SAMPLE_BRANCH_ANY_SHIFT, enumerator
/tools/perf/
A Dbuiltin-top.c740 !(top->record_opts.branch_stack & PERF_SAMPLE_BRANCH_ANY), in hist_iter__top_callback()
1734 opts->branch_stack = PERF_SAMPLE_BRANCH_ANY; in cmd_top()
A Dbuiltin-report.c459 if (!(evlist__combined_branch_type(session->evlist) & PERF_SAMPLE_BRANCH_ANY)) in report__setup_sample_type()
A Dbuiltin-script.c541 !(evlist__combined_branch_type(session->evlist) & PERF_SAMPLE_BRANCH_ANY)) { in evsel__check_attr()
1497 if ((attr->branch_sample_type == 0 || attr->branch_sample_type & PERF_SAMPLE_BRANCH_ANY) in perf_sample__fprintf_brstackinsn()

Completed in 26 milliseconds