Searched refs:sys_exit (Results 1 – 33 of 33) sorted by relevance
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/arch/parisc/kernel/ |
D | vmlinux.lds.S | 76 *(.text.sys_exit)
|
/linux-4.4.14/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.4.14/tools/perf/ |
D | builtin-trace.c | 1411 *sys_exit; member 2474 struct perf_evsel *sys_enter, *sys_exit; in trace__add_syscall_newtp() local 2483 sys_exit = perf_evsel__syscall_newtp("sys_exit", trace__sys_exit); in trace__add_syscall_newtp() 2484 if (sys_exit == NULL) in trace__add_syscall_newtp() 2487 if (perf_evsel__init_sc_tp_uint_field(sys_exit, ret)) in trace__add_syscall_newtp() 2491 perf_evlist__add(evlist, sys_exit); in trace__add_syscall_newtp() 2494 trace->syscalls.events.sys_exit = sys_exit; in trace__add_syscall_newtp() 2501 perf_evsel__delete_priv(sys_exit); in trace__add_syscall_newtp() 2518 err = perf_evsel__append_filter(trace->syscalls.events.sys_exit, "&&", filter); in trace__set_ev_qualifier_filter() 2609 trace->syscalls.events.sys_exit->filter); in trace__run()
|
/linux-4.4.14/arch/m32r/kernel/ |
D | syscall_table.S | 3 .long sys_exit
|
/linux-4.4.14/arch/avr32/kernel/ |
D | syscall_table.S | 17 .long sys_exit
|
/linux-4.4.14/arch/sh/kernel/ |
D | syscalls_32.S | 20 .long sys_exit
|
D | syscalls_64.S | 24 .long sys_exit
|
/linux-4.4.14/arch/microblaze/kernel/ |
D | syscall_table.S | 4 .long sys_exit
|
/linux-4.4.14/arch/m68k/kernel/ |
D | syscalltable.S | 24 .long sys_exit
|
/linux-4.4.14/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.4.14/arch/s390/kernel/ |
D | syscalls.S | 12 SYSCALL(sys_exit,sys_exit)
|
/linux-4.4.14/arch/mips/kernel/ |
D | scall64-n32.S | 160 PTR sys_exit
|
D | scall64-64.S | 174 PTR sys_exit
|
D | scall64-o32.S | 222 PTR sys_exit
|
D | scall32-o32.S | 227 PTR sys_exit
|
/linux-4.4.14/arch/arm/kernel/ |
D | calls.S | 13 CALL(sys_exit)
|
/linux-4.4.14/arch/xtensa/include/uapi/asm/ |
D | unistd.h | 267 __SYSCALL(118, sys_exit, 1)
|
/linux-4.4.14/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 69 60 common exit sys_exit
|
D | syscall_32.tbl | 10 1 i386 exit sys_exit
|
/linux-4.4.14/arch/alpha/kernel/ |
D | systbls.S | 14 .quad sys_exit
|
/linux-4.4.14/arch/cris/arch-v32/kernel/ |
D | entry.S | 538 .long sys_exit
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | unistd32.h | 27 __SYSCALL(__NR_exit, sys_exit)
|
/linux-4.4.14/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.4.14/include/uapi/asm-generic/ |
D | unistd.h | 294 __SYSCALL(__NR_exit, sys_exit)
|
/linux-4.4.14/Documentation/ |
D | robust-futexes.txt | 62 - they have to scan _every_ vma at sys_exit() time, per thread!
|
/linux-4.4.14/arch/cris/arch-v10/kernel/ |
D | entry.S | 607 .long sys_exit
|
/linux-4.4.14/include/linux/ |
D | syscalls.h | 326 asmlinkage long sys_exit(int error_code);
|
/linux-4.4.14/arch/ia64/kernel/ |
D | entry.S | 1453 data8 sys_exit // 1025
|