Searched refs:pmu (Results 1 - 2 of 2) sorted by relevance

/external/linux-tools-perf/util/include/linux/added/
H A Dperf_event.h602 * Common implementation detail of pmu::{start,commit,cancel}_txn
607 * struct pmu - generic performance monitoring unit
609 struct pmu { struct
624 void (*pmu_enable) (struct pmu *pmu); /* optional */
625 void (*pmu_disable) (struct pmu *pmu); /* optional */
665 void (*start_txn) (struct pmu *pmu); /* optional */
672 int (*commit_txn) (struct pmu *pm
768 struct pmu *pmu; member in struct:perf_event
891 struct pmu *pmu; member in struct:perf_event_context
[all...]
/external/kernel-headers/original/linux/
H A Dperf_event.h554 * struct pmu - generic performance monitoring unit
556 struct pmu { struct
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; member in struct:perf_event
[all...]

Completed in 29 milliseconds