Lines Matching defs:events
57 PERF_EVENT_TYPE_HW, /* boards common hw events */
58 PERF_EVENT_TYPE_TIMED, /* hrtimer timed events */
59 PERF_EVENT_TYPE_SW, /* software trace events */
60 PERF_EVENT_TYPE_RAW, /* boards special hw events, see enum PmuEventType in corresponding arch headfile */
66 * Common hardware pmu events
82 * Common hrtimer timed events
89 * Common software pmu events
118 * This structure is used to config specific events attributes.
126 } events[PERF_MAX_EVENT]; /* perf event list */
135 * This structure is used to set perf sampling attributes, including events, tasks and other information.