/linux/tools/perf/scripts/perl/ |
H A D | failed-syscalls.pl | 18 sub raw_syscalls::sys_exit 29 sub syscalls::sys_exit 31 raw_syscalls::sys_exit(@_)
|
/linux/tools/perf/scripts/python/bin/ |
H A 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/tools/perf/scripts/perl/bin/ |
H A D | failed-syscalls-record | 2 (perf record -e raw_syscalls:sys_exit $@ || \ 3 perf record -e syscalls:sys_exit $@) 2> /dev/null
|
/linux/tools/testing/selftests/ftrace/test.d/trigger/ |
H A D | trigger-hist-mod.tc | 35 echo 'hist:keys=id.syscall' > events/raw_syscalls/sys_exit/trigger 37 grep "id: \(unknown_\|sys_\)" events/raw_syscalls/sys_exit/hist > /dev/null || \
|
/linux/include/trace/events/ |
H A D | syscalls.h | 44 TRACE_EVENT_SYSCALL(sys_exit, 66 TRACE_EVENT_FLAGS(sys_exit, TRACE_EVENT_FL_CAP_ANY)
|
/linux/tools/testing/selftests/powerpc/benchmarks/ |
H A D | exec_target.c | 19 : [sys_exit] "i" (SYS_exit) in _start()
|
/linux/tools/perf/ |
H A D | builtin-trace.c | 133 *sys_exit; member 149 *sys_exit, member 1460 *sys_exit; member 3488 struct evsel *sys_enter, *sys_exit; in trace__add_syscall_newtp() local 3497 sys_exit = perf_evsel__raw_syscall_newtp("sys_exit", trace__sys_exit); in trace__add_syscall_newtp() 3498 if (sys_exit == NULL) in trace__add_syscall_newtp() 3501 if (perf_evsel__init_sc_tp_uint_field(sys_exit, ret)) in trace__add_syscall_newtp() 3505 evsel__config_callchain(sys_exit, &trace->opts, &callchain_param); in trace__add_syscall_newtp() 3508 evlist__add(evlist, sys_exit); in trace__add_syscall_newtp() 3516 sys_exit->core.attr.exclude_callchain_kernel = 1; in trace__add_syscall_newtp() [all …]
|
/linux/arch/parisc/kernel/ |
H A D | vmlinux.lds.S | 93 *(.text.sys_exit)
|
/linux/arch/sparc/kernel/ |
H A D | syscalls.S | 132 sethi %hi(sys_exit), %g7 133 or %g7, %lo(sys_exit), %g7
|
/linux/tools/perf/arch/s390/entry/syscalls/ |
H A D | syscall.tbl | 11 1 common exit sys_exit sys_exit
|
/linux/tools/perf/util/bpf_skel/ |
H A D | augmented_raw_syscalls.bpf.c | 559 int sys_exit(struct syscall_exit_args *args) in sys_exit() function
|
/linux/tools/bpf/bpftool/Documentation/ |
H A D | bpftool-gen.rst | 230 SEC("raw_tp/sys_exit") 381 /* detach and re-attach sys_exit program */
|
/linux/tools/perf/arch/mips/entry/syscalls/ |
H A D | syscall_n64.tbl | 68 58 n64 exit sys_exit
|
/linux/scripts/ |
H A D | syscall.tbl | 120 93 common exit sys_exit
|
/linux/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 72 60 common exit sys_exit - noreturn
|
/linux/tools/perf/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 72 60 common exit sys_exit - noreturn
|
H A D | syscall_32.tbl | 16 1 i386 exit sys_exit - noreturn
|
/linux/Documentation/locking/ |
H A D | robust-futexes.rst | 66 - they have to scan _every_ vma at sys_exit() time, per thread!
|
/linux/include/uapi/asm-generic/ |
H A D | unistd.h | 259 __SYSCALL(__NR_exit, sys_exit)
|
/linux/tools/perf/arch/powerpc/entry/syscalls/ |
H A D | syscall.tbl | 11 1 nospu exit sys_exit
|
/linux/tools/include/uapi/asm-generic/ |
H A D | unistd.h | 259 __SYSCALL(__NR_exit, sys_exit)
|
/linux/include/linux/ |
H A D | syscalls.h | 552 asmlinkage long sys_exit(int error_code);
|