Searched refs:branch_sample_type (Results 1 – 25 of 36) sorted by relevance
12
68 event.attr.branch_sample_type = 1U << i; in bhrb_filter_map_test()74 event.attr.branch_sample_type = bhrb_filter_map_valid_common[i]; in bhrb_filter_map_test()90 event.attr.branch_sample_type = bhrb_filter_map_valid_p10[i]; in bhrb_filter_map_test()97 event.attr.branch_sample_type = bhrb_filter_map_valid_p10[i]; in bhrb_filter_map_test()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()
41 event.attr.branch_sample_type = PERF_SAMPLE_BRANCH_IND_CALL; in mmcra_bhrb_ind_call_test()
41 event.attr.branch_sample_type = PERF_SAMPLE_BRANCH_COND; in mmcra_bhrb_cond_test()
8 branch_sample_type=8
8 branch_sample_type=16
8 branch_sample_type=32
8 branch_sample_type=64
38 branch_sample_type=*
39 branch_sample_type=0
53 branch_sample_type=0
50 branch_sample_type=0
62 .branch_sample_type = PERF_SAMPLE_BRANCH_USER | in test_perf_event_stackmap()
14 .branch_sample_type = PERF_SAMPLE_BRANCH_USER | in test_get_stackid_cannot_attach()
43 attr.branch_sample_type = PERF_SAMPLE_BRANCH_KERNEL | in create_perf_events()
115 attr.branch_sample_type = PERF_SAMPLE_BRANCH_USER | PERF_SAMPLE_BRANCH_ANY; in test_perf_branches_hw()
183 WRITE_ASS(branch_sample_type, "llu"); in store_event()1030 attr->branch_sample_type = PERF_SAMPLE_BRANCH_USER | in __evsel__config_callchain()1084 attr->branch_sample_type &= ~(PERF_SAMPLE_BRANCH_USER | in evsel__reset_callgraph()1137 &attr->branch_sample_type); in evsel__apply_config_terms()1426 attr->branch_sample_type = opts->branch_stack; in evsel__config()2128 evsel->core.attr.branch_sample_type &= ~PERF_SAMPLE_BRANCH_COUNTERS; in evsel__disable_missing_features()2148 evsel->core.attr.branch_sample_type &= ~(PERF_SAMPLE_BRANCH_NO_FLAGS | in evsel__disable_missing_features()2157 evsel->core.attr.branch_sample_type &= ~PERF_SAMPLE_BRANCH_HW_INDEX; in evsel__disable_missing_features()2286 attr.branch_sample_type = PERF_SAMPLE_BRANCH_COUNTERS; in evsel__detect_missing_brstack_features()2292 attr.branch_sample_type = PERF_SAMPLE_BRANCH_HW_INDEX; in evsel__detect_missing_brstack_features()[all …]
511 return evsel->core.attr.branch_sample_type & PERF_SAMPLE_BRANCH_CALL_STACK; in evsel__has_branch_callstack()516 return evsel->core.attr.branch_sample_type & PERF_SAMPLE_BRANCH_HW_INDEX; in evsel__has_branch_hw_idx()
299 evsel.core.attr.branch_sample_type |= PERF_SAMPLE_BRANCH_HW_INDEX; in do_test()
Completed in 20 milliseconds