Home
last modified time | relevance | path

Searched refs:branch_sample_type (Results 1 – 25 of 33) sorted by relevance

12

/tools/testing/selftests/powerpc/pmu/sampling_tests/
Dbhrb_filter_map_test.c68 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()
88 event.attr.branch_sample_type = bhrb_filter_map_valid_p10[i]; in bhrb_filter_map_test()
94 event.attr.branch_sample_type = bhrb_filter_map_valid_p10[i]; in bhrb_filter_map_test()
105 event.attr.branch_sample_type = PERF_SAMPLE_BRANCH_ANY | PERF_SAMPLE_BRANCH_ANY_CALL; in bhrb_filter_map_test()
Dmmcra_bhrb_disable_test.c38 event.attr.branch_sample_type = PERF_SAMPLE_BRANCH_ANY; in mmcra_bhrb_disable_test()
Dmmcra_bhrb_ind_call_test.c41 event.attr.branch_sample_type = PERF_SAMPLE_BRANCH_IND_CALL; in mmcra_bhrb_ind_call_test()
Dmmcra_bhrb_any_test.c37 event.attr.branch_sample_type = PERF_SAMPLE_BRANCH_ANY; in mmcra_bhrb_any_test()
Dmmcra_bhrb_cond_test.c41 event.attr.branch_sample_type = PERF_SAMPLE_BRANCH_COND; in mmcra_bhrb_cond_test()
/tools/perf/tests/attr/
Dtest-record-branch-any8 branch_sample_type=8
Dtest-record-branch-filter-any_call8 branch_sample_type=16
Dtest-record-branch-filter-k8 branch_sample_type=8
Dtest-record-branch-filter-ind_call8 branch_sample_type=64
Dtest-record-branch-filter-any_ret8 branch_sample_type=32
Dtest-record-branch-filter-hv8 branch_sample_type=8
Dtest-record-branch-filter-u8 branch_sample_type=8
Dtest-record-branch-filter-any8 branch_sample_type=8
Dbase-record-spe38 branch_sample_type=*
Dbase-stat39 branch_sample_type=0
Dbase-record39 branch_sample_type=0
Dsystem-wide-dummy50 branch_sample_type=0
/tools/testing/selftests/bpf/prog_tests/
Dperf_event_stackmap.c62 .branch_sample_type = PERF_SAMPLE_BRANCH_USER | in test_perf_event_stackmap()
Dget_stackid_cannot_attach.c14 .branch_sample_type = PERF_SAMPLE_BRANCH_USER | in test_get_stackid_cannot_attach()
Dget_branch_snapshot.c43 attr.branch_sample_type = PERF_SAMPLE_BRANCH_KERNEL | in create_perf_events()
Dperf_branches.c115 attr.branch_sample_type = PERF_SAMPLE_BRANCH_USER | PERF_SAMPLE_BRANCH_ANY; in test_perf_branches_hw()
/tools/perf/tests/
Dattr.c139 WRITE_ASS(branch_sample_type, "llu"); in store_event()
Dsample-parsing.c283 evsel.core.attr.branch_sample_type |= PERF_SAMPLE_BRANCH_HW_INDEX; in do_test()
/tools/perf/util/
Devsel.h494 return evsel->core.attr.branch_sample_type & PERF_SAMPLE_BRANCH_CALL_STACK; in evsel__has_branch_callstack()
499 return evsel->core.attr.branch_sample_type & PERF_SAMPLE_BRANCH_HW_INDEX; in evsel__has_branch_hw_idx()
Devsel.c866 attr->branch_sample_type = PERF_SAMPLE_BRANCH_USER | in __evsel__config_callchain()
918 attr->branch_sample_type &= ~(PERF_SAMPLE_BRANCH_USER | in evsel__reset_callgraph()
971 &attr->branch_sample_type); in evsel__apply_config_terms()
1248 attr->branch_sample_type = opts->branch_stack; in evsel__config()
1853 evsel->core.attr.branch_sample_type &= ~(PERF_SAMPLE_BRANCH_NO_FLAGS | in evsel__disable_missing_features()
1862 evsel->core.attr.branch_sample_type &= ~PERF_SAMPLE_BRANCH_HW_INDEX; in evsel__disable_missing_features()
1912 (evsel->core.attr.branch_sample_type & PERF_SAMPLE_BRANCH_HW_INDEX)) { in evsel__detect_missing_features()
1974 (evsel->core.attr.branch_sample_type & in evsel__detect_missing_features()

12