Lines Matching refs:trace_event_call

17 static int syscall_enter_register(struct trace_event_call *event,
19 static int syscall_exit_register(struct trace_event_call *event,
23 syscall_get_enter_fields(struct trace_event_call *call) in syscall_get_enter_fields()
235 static int __init set_syscall_print_fmt(struct trace_event_call *call) in set_syscall_print_fmt()
260 static void __init free_syscall_print_fmt(struct trace_event_call *call) in free_syscall_print_fmt()
268 static int __init syscall_enter_define_fields(struct trace_event_call *call) in syscall_enter_define_fields()
292 static int __init syscall_exit_define_fields(struct trace_event_call *call) in syscall_exit_define_fields()
403 struct trace_event_call *call) in reg_event_syscall_enter()
424 struct trace_event_call *call) in unreg_event_syscall_enter()
441 struct trace_event_call *call) in reg_event_syscall_exit()
462 struct trace_event_call *call) in unreg_event_syscall_exit()
478 static int __init init_syscall_trace(struct trace_event_call *call) in init_syscall_trace()
563 static int perf_call_bpf_enter(struct trace_event_call *call, struct pt_regs *regs, in perf_call_bpf_enter()
631 static int perf_sysenter_enable(struct trace_event_call *call) in perf_sysenter_enable()
651 static void perf_sysenter_disable(struct trace_event_call *call) in perf_sysenter_disable()
665 static int perf_call_bpf_exit(struct trace_event_call *call, struct pt_regs *regs, in perf_call_bpf_exit()
727 static int perf_sysexit_enable(struct trace_event_call *call) in perf_sysexit_enable()
747 static void perf_sysexit_disable(struct trace_event_call *call) in perf_sysexit_disable()
763 static int syscall_enter_register(struct trace_event_call *event, in syscall_enter_register()
791 static int syscall_exit_register(struct trace_event_call *event, in syscall_exit_register()