Home
last modified time | relevance | path

Searched defs:nsyscalls (Results 1 – 4 of 4) sorted by relevance

/external/linux-tools-perf/src/tools/perf/tests/
Dmmap-basic.c30 #define nsyscalls ARRAY_SIZE(syscall_names) in test__basic_mmap() macro
/external/ltrace/
Dhandle_event.c371 int nsyscalls[] = { in sysname() local
394 int nsyscalls = sizeof arch_syscallent / sizeof arch_syscallent[0]; in arch_sysname() local
/external/strace/
Dsyscall.c201 unsigned nsyscalls = nsyscalls0; variable
/external/linux-tools-perf/src/tools/perf/
Dbuiltin-trace.c557 struct syscall *nsyscalls = realloc(trace->syscalls.table, (id + 1) * sizeof(*sc)); in trace__read_syscall_info() local