Searched refs:tp_event (Results 1 – 3 of 3) sorted by relevance
200 static inline int is_syscall_trace_event(struct trace_event_call *tp_event) in is_syscall_trace_event() argument202 return tp_event->class == &event_class_syscall_enter || in is_syscall_trace_event()203 tp_event->class == &event_class_syscall_exit; in is_syscall_trace_event()209 static inline int is_syscall_trace_event(struct trace_event_call *tp_event) in is_syscall_trace_event() argument
715 static int perf_perm_##name(struct trace_event_call *tp_event, \
864 struct trace_event_call *tp_event; member