Searched refs:trace__syscall_info (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/tools/perf/ |
| D | builtin-trace.c | 1794 static struct syscall *trace__syscall_info(struct trace *trace, in trace__syscall_info() function 1955 struct syscall *sc = trace__syscall_info(trace, evsel, id); in trace__sys_enter() 2029 struct syscall *sc = trace__syscall_info(trace, evsel, id); in trace__fprintf_sys_enter() 2102 struct syscall *sc = trace__syscall_info(trace, evsel, id); in trace__sys_exit() 2386 struct syscall *sc = trace__syscall_info(trace, evsel, id); in trace__event_handler() 2832 struct syscall *sc = trace__syscall_info(trace, NULL, id); in trace__init_syscall_bpf_progs() 2843 struct syscall *sc = trace__syscall_info(trace, NULL, id); in trace__bpf_prog_sys_enter_fd() 2849 struct syscall *sc = trace__syscall_info(trace, NULL, id); in trace__bpf_prog_sys_exit_fd() 2855 struct syscall *sc = trace__syscall_info(trace, NULL, id); in trace__init_bpf_map_syscall_args() 2944 struct syscall *pair = trace__syscall_info(trace, NULL, id); in trace__find_usable_bpf_prog_entry() [all …]
|