Lines Matching defs:e
24 static void __event_init_opts(struct event *e, u64 config, in __event_init_opts()
44 void event_init_opts(struct event *e, u64 config, int type, char *name) in event_init_opts()
49 void event_init_named(struct event *e, u64 config, char *name) in event_init_named()
54 void event_init(struct event *e, u64 config) in event_init()
59 void event_init_sampling(struct event *e, u64 config) in event_init_sampling()
69 int event_open_with_options(struct event *e, pid_t pid, int cpu, int group_fd) in event_open_with_options()
80 int event_open_with_group(struct event *e, int group_fd) in event_open_with_group()
85 int event_open_with_pid(struct event *e, pid_t pid) in event_open_with_pid()
90 int event_open_with_cpu(struct event *e, int cpu) in event_open_with_cpu()
95 int event_open(struct event *e) in event_open()
100 void event_close(struct event *e) in event_close()
105 int event_enable(struct event *e) in event_enable()
110 int event_disable(struct event *e) in event_disable()
115 int event_reset(struct event *e) in event_reset()
120 int event_read(struct event *e) in event_read()
133 void event_report_justified(struct event *e, int name_width, int result_width) in event_report_justified()
145 void event_report(struct event *e) in event_report()