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