Home
last modified time | relevance | path

Searched refs:sys_exit (Results 1 – 25 of 26) sorted by relevance

12

/external/linux-kselftest/tools/testing/selftests/ftrace/test.d/trigger/
Dtrigger-hist-mod.tc59 echo 'hist:keys=id.syscall' > events/raw_syscalls/sys_exit/trigger
61 grep "id: \(unknown_\|sys_\)" events/raw_syscalls/sys_exit/hist > /dev/null || \
/external/perfetto/src/ftrace_reader/test/data/android_seed_N2F62_3.10.49/events/raw_syscalls/sys_exit/
Dformat1 name: sys_exit
/external/perfetto/src/ftrace_reader/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/raw_syscalls/sys_exit/
Dformat1 name: sys_exit
/external/strace/linux/
Ddummy.h129 #define sys_exit printargs_d macro
/external/valgrind/coregrind/m_syswrap/
Dpriv_syswrap-generic.h112 DECL_TEMPLATE(generic, sys_exit);
Dsyswrap-arm64-linux.c709 GENX_(__NR_exit, sys_exit), // 93
Dsyswrap-ppc64-linux.c535 GENX_(__NR_exit, sys_exit), // 1
Dsyswrap-ppc32-linux.c617 GENX_(__NR_exit, sys_exit), // 1
Dsyswrap-amd64-linux.c532 GENX_(__NR_exit, sys_exit), // 60
Dsyswrap-s390x-linux.c417 GENX_(__NR_exit, sys_exit), // 1
Dsyswrap-mips64-linux.c598 GENX_ (__NR_exit, sys_exit),
Dsyswrap-arm-linux.c553 GENX_(__NR_exit, sys_exit), // 1
Dsyswrap-mips32-linux.c724 GENX_ (__NR_exit, sys_exit), // 1
Dsyswrap-x86-linux.c1162 GENX_(__NR_exit, sys_exit), // 1
Dsyswrap-solaris.c905 DECL_TEMPLATE(solaris, sys_exit);
1088 PRE(sys_exit) in PRE() argument
10776 SOLX_(__NR_exit, sys_exit), /* 1 */
Dsyswrap-generic.c2445 PRE(sys_exit) in PRE() argument
/external/python/cpython2/Python/
Dsysmodule.c207 sys_exit(PyObject *self, PyObject *args) in sys_exit() function
931 {"exit", sys_exit, METH_VARARGS, exit_doc},
/external/python/cpython3/Python/
Dsysmodule.c262 sys_exit(PyObject *self, PyObject *args) in sys_exit() function
1364 {"exit", sys_exit, METH_VARARGS, exit_doc},
/external/perfetto/src/ftrace_reader/test/data/android_seed_N2F62_3.10.49/
Davailable_events8 raw_syscalls:sys_exit
/external/kernel-headers/original/uapi/asm-generic/
Dunistd.h297 __SYSCALL(__NR_exit, sys_exit)
/external/perfetto/src/ftrace_reader/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/
Davailable_events2 raw_syscalls:sys_exit
/external/valgrind/docs/internals/
Dthreads-syscalls-signals.txt260 > group exit. Whereas if a thread calls sys_exit then just that
Dporting-to-ARM.txt86 GENX_(__NR_exit, sys_exit), // 1
/external/robolectric/v1/lib/main/
Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
/external/strace/
DChangeLog15502 * linux/dummy.h (sys_exit): Alias to printargs_d.
30809 * exit.c (sys_exit): Likewise.
34380 * process.c (sys_exit): Move to exit.c.
41095 * process.c (sys_exit): Call line_ended() to indicate that we finished priting.
41817 * process.c (sys_exit): Convert printtrailer() call to "printing_tcp = NULL".
42779 * process.c (sys_exit): Call tabto() with no parameters.
43400 * syscall.c (internal_syscall): Do not treat sys_exit specially -
44382 * syscall.c (trace_syscall_entering): Check for sys_exit instead of

12