Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/tests/
Dmmap-basic.c26 const char *syscall_names[] = { "getsid", "getppid", "getpgrp", in test__basic_mmap() local
30 #define nsyscalls ARRAY_SIZE(syscall_names) in test__basic_mmap()
67 snprintf(name, sizeof(name), "sys_enter_%s", syscall_names[i]); in test__basic_mmap()