Home
last modified time | relevance | path

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

12

/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/kernel/trace/rv/monitors/sleep/
H A Dsleep.c197 rv_attach_trace_probe("rtapp_sleep", sys_exit, handle_sys_exit); in enable_sleep()
210 rv_detach_trace_probe("rtapp_sleep", sys_exit, handle_sys_exit); in disable_sleep()
/linux/arch/parisc/kernel/
H A Dvmlinux.lds.S93 *(.text.sys_exit)
/linux/tools/perf/util/
H A Dbpf_trace_augment.c30 if (prog != skel->progs.sys_enter && prog != skel->progs.sys_exit) in augmented_syscalls__prepare()
/linux/tools/perf/
H A Dbuiltin-trace.c133 *sys_exit; member
152 *sys_exit, member
1481 *sys_exit; member
3635 struct evsel *sys_enter, *sys_exit; in trace__add_syscall_newtp() local
3644 sys_exit = perf_evsel__raw_syscall_newtp("sys_exit", trace__sys_exit); in trace__add_syscall_newtp()
3645 if (sys_exit == NULL) in trace__add_syscall_newtp()
3648 if (perf_evsel__init_sc_tp_uint_field(sys_exit, ret)) in trace__add_syscall_newtp()
3652 evsel__config_callchain(sys_exit, &trace->opts, &callchain_param); in trace__add_syscall_newtp()
3655 evlist__add(evlist, sys_exit); in trace__add_syscall_newtp()
3663 sys_exit->core.attr.exclude_callchain_kernel = 1; in trace__add_syscall_newtp()
[all …]
/linux/tools/perf/util/bpf_skel/
H A Dsyscall_summary.bpf.c122 int sys_exit(u64 *ctx) in sys_exit() function
H A Daugmented_raw_syscalls.bpf.c560 int sys_exit(struct syscall_exit_args *args) in sys_exit() function
/linux/arch/sparc/kernel/
H A Dsyscalls.S132 sethi %hi(sys_exit), %g7
133 or %g7, %lo(sys_exit), %g7
/linux/tools/include/nolibc/
H A Dsys.h297 void sys_exit(int status) in sys_exit() function
306 sys_exit(status); in _exit()
/linux/arch/s390/kernel/syscalls/
H A Dsyscall.tbl11 1 common exit sys_exit sys_exit
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl11 1 common exit sys_exit sys_exit
/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-gen.rst230 SEC("raw_tp/sys_exit")
381 /* detach and re-attach sys_exit program */
/linux/arch/mips/kernel/syscalls/
H A Dsyscall_n64.tbl68 58 n64 exit sys_exit
H A Dsyscall_n32.tbl68 58 n32 exit sys_exit
/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/tools/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/arch/m68k/kernel/syscalls/
H A Dsyscall.tbl11 1 common exit sys_exit
/linux/arch/xtensa/kernel/syscalls/
H A Dsyscall.tbl132 118 common exit sys_exit

12