Home | History | Annotate | Download | only in linux

Lines Matching refs:pmu

193 				pinned	       :  1, /* must always be on PMU */
194 exclusive : 1, /* only group on PMU */
554 * struct pmu - generic performance monitoring unit
556 struct pmu {
570 void (*start_txn) (const struct pmu *pmu);
571 void (*cancel_txn) (const struct pmu *pmu);
572 int (*commit_txn) (const struct pmu *pmu);
649 const struct pmu *pmu;
826 extern const struct pmu *hw_perf_event_init(struct perf_event *event);