OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:syscall_names
(Results
1 - 1
of
1
) sorted by null
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
mmap-basic.c
26
const char *
syscall_names
[] = { "getsid", "getppid", "getpgrp",
local
30
#define nsyscalls ARRAY_SIZE(
syscall_names
)
67
snprintf(name, sizeof(name), "sys_enter_%s",
syscall_names
[i]);
Completed in 79 milliseconds