Lines Matching refs:event
238 struct trace_probe_event *event; member
252 return !!(tp->event->flags & flag); in trace_probe_test_flag()
258 tp->event->flags |= flag; in trace_probe_set_flag()
264 tp->event->flags &= ~flag; in trace_probe_clear_flag()
274 return trace_event_name(&tp->event->call); in trace_probe_name()
279 return tp->event->call.class->system; in trace_probe_group_name()
285 return &tp->event->call; in trace_probe_event_call()
304 return &tp->event->probes; in trace_probe_probe_list()
317 return trace_remove_event_call(&tp->event->call); in trace_probe_unregister_event_call()
322 return !!list_is_singular(&tp->event->files); in trace_probe_has_single_file()
325 int trace_probe_init(struct trace_probe *tp, const char *event,
341 list_for_each_entry(pos, &(tp)->event->files, list)
343 list_for_each_entry_rcu(pos, &(tp)->event->files, list)