Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_BRANCH_PLM_ALL (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/x86/events/amd/
H A Dbrs.c90 if ((type & ~PERF_SAMPLE_BRANCH_PLM_ALL) != PERF_SAMPLE_BRANCH_ANY) in amd_brs_setup_filter()
/openbmc/linux/tools/include/uapi/linux/
H A Dperf_event.h300 #define PERF_SAMPLE_BRANCH_PLM_ALL \ macro
/openbmc/linux/include/uapi/linux/
H A Dperf_event.h300 #define PERF_SAMPLE_BRANCH_PLM_ALL \ macro
/openbmc/linux/arch/powerpc/perf/
H A Dcore-book3s.c2145 if (hweight64(event->attr.branch_sample_type & ~PERF_SAMPLE_BRANCH_PLM_ALL) > 1) { in power_pmu_event_init()
/openbmc/linux/kernel/events/
H A Dcore.c12194 if (!(mask & ~PERF_SAMPLE_BRANCH_PLM_ALL)) in perf_copy_attr()
12198 if (!(mask & PERF_SAMPLE_BRANCH_PLM_ALL)) { in perf_copy_attr()