Home
last modified time | relevance | path

Searched refs:trace__syscall_info (Results 1 – 1 of 1) sorted by relevance

/linux/tools/perf/
H A Dbuiltin-trace.c2586 static struct syscall *trace__syscall_info(struct trace *trace, struct evsel *evsel, in trace__syscall_info() function
2793 sc = trace__syscall_info(trace, evsel, e_machine, id); in trace__sys_enter()
2872 sc = trace__syscall_info(trace, evsel, e_machine, id); in trace__fprintf_sys_enter()
2938 sc = trace__syscall_info(trace, evsel, e_machine, id); in trace__sys_exit()
3291 struct syscall *sc = trace__syscall_info(trace, evsel, e_machine, id); in trace__event_handler()
3785 struct syscall *sc = trace__syscall_info(trace, NULL, e_machine, id); in trace__init_syscall_bpf_progs()
3796 struct syscall *sc = trace__syscall_info(trace, NULL, e_machine, id); in trace__bpf_prog_sys_enter_fd()
3802 struct syscall *sc = trace__syscall_info(trace, NULL, e_machine, id); in trace__bpf_prog_sys_exit_fd()
3809 struct syscall *sc = trace__syscall_info(trace, NULL, e_machine, key); in trace__bpf_sys_enter_beauty_map()
3908 struct syscall *pair = trace__syscall_info(trace, NULL, sc->e_machine, id); in trace__find_usable_bpf_prog_entry()
[all …]