Searched refs:trace__syscall_info (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/perf/ |
H A D | builtin-trace.c | 2131 static struct syscall *trace__syscall_info(struct trace *trace, function 2343 struct syscall *sc = trace__syscall_info(trace, evsel, id); 2417 struct syscall *sc = trace__syscall_info(trace, evsel, id); 2493 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);
|