HomeSort by relevance Sort by last modified time
    Searched refs:pmu (Results 1 - 2 of 2) sorted by null

  /external/linux-tools-perf/util/include/linux/added/
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...]
  /external/kernel-headers/original/linux/
perf_event.h 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 { 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 445 milliseconds