Searched refs:sys_exit (Results 1 – 33 of 33) sorted by relevance
/linux-4.1.27/tools/perf/scripts/perl/ |
D | failed-syscalls.pl | 18 sub raw_syscalls::sys_exit 29 sub syscalls::sys_exit 31 raw_syscalls::sys_exit(@_)
|
/linux-4.1.27/tools/perf/scripts/python/bin/ |
D | failed-syscalls-by-pid-record | 2 (perf record -e raw_syscalls:sys_exit $@ || \ 3 perf record -e syscalls:sys_exit $@) 2> /dev/null
|
/linux-4.1.27/tools/perf/scripts/perl/bin/ |
D | failed-syscalls-record | 2 (perf record -e raw_syscalls:sys_exit $@ || \ 3 perf record -e syscalls:sys_exit $@) 2> /dev/null
|
/linux-4.1.27/include/trace/events/ |
D | syscalls.h | 42 TRACE_EVENT_FN(sys_exit, 64 TRACE_EVENT_FLAGS(sys_exit, TRACE_EVENT_FL_CAP_ANY)
|
/linux-4.1.27/arch/parisc/kernel/ |
D | vmlinux.lds.S | 76 *(.text.sys_exit)
|
/linux-4.1.27/arch/sparc/kernel/ |
D | syscalls.S | 137 sethi %hi(sys_exit), %g7 138 or %g7, %lo(sys_exit), %g7
|
D | systbls_32.S | 19 /*0*/ .long sys_restart_syscall, sys_exit, sys_fork, sys_read, sys_write
|
/linux-4.1.27/arch/m32r/kernel/ |
D | syscall_table.S | 3 .long sys_exit
|
/linux-4.1.27/arch/avr32/kernel/ |
D | syscall_table.S | 17 .long sys_exit
|
/linux-4.1.27/arch/m68k/kernel/ |
D | syscalltable.S | 24 .long sys_exit
|
/linux-4.1.27/arch/sh/kernel/ |
D | syscalls_32.S | 20 .long sys_exit
|
D | syscalls_64.S | 24 .long sys_exit
|
/linux-4.1.27/arch/microblaze/kernel/ |
D | syscall_table.S | 4 .long sys_exit
|
/linux-4.1.27/arch/mn10300/kernel/ |
D | entry.S | 63 GET_THREAD_INFO a2 # A2 must be set on return from sys_exit() 431 .long sys_exit
|
/linux-4.1.27/tools/perf/ |
D | builtin-trace.c | 211 struct perf_evsel *sys_enter, *sys_exit; in perf_evlist__add_syscall_newtp() local 220 sys_exit = perf_evsel__syscall_newtp("sys_exit", sys_exit_handler); in perf_evlist__add_syscall_newtp() 221 if (sys_exit == NULL) in perf_evlist__add_syscall_newtp() 224 if (perf_evsel__init_sc_tp_uint_field(sys_exit, ret)) in perf_evlist__add_syscall_newtp() 228 perf_evlist__add(evlist, sys_exit); in perf_evlist__add_syscall_newtp() 235 perf_evsel__delete_priv(sys_exit); in perf_evlist__add_syscall_newtp()
|
/linux-4.1.27/arch/arm/kernel/ |
D | calls.S | 13 CALL(sys_exit)
|
/linux-4.1.27/arch/mips/kernel/ |
D | scall64-64.S | 180 PTR sys_exit
|
D | scall64-n32.S | 169 PTR sys_exit
|
D | scall32-o32.S | 217 PTR sys_exit
|
D | scall64-o32.S | 214 PTR sys_exit
|
/linux-4.1.27/arch/s390/kernel/ |
D | syscalls.S | 12 SYSCALL(sys_exit,compat_sys_exit)
|
/linux-4.1.27/arch/xtensa/include/uapi/asm/ |
D | unistd.h | 267 __SYSCALL(118, sys_exit, 1)
|
/linux-4.1.27/arch/alpha/kernel/ |
D | systbls.S | 14 .quad sys_exit
|
/linux-4.1.27/arch/x86/syscalls/ |
D | syscall_64.tbl | 69 60 common exit sys_exit
|
D | syscall_32.tbl | 10 1 i386 exit sys_exit
|
/linux-4.1.27/arch/cris/arch-v32/kernel/ |
D | entry.S | 527 .long sys_exit
|
/linux-4.1.27/include/uapi/asm-generic/ |
D | unistd.h | 294 __SYSCALL(__NR_exit, sys_exit)
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | unistd32.h | 27 __SYSCALL(__NR_exit, sys_exit)
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-script-python.txt | 68 sys_exit 1 86 - we can enable the sys_enter and/or sys_exit syscalls found under
|
/linux-4.1.27/Documentation/ |
D | robust-futexes.txt | 62 - they have to scan _every_ vma at sys_exit() time, per thread!
|
/linux-4.1.27/arch/cris/arch-v10/kernel/ |
D | entry.S | 607 .long sys_exit
|
/linux-4.1.27/include/linux/ |
D | syscalls.h | 326 asmlinkage long sys_exit(int error_code);
|
/linux-4.1.27/arch/ia64/kernel/ |
D | entry.S | 1465 data8 sys_exit // 1025
|