Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_BRANCH_USER (Results 1 – 6 of 6) sorted by relevance

/tools/perf/util/
Dparse-branch-options.c20 BRANCH_OPT("u", PERF_SAMPLE_BRANCH_USER),
41 (PERF_SAMPLE_BRANCH_USER |\ in parse_branch_str()
Devsel.c839 attr->branch_sample_type = PERF_SAMPLE_BRANCH_USER | in __evsel__config_callchain()
890 attr->branch_sample_type &= ~(PERF_SAMPLE_BRANCH_USER | in evsel__reset_callgraph()
/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()
Dperf_branches.c115 attr.branch_sample_type = PERF_SAMPLE_BRANCH_USER | PERF_SAMPLE_BRANCH_ANY; in test_perf_branches_hw()
/tools/include/uapi/linux/
Dperf_event.h211 PERF_SAMPLE_BRANCH_USER = 1U << PERF_SAMPLE_BRANCH_USER_SHIFT, enumerator
260 (PERF_SAMPLE_BRANCH_USER|\