Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_BRANCH_PRIV_SAVE (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dparse-branch-options.c38 BRANCH_OPT("priv", PERF_SAMPLE_BRANCH_PRIV_SAVE),
/openbmc/linux/tools/include/uapi/linux/
H A Dperf_event.h236 PERF_SAMPLE_BRANCH_PRIV_SAVE = 1U << PERF_SAMPLE_BRANCH_PRIV_SAVE_SHIFT, enumerator
/openbmc/linux/include/uapi/linux/
H A Dperf_event.h236 PERF_SAMPLE_BRANCH_PRIV_SAVE = 1U << PERF_SAMPLE_BRANCH_PRIV_SAVE_SHIFT, enumerator
/openbmc/linux/include/linux/
H A Dperf_event.h1144 return event->attr.branch_sample_type & PERF_SAMPLE_BRANCH_PRIV_SAVE; in branch_sample_priv()