Home
last modified time | relevance | path

Searched defs:syscalls (Results 1 – 12 of 12) sorted by relevance

/linux-4.4.14/tools/perf/scripts/perl/
Drw-by-pid.pl24 sub syscalls::sys_exit_read subroutine
40 sub syscalls::sys_enter_read subroutine
51 sub syscalls::sys_exit_write subroutine
62 sub syscalls::sys_enter_write subroutine
Drwtop.pl35 sub syscalls::sys_exit_read subroutine
53 sub syscalls::sys_enter_read subroutine
66 sub syscalls::sys_exit_write subroutine
79 sub syscalls::sys_enter_write subroutine
Drw-by-file.pl28 sub syscalls::sys_enter_read subroutine
39 sub syscalls::sys_enter_write subroutine
Dfailed-syscalls.pl29 sub syscalls::sys_exit subroutine
/linux-4.4.14/arch/x86/um/
Duser-offsets.c13 static char syscalls[] = { variable
20 static char syscalls[] = { variable
/linux-4.4.14/arch/x86/kernel/
Dasm-offsets_32.c11 static char syscalls[] = { variable
/linux-4.4.14/tools/perf/tests/
Dmmap-basic.c28 pid_t (*syscalls[])(void) = { (void *)getsid, getppid, (void*)getpgid }; in test__basic_mmap() local
/linux-4.4.14/tools/perf/scripts/python/
Dsyscall-counts-by-pid.py31 syscalls = autodict() variable
Dsyscall-counts.py28 syscalls = autodict() variable
Dfailed-syscalls-by-pid.py32 syscalls = autodict() variable
Dsctop.py39 syscalls = autodict() variable
/linux-4.4.14/tools/perf/
Dbuiltin-trace.c1413 } syscalls; member