Home
last modified time | relevance | path

Searched refs:syscalls (Results 1 – 25 of 70) sorted by relevance

123

/external/linux-tools-perf/src/tools/perf/scripts/python/
Dfailed-syscalls-by-pid.py32 syscalls = autodict() variable
49 syscalls[common_comm][common_pid][id][ret] += 1
51 syscalls[common_comm][common_pid][id][ret] = 1
63 comm_keys = syscalls.keys()
65 pid_keys = syscalls[comm].keys()
68 id_keys = syscalls[comm][pid].keys()
71 ret_keys = syscalls[comm][pid][id].keys()
72 …for ret, val in sorted(syscalls[comm][pid][id].iteritems(), key = lambda(k, v): (v, k), reverse =…
Dsyscall-counts-by-pid.py31 syscalls = autodict() variable
47 syscalls[common_comm][common_pid][id] += 1
49 syscalls[common_comm][common_pid][id] = 1
61 comm_keys = syscalls.keys()
63 pid_keys = syscalls[comm].keys()
66 id_keys = syscalls[comm][pid].keys()
67 for id, val in sorted(syscalls[comm][pid].iteritems(), \
Dsctop.py39 syscalls = autodict() variable
52 syscalls[id] += 1
54 syscalls[id] = 1
68 for id, val in sorted(syscalls.iteritems(), key = lambda(k, v): (v, k), \
74 syscalls.clear()
Dsyscall-counts.py28 syscalls = autodict() variable
43 syscalls[id] += 1
45 syscalls[id] = 1
57 for id, val in sorted(syscalls.iteritems(), key = lambda(k, v): (v, k), \
/external/linux-tools-perf/src/tools/perf/scripts/perl/bin/
Drw-by-pid-record2 perf record -e syscalls:sys_enter_read -e syscalls:sys_exit_read -e syscalls:sys_enter_write -e sys…
Drwtop-record2 perf record -e syscalls:sys_enter_read -e syscalls:sys_exit_read -e syscalls:sys_enter_write -e sys…
Drw-by-file-record2 perf record -e syscalls:sys_enter_read -e syscalls:sys_enter_write $@
Dfailed-syscalls-report10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/failed-syscalls.pl $comm
/external/strace/
DNEWS11 recvmsg, sendmmsg, and recvmmsg syscalls.
17 * Implemented decoding of getrandom and seccomp syscalls.
37 statfs family syscalls.
98 renameat2, and request_key syscalls.
99 * Robustified decoding of select, pselect, and io_submit syscalls.
101 setdomainname, sethostname, setns, and sync_file_range syscalls.
111 * Added shmat and shmdt to the set of memory mapping related syscalls.
114 * Fixed offset decoding in preadv and pwritev syscalls.
134 * Added -e trace=memory option for tracing memory mapping related syscalls.
143 quotactl syscalls.
[all …]
Dstrace.spec229 - Don't display inappropriate syscalls for -e trace=file (#159340).
269 - grok epoll_* syscalls (#134463)
332 - new upstream version, handles yet more 2.5 syscalls, x86_64 & ia64 fixes
370 - aio syscalls for i386/ia64/ppc (Ben LaHaise)
399 - new upstream version. Seems to have integrated most new syscalls
426 - doh, actually apply the 2.4 syscalls patch
431 - add a bunch of new 2.4 syscalls (#14036)
491 - Add patch to follow clone() syscalls, too.
/external/linux-tools-perf/src/tools/perf/scripts/perl/
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-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
Drw-by-file.pl28 sub syscalls::sys_enter_read subroutine
39 sub syscalls::sys_enter_write subroutine
/external/linux-tools-perf/src/tools/perf/scripts/python/bin/
Dfutex-contention-record2 perf record -e syscalls:sys_enter_futex -e syscalls:sys_exit_futex $@
Dfailed-syscalls-by-pid-report10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/failed-syscalls-by-pid.py $comm
/external/linux-tools-perf/src/tools/perf/
Dbuiltin-trace.c428 } syscalls; member
556 if (id > trace->syscalls.max) { in trace__read_syscall_info()
557 struct syscall *nsyscalls = realloc(trace->syscalls.table, (id + 1) * sizeof(*sc)); in trace__read_syscall_info()
562 if (trace->syscalls.max != -1) { in trace__read_syscall_info()
563 memset(nsyscalls + trace->syscalls.max + 1, 0, in trace__read_syscall_info()
564 (id - trace->syscalls.max) * sizeof(*sc)); in trace__read_syscall_info()
569 trace->syscalls.table = nsyscalls; in trace__read_syscall_info()
570 trace->syscalls.max = id; in trace__read_syscall_info()
573 sc = trace->syscalls.table + id; in trace__read_syscall_info()
672 if ((id > trace->syscalls.max || trace->syscalls.table[id].name == NULL) && in trace__syscall_info()
[all …]
/external/valgrind/memcheck/tests/linux/
DMakefile.am17 syscalls-2007.vgtest syscalls-2007.stderr.exp \
36 syscalls-2007 \
Dsyscalls-2007.vgtest1 prog: syscalls-2007
/external/strace/tests/
Duid.test12 syscalls="getuid$s,setuid$s,getresuid$s,setreuid$s,setresuid$s,fchown$s,getgroups$s"
13 run_strace -e trace="$syscalls" $args
/external/valgrind/docs/internals/
DMERGE_3_10_1.txt63 //339855 arm64 unhandled getsid/setsid syscalls
118 //340028 unhandled syscalls for arm64 (msync, pread64, setreuid and setregid)
122 //340236 4 unhandled syscalls on aarch64/arm64: mknodat (33), fchdir
144 //340630 arm64: fchmod (52) and fchown (55) syscalls not recognized
168 //340922 arm64: unhandled getgroups/setgroups syscalls
DDarwin-notes.txt8 of syscalls rather than the vanilla version, if a _nocancel version
13 read/write/open/close etc syscalls, it really is critical to use the
14 _nocancel versions of syscalls rather than the vanilla versions. This
18 own-purpose (non-client) syscalls should get routed through there.
22 bunch of other syscalls to do with stream I/O are cancellation points.
32 does a syscall, and not the places where Valgrind does syscalls.
/external/linux-tools-perf/src/tools/perf/tests/
Dmmap-basic.c28 pid_t (*syscalls[])(void) = { (void *)getsid, getppid, getpgrp, in test__basic_mmap() local
98 int foo = syscalls[i](); in test__basic_mmap()
/external/linux-tools-perf/src/tools/perf/Documentation/
Dperf-script-python.txt79 - we could enable every event under the tracing/events/syscalls
80 directory, but this is over 600 syscalls, well beyond the number
84 individual syscalls of interest.
86 - we can enable the sys_enter and/or sys_exit syscalls found under
87 tracing/events/raw_syscalls. These are called for all syscalls; the
241 syscalls = autodict()
244 syscalls[id] += 1
246 syscalls[id] = 1
249 The syscalls 'autodict' object is a special kind of Python dictionary
253 levels if they don't exist e.g syscalls[comm][pid][id] = 1 will create
[all …]
Dperf-trace.txt16 syscalls, but other system events like pagefaults, task lifetime events,
33 Prefixing with ! shows all syscalls but the ones specified. You may
/external/ltrace/
Doptions.h37 int syscalls; /* -S: display system calls */ member

123