Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/tools/perf/scripts/perl/
A Dfailed-syscalls.pl18 sub raw_syscalls::sys_exit
29 sub syscalls::sys_exit
31 raw_syscalls::sys_exit(@_)
/linux-6.3-rc2/tools/perf/scripts/perl/bin/
A Dfailed-syscalls-record2 (perf record -e raw_syscalls:sys_exit $@ || \
3 perf record -e syscalls:sys_exit $@) 2> /dev/null
/linux-6.3-rc2/tools/perf/scripts/python/bin/
A Dfailed-syscalls-by-pid-record2 (perf record -e raw_syscalls:sys_exit $@ || \
3 perf record -e syscalls:sys_exit $@) 2> /dev/null
/linux-6.3-rc2/tools/testing/selftests/ftrace/test.d/trigger/
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-6.3-rc2/include/trace/events/
A Dsyscalls.h44 TRACE_EVENT_FN(sys_exit,
66 TRACE_EVENT_FLAGS(sys_exit, TRACE_EVENT_FL_CAP_ANY)
/linux-6.3-rc2/tools/perf/
A Dbuiltin-trace.c116 *sys_exit; member
132 *sys_exit; member
136 *sys_exit, member
1220 *sys_exit; member
3171 struct evsel *sys_enter, *sys_exit; local
3181 if (sys_exit == NULL)
3191 evlist__add(evlist, sys_exit);
3203 trace->syscalls.events.sys_exit = sys_exit;
3210 evsel__delete_priv(sys_exit);
3219 struct evsel *sys_exit; local
[all …]
/linux-6.3-rc2/arch/parisc/kernel/
A Dvmlinux.lds.S93 *(.text.sys_exit)
/linux-6.3-rc2/arch/sparc/kernel/
A Dsyscalls.S132 sethi %hi(sys_exit), %g7
133 or %g7, %lo(sys_exit), %g7
/linux-6.3-rc2/tools/perf/examples/bpf/
A Daugmented_raw_syscalls.c397 int sys_exit(struct syscall_exit_args *args) in sys_exit() function
/linux-6.3-rc2/tools/include/nolibc/
A Dsys.h321 void sys_exit(int status) in sys_exit() function
330 sys_exit(status); in exit()
/linux-6.3-rc2/arch/s390/kernel/syscalls/
A Dsyscall.tbl11 1 common exit sys_exit sys_exit
/linux-6.3-rc2/tools/perf/arch/s390/entry/syscalls/
A Dsyscall.tbl11 1 common exit sys_exit sys_exit
/linux-6.3-rc2/tools/bpf/bpftool/Documentation/
A Dbpftool-gen.rst252 SEC("raw_tp/sys_exit")
358 /* detach and re-attach sys_exit program */
/linux-6.3-rc2/arch/ia64/kernel/syscalls/
A Dsyscall.tbl13 1 common exit sys_exit
/linux-6.3-rc2/tools/perf/arch/mips/entry/syscalls/
A Dsyscall_n64.tbl68 58 n64 exit sys_exit
/linux-6.3-rc2/arch/mips/kernel/syscalls/
A Dsyscall_n64.tbl68 58 n64 exit sys_exit
A Dsyscall_n32.tbl68 58 n32 exit sys_exit
/linux-6.3-rc2/arch/x86/entry/syscalls/
A Dsyscall_64.tbl71 60 common exit sys_exit
/linux-6.3-rc2/arch/xtensa/kernel/syscalls/
A Dsyscall.tbl132 118 common exit sys_exit
/linux-6.3-rc2/tools/perf/arch/x86/entry/syscalls/
A Dsyscall_64.tbl71 60 common exit sys_exit
/linux-6.3-rc2/arch/sh/kernel/syscalls/
A Dsyscall.tbl11 1 common exit sys_exit
/linux-6.3-rc2/arch/arm/tools/
A Dsyscall.tbl15 1 common exit sys_exit
/linux-6.3-rc2/arch/microblaze/kernel/syscalls/
A Dsyscall.tbl11 1 common exit sys_exit
/linux-6.3-rc2/arch/m68k/kernel/syscalls/
A Dsyscall.tbl11 1 common exit sys_exit
/linux-6.3-rc2/arch/parisc/kernel/syscalls/
A Dsyscall.tbl11 1 common exit sys_exit

Completed in 27 milliseconds

12