Home
last modified time | relevance | path

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

/linux-3.3/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.pl34 sub syscalls::sys_exit_read subroutine
52 sub syscalls::sys_enter_read subroutine
65 sub syscalls::sys_exit_write subroutine
78 sub syscalls::sys_enter_write subroutine
Drw-by-file.pl28 sub syscalls::sys_enter_read subroutine
39 sub syscalls::sys_enter_write subroutine
/linux-3.3/arch/x86/um/
Duser-offsets.c13 static char syscalls[] = { variable
18 static char syscalls[] = { variable
/linux-3.3/arch/x86/kernel/
Dasm-offsets_32.c7 static char syscalls[] = { variable
/linux-3.3/tools/perf/scripts/python/
Dsyscall-counts.py28 syscalls = autodict() variable
Dfailed-syscalls-by-pid.py32 syscalls = autodict() variable
Dsyscall-counts-by-pid.py31 syscalls = autodict() variable
Dsctop.py39 syscalls = autodict() variable
/linux-3.3/tools/perf/
Dbuiltin-test.c471 pid_t (*syscalls[])(void) = { (void *)getsid, getppid, getpgrp, in test__basic_mmap() local