Home
last modified time | relevance | path

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

/linux/tools/perf/scripts/perl/
H A 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
H A 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
H A Drw-by-file.pl28 sub syscalls::sys_enter_read subroutine
39 sub syscalls::sys_enter_write subroutine
H A Dfailed-syscalls.pl29 sub syscalls::sys_exit subroutine
/linux/tools/perf/scripts/python/
H A Dsyscall-counts.py30 syscalls = autodict() variable
H A Dfailed-syscalls-by-pid.py34 syscalls = autodict() variable
H A Dsyscall-counts-by-pid.py33 syscalls = autodict() variable
H A Dsctop.py46 syscalls = autodict() variable
/linux/arch/s390/
H A DMakefile118 syscalls := arch/s390/kernel/syscalls macro
/linux/tools/perf/tests/
H A Dmmap-basic.c41 pid_t (*syscalls[])(void) = { (void *)getsid, getppid, (void*)getpgid }; in test__basic_mmap() local