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

/linux-master/tools/perf/
H A Dbuiltin-trace.c1214 * nonexistent: Just a hole in the syscall table, syscall id not allocated
1226 bool nonexistent; member in struct:syscall
1826 if (sc->nonexistent)
1830 sc->nonexistent = true;
1847 * doesn't exist. Set the 'nonexistent' flag as true.
1850 sc->nonexistent = true;
2174 if (trace->syscalls.table && trace->syscalls.table[id].nonexistent)

Completed in 286 milliseconds