Home
last modified time | relevance | path

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

/linux/tools/perf/scripts/perl/
H A Dfailed-syscalls.pl18 sub raw_syscalls::sys_exit
29 sub syscalls::sys_exit
31 raw_syscalls::sys_exit(@_)
/linux/tools/perf/scripts/python/bin/
H A Dfailed-syscalls-by-pid-record2 (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 Dfailed-syscalls-record2 (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 Dtrigger-hist-mod.tc35 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 Dsyscalls.h44 TRACE_EVENT_SYSCALL(sys_exit,
66 TRACE_EVENT_FLAGS(sys_exit, TRACE_EVENT_FL_CAP_ANY)
/linux/tools/testing/selftests/powerpc/benchmarks/
H A Dexec_target.c19 : [sys_exit] "i" (SYS_exit) in _start()
/linux/tools/perf/
H A Dbuiltin-trace.c133 *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 Dvmlinux.lds.S93 *(.text.sys_exit)
/linux/arch/sparc/kernel/
H A Dsyscalls.S132 sethi %hi(sys_exit), %g7
133 or %g7, %lo(sys_exit), %g7
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl11 1 common exit sys_exit sys_exit
/linux/tools/perf/util/bpf_skel/
H A Daugmented_raw_syscalls.bpf.c559 int sys_exit(struct syscall_exit_args *args) in sys_exit() function
/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-gen.rst230 SEC("raw_tp/sys_exit")
381 /* detach and re-attach sys_exit program */
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl68 58 n64 exit sys_exit
/linux/scripts/
H A Dsyscall.tbl120 93 common exit sys_exit
/linux/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl72 60 common exit sys_exit - noreturn
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl72 60 common exit sys_exit - noreturn
H A Dsyscall_32.tbl16 1 i386 exit sys_exit - noreturn
/linux/Documentation/locking/
H A Drobust-futexes.rst66 - they have to scan _every_ vma at sys_exit() time, per thread!
/linux/include/uapi/asm-generic/
H A Dunistd.h259 __SYSCALL(__NR_exit, sys_exit)
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl11 1 nospu exit sys_exit
/linux/tools/include/uapi/asm-generic/
H A Dunistd.h259 __SYSCALL(__NR_exit, sys_exit)
/linux/include/linux/
H A Dsyscalls.h552 asmlinkage long sys_exit(int error_code);