Lines Matching +defs:event +defs:data
20 static bool test_aperfmperf(int idx, void *data) in test_aperfmperf()
25 static bool test_ptsc(int idx, void *data) in test_ptsc()
30 static bool test_irperf(int idx, void *data) in test_irperf()
35 static bool test_therm_status(int idx, void *data) in test_therm_status()
40 static bool test_intel(int idx, void *data) in test_intel()
203 static int msr_event_init(struct perf_event *event) in msr_event_init()
229 static inline u64 msr_read_counter(struct perf_event *event) in msr_read_counter()
241 static void msr_event_update(struct perf_event *event) in msr_event_update()
265 static void msr_event_start(struct perf_event *event, int flags) in msr_event_start()
272 static void msr_event_stop(struct perf_event *event, int flags) in msr_event_stop()
277 static void msr_event_del(struct perf_event *event, int flags) in msr_event_del()
282 static int msr_event_add(struct perf_event *event, int flags) in msr_event_add()