Searched refs:trace__syscall_info (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/tools/perf/ |
D | builtin-trace.c | 2071 static struct syscall *trace__syscall_info(struct trace *trace, function 2280 struct syscall *sc = trace__syscall_info(trace, evsel, id); 2354 struct syscall *sc = trace__syscall_info(trace, evsel, id); 2427 struct syscall *sc = trace__syscall_info(trace, evsel, id); 2785 struct syscall *sc = trace__syscall_info(trace, evsel, id); 3270 struct syscall *sc = trace__syscall_info(trace, NULL, id); 3281 struct syscall *sc = trace__syscall_info(trace, NULL, id); 3287 struct syscall *sc = trace__syscall_info(trace, NULL, id); 3293 struct syscall *sc = trace__syscall_info(trace, NULL, id); 3382 struct syscall *pair = trace__syscall_info(trace, NULL, id); [all …]
|