Lines Matching refs:perf_event

40 	struct perf_event	*event[MAX_HWEVENTS];
85 int (*check_constraints)(struct perf_event **, unsigned long *, int);
151 static int ev67_check_constraints(struct perf_event **event, in ev67_check_constraints()
251 static int alpha_perf_event_set_period(struct perf_event *event, in alpha_perf_event_set_period()
306 static unsigned long alpha_perf_event_update(struct perf_event *event, in alpha_perf_event_update()
339 static int collect_events(struct perf_event *group, int max_count, in collect_events()
340 struct perf_event *event[], unsigned long *evtype, in collect_events()
343 struct perf_event *pe; in collect_events()
370 static int alpha_check_constraints(struct perf_event **events, in alpha_check_constraints()
399 struct perf_event *pe = cpuc->event[j]; in maybe_change_configuration()
411 struct perf_event *pe = cpuc->event[j]; in maybe_change_configuration()
432 static int alpha_pmu_add(struct perf_event *event, int flags) in alpha_pmu_add()
484 static void alpha_pmu_del(struct perf_event *event, int flags) in alpha_pmu_del()
523 static void alpha_pmu_read(struct perf_event *event) in alpha_pmu_read()
531 static void alpha_pmu_stop(struct perf_event *event, int flags) in alpha_pmu_stop()
551 static void alpha_pmu_start(struct perf_event *event, int flags) in alpha_pmu_start()
593 static void hw_perf_event_destroy(struct perf_event *event) in hw_perf_event_destroy()
601 static int __hw_perf_event_init(struct perf_event *event) in __hw_perf_event_init()
605 struct perf_event *evts[MAX_HWEVENTS]; in __hw_perf_event_init()
695 static int alpha_pmu_event_init(struct perf_event *event) in alpha_pmu_event_init()
813 struct perf_event *event; in alpha_perf_event_irq_handler()