Searched refs:trace__syscall_info (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/tools/perf/ |
D | builtin-trace.c | 2088 static struct syscall *trace__syscall_info(struct trace *trace, function 2302 struct syscall *sc = trace__syscall_info(trace, evsel, id); 2376 struct syscall *sc = trace__syscall_info(trace, evsel, id); 2449 struct syscall *sc = trace__syscall_info(trace, evsel, id); 2805 struct syscall *sc = trace__syscall_info(trace, evsel, id); 3312 struct syscall *sc = trace__syscall_info(trace, NULL, id); 3323 struct syscall *sc = trace__syscall_info(trace, NULL, id); 3329 struct syscall *sc = trace__syscall_info(trace, NULL, id); 3335 struct syscall *sc = trace__syscall_info(trace, NULL, id); 3424 struct syscall *pair = trace__syscall_info(trace, NULL, id); [all …]
|