Lines Matching refs:event
243 struct trace_probe_event *event; member
257 return !!(tp->event->flags & flag); in trace_probe_test_flag()
263 tp->event->flags |= flag; in trace_probe_set_flag()
269 tp->event->flags &= ~flag; in trace_probe_clear_flag()
279 return trace_event_name(&tp->event->call); in trace_probe_name()
284 return tp->event->call.class->system; in trace_probe_group_name()
290 return &tp->event->call; in trace_probe_event_call()
309 return &tp->event->probes; in trace_probe_probe_list()
322 return trace_remove_event_call(&tp->event->call); in trace_probe_unregister_event_call()
327 return !!list_is_singular(&tp->event->files); in trace_probe_has_single_file()
330 int trace_probe_init(struct trace_probe *tp, const char *event,
346 list_for_each_entry(pos, &(tp)->event->files, list)
348 list_for_each_entry_rcu(pos, &(tp)->event->files, list)