Lines Matching refs:event
13 #include "event.h"
23 void event_init_opts(struct event *e, u64 config, int type, char *name)
37 void event_init_named(struct event *e, u64 config, char *name)
42 void event_init(struct event *e, u64 config)
44 event_init_opts(e, config, PERF_TYPE_RAW, "event");
52 int event_open_with_options(struct event *e, pid_t pid, int cpu, int group_fd)
63 int event_open_with_group(struct event *e, int group_fd)
68 int event_open_with_pid(struct event *e, pid_t pid)
73 int event_open_with_cpu(struct event *e, int cpu)
78 int event_open(struct event *e)
83 void event_close(struct event *e)
88 int event_enable(struct event *e)
93 int event_disable(struct event *e)
98 int event_reset(struct event *e)
103 int event_read(struct event *e)
109 fprintf(stderr, "read error on event %p!\n", e);
116 void event_report_justified(struct event *e, int name_width, int result_width)
128 void event_report(struct event *e)