Searched refs:syscalls (Results 1 - 25 of 256) sorted by relevance

1234567891011

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/scripts/perl/bin/
H A Drw-by-pid-record2 perf record -a -e syscalls:sys_enter_read -e syscalls:sys_exit_read -e syscalls:sys_enter_write -e syscalls:sys_exit_write $@
H A Drwtop-record2 perf record -a -e syscalls:sys_enter_read -e syscalls:sys_exit_read -e syscalls:sys_enter_write -e syscalls:sys_exit_write $@
H A Drw-by-file-record2 perf record -a -e syscalls:sys_enter_read -e syscalls:sys_enter_write $@
H A Dfailed-syscalls-report2 # description: system-wide failed syscalls
10 perf trace $@ -s ~/libexec/perf-core/scripts/perl/failed-syscalls.pl $comm
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/include/asm/
H A Dsyscalls.h6 #include <asm-generic/syscalls.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/kernel/
H A Dsys_call_table.c1 #include <linux/syscalls.h>
5 #include <asm/syscalls.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/scripts/python/
H A Dfailed-syscalls-by-pid.py6 # If a [comm] arg is specified, only syscalls called by [comm] are displayed.
27 syscalls = autodict() variable
44 syscalls[common_comm][common_pid][id][ret] += 1
46 syscalls[common_comm][common_pid][id][ret] = 1
58 comm_keys = syscalls.keys()
60 pid_keys = syscalls[comm].keys()
63 id_keys = syscalls[comm][pid].keys()
66 ret_keys = syscalls[comm][pid][id].keys()
67 for ret, val in sorted(syscalls[comm][pid][id].iteritems(), key = lambda(k, v): (v, k), reverse = True):
H A Dsyscall-counts-by-pid.py6 # If a [comm] arg is specified, only syscalls called by [comm] are displayed.
27 syscalls = autodict() variable
42 syscalls[common_comm][common_pid][id] += 1
44 syscalls[common_comm][common_pid][id] = 1
52 print "%-40s %10s\n" % ("comm [pid]/syscalls", "count"),
56 comm_keys = syscalls.keys()
58 pid_keys = syscalls[comm].keys()
61 id_keys = syscalls[comm][pid].keys()
62 for id, val in sorted(syscalls[comm][pid].iteritems(), \
H A Dsyscall-counts.py6 # If a [comm] arg is specified, only syscalls called by [comm] are displayed.
27 syscalls = autodict() variable
42 syscalls[id] += 1
44 syscalls[id] = 1
56 for id, val in sorted(syscalls.iteritems(), key = lambda(k, v): (v, k), \
H A Dsctop.py6 # syscall. If a [comm] arg is specified, only syscalls called by
42 syscalls = autodict() variable
55 syscalls[id] += 1
57 syscalls[id] = 1
71 for id, val in sorted(syscalls.iteritems(), key = lambda(k, v): (v, k), \
77 syscalls.clear()
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/scripts/python/bin/
H A Dfailed-syscalls-by-pid-report2 # description: system-wide failed syscalls, by pid
10 perf trace $@ -s ~/libexec/perf-core/scripts/python/failed-syscalls-by-pid.py $comm
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/include/asm/
H A Dsyscalls.h9 #include <asm-generic/syscalls.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dsys_i386_32.c16 #include <linux/syscalls.h>
25 #include <asm/syscalls.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dchecksyscalls.sh149 /* ... including the "new" 32-bit uid syscalls */
192 /* Unmerged syscalls for AFS, STREAMS, etc. */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/init/
H A Dnoinitramfs.c23 #include <linux/syscalls.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/kernel/
H A DMakefile9 setup.o gpio.o init_task.o syscalls.o \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/hpux/
H A Dioctl.c37 #include <linux/syscalls.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/scripts/perl/
H A 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
H A Drw-by-file.pl28 sub syscalls::sys_enter_read subroutine
39 sub syscalls::sys_enter_write subroutine
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
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/
H A Dspu_callbacks.c9 #include <linux/syscalls.h>
12 #include <asm/syscalls.h>
21 * 1. They interact with the way SPU syscalls are handled
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dsys_mn10300.c13 #include <linux/syscalls.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dsys_sh64.c26 #include <linux/syscalls.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/kernel/
H A Dsyscall.c24 #include <linux/syscalls.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/kernel/
H A Dmicroblaze_ksyms.c15 #include <linux/syscalls.h>

Completed in 114 milliseconds

1234567891011