Lines Matching refs:perf_event

64 u64 x86_perf_event_update(struct perf_event *event)  in x86_perf_event_update()
110 static int x86_pmu_extra_regs(u64 config, struct perf_event *event) in x86_pmu_extra_regs()
272 static void hw_perf_event_destroy(struct perf_event *event) in hw_perf_event_destroy()
278 void hw_perf_lbr_event_destroy(struct perf_event *event) in hw_perf_lbr_event_destroy()
292 set_ext_hw_attr(struct hw_perf_event *hwc, struct perf_event *event) in set_ext_hw_attr()
386 int x86_setup_perfctr(struct perf_event *event) in x86_setup_perfctr()
449 static inline int precise_br_compat(struct perf_event *event) in precise_br_compat()
473 int x86_pmu_hw_config(struct perf_event *event) in x86_pmu_hw_config()
553 static int __x86_pmu_event_init(struct perf_event *event) in __x86_pmu_event_init()
643 static inline int is_x86_event(struct perf_event *event) in is_x86_event()
835 struct perf_event *e; in x86_schedule_events()
944 static int collect_events(struct cpu_hw_events *cpuc, struct perf_event *leader, bool dogrp) in collect_events()
946 struct perf_event *event; in collect_events()
977 static inline void x86_assign_hw_event(struct perf_event *event, in x86_assign_hw_event()
1009 static void x86_pmu_start(struct perf_event *event, int flags);
1014 struct perf_event *event; in x86_pmu_enable()
1089 int x86_perf_event_set_period(struct perf_event *event) in x86_perf_event_set_period()
1155 void x86_pmu_enable_event(struct perf_event *event) in x86_pmu_enable_event()
1168 static int x86_pmu_add(struct perf_event *event, int flags) in x86_pmu_add()
1217 static void x86_pmu_start(struct perf_event *event, int flags) in x86_pmu_start()
1302 void x86_pmu_stop(struct perf_event *event, int flags) in x86_pmu_stop()
1324 static void x86_pmu_del(struct perf_event *event, int flags) in x86_pmu_del()
1379 struct perf_event *event; in x86_pmu_handle_irq()
1755 static inline void x86_pmu_read(struct perf_event *event) in x86_pmu_read()
1887 static int validate_event(struct perf_event *event) in validate_event()
1921 static int validate_group(struct perf_event *event) in validate_group()
1923 struct perf_event *leader = event->group_leader; in validate_group()
1954 static int x86_pmu_event_init(struct perf_event *event) in x86_pmu_event_init()
2003 static void x86_pmu_event_mapped(struct perf_event *event) in x86_pmu_event_mapped()
2012 static void x86_pmu_event_unmapped(struct perf_event *event) in x86_pmu_event_unmapped()
2024 static int x86_pmu_event_idx(struct perf_event *event) in x86_pmu_event_idx()
2138 void arch_perf_update_userpage(struct perf_event *event, in arch_perf_update_userpage()