Searched refs:PERF_SAMPLE_BRANCH_ANY (Results 1 – 10 of 10) sorted by relevance
23 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()
29 PERF_SAMPLE_BRANCH_ANY,108 event.attr.branch_sample_type = PERF_SAMPLE_BRANCH_ANY | PERF_SAMPLE_BRANCH_ANY_CALL; in bhrb_filter_map_test()
37 event.attr.branch_sample_type = PERF_SAMPLE_BRANCH_ANY; in mmcra_bhrb_any_test()
38 event.attr.branch_sample_type = PERF_SAMPLE_BRANCH_ANY; in mmcra_bhrb_disable_test()
44 PERF_SAMPLE_BRANCH_USER | PERF_SAMPLE_BRANCH_ANY; in create_perf_events()
115 attr.branch_sample_type = PERF_SAMPLE_BRANCH_USER | PERF_SAMPLE_BRANCH_ANY; in test_perf_branches_hw()
221 PERF_SAMPLE_BRANCH_ANY = 1U << PERF_SAMPLE_BRANCH_ANY_SHIFT, enumerator
740 !(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()
459 if (!(evlist__combined_branch_type(session->evlist) & PERF_SAMPLE_BRANCH_ANY)) in report__setup_sample_type()
541 !(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