Home
last modified time | relevance | path

Searched refs:nonexistent (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-trace.c1195 * nonexistent: Just a hole in the syscall table, syscall id not allocated
1207 bool nonexistent; member
1778 if (sc->nonexistent) in trace__read_syscall_info()
1782 sc->nonexistent = true; in trace__read_syscall_info()
1799 * doesn't exist. Set the 'nonexistent' flag as true. in trace__read_syscall_info()
1802 sc->nonexistent = true; in trace__read_syscall_info()
2126 if (trace->syscalls.table && trace->syscalls.table[id].nonexistent)
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-trace.c1213 * nonexistent: Just a hole in the syscall table, syscall id not allocated
1225 bool nonexistent; member
1825 if (sc->nonexistent) in trace__read_syscall_info()
1829 sc->nonexistent = true; in trace__read_syscall_info()
1846 * doesn't exist. Set the 'nonexistent' flag as true. in trace__read_syscall_info()
1849 sc->nonexistent = true; in trace__read_syscall_info()
2173 if (trace->syscalls.table && trace->syscalls.table[id].nonexistent)

Completed in 25 milliseconds