Lines Matching refs:perf_event

41 	struct perf_event	*event[MAX_HWEVENTS];
86 int (*check_constraints)(struct perf_event **, unsigned long *, int);
152 static int ev67_check_constraints(struct perf_event **event, in ev67_check_constraints()
252 static int alpha_perf_event_set_period(struct perf_event *event, in alpha_perf_event_set_period()
307 static unsigned long alpha_perf_event_update(struct perf_event *event, in alpha_perf_event_update()
340 static int collect_events(struct perf_event *group, int max_count, in collect_events()
341 struct perf_event *event[], unsigned long *evtype, in collect_events()
344 struct perf_event *pe; in collect_events()
371 static int alpha_check_constraints(struct perf_event **events, in alpha_check_constraints()
400 struct perf_event *pe = cpuc->event[j]; in maybe_change_configuration()
412 struct perf_event *pe = cpuc->event[j]; in maybe_change_configuration()
433 static int alpha_pmu_add(struct perf_event *event, int flags) in alpha_pmu_add()
485 static void alpha_pmu_del(struct perf_event *event, int flags) in alpha_pmu_del()
524 static void alpha_pmu_read(struct perf_event *event) in alpha_pmu_read()
532 static void alpha_pmu_stop(struct perf_event *event, int flags) in alpha_pmu_stop()
552 static void alpha_pmu_start(struct perf_event *event, int flags) in alpha_pmu_start()
594 static void hw_perf_event_destroy(struct perf_event *event) in hw_perf_event_destroy()
602 static int __hw_perf_event_init(struct perf_event *event) in __hw_perf_event_init()
606 struct perf_event *evts[MAX_HWEVENTS]; in __hw_perf_event_init()
690 static int alpha_pmu_event_init(struct perf_event *event) in alpha_pmu_event_init()
805 struct perf_event *event; in alpha_perf_event_irq_handler()