Lines Matching refs:event
249 struct trace_probe_event *event; member
263 return !!(tp->event->flags & flag); in trace_probe_test_flag()
269 tp->event->flags |= flag; in trace_probe_set_flag()
275 tp->event->flags &= ~flag; in trace_probe_clear_flag()
285 return trace_event_name(&tp->event->call); in trace_probe_name()
290 return tp->event->call.class->system; in trace_probe_group_name()
296 return &tp->event->call; in trace_probe_event_call()
315 return &tp->event->probes; in trace_probe_probe_list()
328 return trace_remove_event_call(&tp->event->call); in trace_probe_unregister_event_call()
333 return !!list_is_singular(&tp->event->files); in trace_probe_has_single_file()
336 int trace_probe_init(struct trace_probe *tp, const char *event,
353 list_for_each_entry(pos, &(tp)->event->files, list)
355 list_for_each_entry_rcu(pos, &(tp)->event->files, list)