Home
last modified time | relevance | path

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

12

/linux/arch/powerpc/perf/
A Dpower8-pmu.c207 static u64 power8_bhrb_filter_map(u64 branch_sample_type) in power8_bhrb_filter_map() argument
219 if (branch_sample_type & PERF_SAMPLE_BRANCH_ANY) in power8_bhrb_filter_map()
223 if (branch_sample_type & PERF_SAMPLE_BRANCH_ANY_RETURN) in power8_bhrb_filter_map()
226 if (branch_sample_type & PERF_SAMPLE_BRANCH_IND_CALL) in power8_bhrb_filter_map()
229 if (branch_sample_type & PERF_SAMPLE_BRANCH_CALL) in power8_bhrb_filter_map()
232 if (branch_sample_type & PERF_SAMPLE_BRANCH_ANY_CALL) { in power8_bhrb_filter_map()
A Dpower9-pmu.c278 static u64 power9_bhrb_filter_map(u64 branch_sample_type) in power9_bhrb_filter_map() argument
290 if (branch_sample_type & PERF_SAMPLE_BRANCH_ANY) in power9_bhrb_filter_map()
294 if (branch_sample_type & PERF_SAMPLE_BRANCH_ANY_RETURN) in power9_bhrb_filter_map()
297 if (branch_sample_type & PERF_SAMPLE_BRANCH_IND_CALL) in power9_bhrb_filter_map()
300 if (branch_sample_type & PERF_SAMPLE_BRANCH_CALL) in power9_bhrb_filter_map()
303 if (branch_sample_type & PERF_SAMPLE_BRANCH_ANY_CALL) { in power9_bhrb_filter_map()
A Dpower10-pmu.c291 static u64 power10_bhrb_filter_map(u64 branch_sample_type) in power10_bhrb_filter_map() argument
303 if (branch_sample_type & PERF_SAMPLE_BRANCH_ANY) in power10_bhrb_filter_map()
307 if (branch_sample_type & PERF_SAMPLE_BRANCH_ANY_RETURN) in power10_bhrb_filter_map()
310 if (branch_sample_type & PERF_SAMPLE_BRANCH_IND_CALL) { in power10_bhrb_filter_map()
315 if (branch_sample_type & PERF_SAMPLE_BRANCH_COND) { in power10_bhrb_filter_map()
320 if (branch_sample_type & PERF_SAMPLE_BRANCH_CALL) in power10_bhrb_filter_map()
323 if (branch_sample_type & PERF_SAMPLE_BRANCH_ANY_CALL) { in power10_bhrb_filter_map()
/linux/tools/perf/tests/attr/
A Dtest-record-branch-any8 branch_sample_type=8
A Dtest-record-branch-filter-hv8 branch_sample_type=8
A Dtest-record-branch-filter-k8 branch_sample_type=8
A Dtest-record-branch-filter-any8 branch_sample_type=8
A Dtest-record-branch-filter-any_call8 branch_sample_type=16
A Dtest-record-branch-filter-any_ret8 branch_sample_type=32
A Dtest-record-branch-filter-ind_call8 branch_sample_type=64
A Dtest-record-branch-filter-u8 branch_sample_type=8
A Dbase-record39 branch_sample_type=0
A Dbase-stat39 branch_sample_type=0
A Dsystem-wide-dummy48 branch_sample_type=0
/linux/tools/testing/selftests/bpf/prog_tests/
A Dget_stackid_cannot_attach.c14 .branch_sample_type = PERF_SAMPLE_BRANCH_USER | in test_get_stackid_cannot_attach()
A Dperf_event_stackmap.c62 .branch_sample_type = PERF_SAMPLE_BRANCH_USER | in test_perf_event_stackmap()
A Dget_branch_snapshot.c43 attr.branch_sample_type = PERF_SAMPLE_BRANCH_KERNEL | 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()
/linux/arch/powerpc/include/asm/
A Dperf_event_server.h49 u64 (*bhrb_filter_map)(u64 branch_sample_type);
/linux/tools/perf/util/
A Devsel.h448 return evsel->core.attr.branch_sample_type & PERF_SAMPLE_BRANCH_CALL_STACK; in evsel__has_branch_callstack()
453 return evsel->core.attr.branch_sample_type & PERF_SAMPLE_BRANCH_HW_INDEX; in evsel__has_branch_hw_idx()
A Devsel.c852 attr->branch_sample_type = PERF_SAMPLE_BRANCH_USER | in __evsel__config_callchain()
903 attr->branch_sample_type &= ~(PERF_SAMPLE_BRANCH_USER | in evsel__reset_callgraph()
956 &attr->branch_sample_type); in evsel__apply_config_terms()
1217 attr->branch_sample_type = opts->branch_stack; in evsel__config()
1832 evsel->core.attr.branch_sample_type &= ~(PERF_SAMPLE_BRANCH_NO_FLAGS | in evsel__disable_missing_features()
1841 evsel->core.attr.branch_sample_type &= ~PERF_SAMPLE_BRANCH_HW_INDEX; in evsel__disable_missing_features()
1886 (evsel->core.attr.branch_sample_type & PERF_SAMPLE_BRANCH_HW_INDEX)) { in evsel__detect_missing_features()
1949 (evsel->core.attr.branch_sample_type & in evsel__detect_missing_features()
A Dperf_event_attr_fprintf.c148 PRINT_ATTRf(branch_sample_type, p_branch_sample_type); in perf_event_attr__fprintf()
/linux/tools/perf/tests/
A Dattr.c139 WRITE_ASS(branch_sample_type, "llu"); in store_event()
A Dsample-parsing.c278 evsel.core.attr.branch_sample_type |= PERF_SAMPLE_BRANCH_HW_INDEX; in do_test()
/linux/tools/include/uapi/linux/
A Dperf_event.h432 __u64 branch_sample_type; /* enum perf_branch_sample_type */ member

Completed in 34 milliseconds

12