Home
last modified time | relevance | path

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

/linux/tools/perf/
H A Dbuiltin-trace.c2555 struct syscall **sc_entry = bsearch(&key, trace->syscalls.table, in trace__find_syscall() local
2560 if (sc_entry) in trace__find_syscall()
2561 return *sc_entry; in trace__find_syscall()