perf_event.h | 203 pinned : 1, /* must always be on PMU */ 204 exclusive : 1, /* only group on PMU */ 602 * Common implementation detail of pmu::{start,commit,cancel}_txn 607 * struct pmu - generic performance monitoring unit 609 struct pmu { struct 621 * Fully disable/enable this PMU, can be used to protect from the PMI 624 void (*pmu_enable) (struct pmu *pmu); /* optional */ 625 void (*pmu_disable) (struct pmu *pmu); /* optional * 768 struct pmu *pmu; member in struct:perf_event 891 struct pmu *pmu; member in struct:perf_event_context [all...] |