Searched refs:trace__syscall_info (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/tools/perf/ |
D | builtin-trace.c | 2127 static struct syscall *trace__syscall_info(struct trace *trace, function 2339 struct syscall *sc = trace__syscall_info(trace, evsel, id); 2413 struct syscall *sc = trace__syscall_info(trace, evsel, id); 2488 struct syscall *sc = trace__syscall_info(trace, evsel, id); 2848 struct syscall *sc = trace__syscall_info(trace, evsel, id); 3334 struct syscall *sc = trace__syscall_info(trace, NULL, id); 3345 struct syscall *sc = trace__syscall_info(trace, NULL, id); 3351 struct syscall *sc = trace__syscall_info(trace, NULL, id); 3372 struct syscall *pair = trace__syscall_info(trace, NULL, id); 3510 struct syscall *sc = trace__syscall_info(trace, NULL, key);
|