Home
last modified time | relevance | path

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

12

/linux-6.6.21/tools/perf/scripts/perl/
Dfailed-syscalls.pl18 sub raw_syscalls::sys_exit
29 sub syscalls::sys_exit
31 raw_syscalls::sys_exit(@_)
/linux-6.6.21/tools/perf/scripts/perl/bin/
Dfailed-syscalls-record2 (perf record -e raw_syscalls:sys_exit $@ || \
3 perf record -e syscalls:sys_exit $@) 2> /dev/null
/linux-6.6.21/tools/perf/scripts/python/bin/
Dfailed-syscalls-by-pid-record2 (perf record -e raw_syscalls:sys_exit $@ || \
3 perf record -e syscalls:sys_exit $@) 2> /dev/null
/linux-6.6.21/tools/testing/selftests/ftrace/test.d/trigger/
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.6.21/include/trace/events/
Dsyscalls.h44 TRACE_EVENT_FN(sys_exit,
66 TRACE_EVENT_FLAGS(sys_exit, TRACE_EVENT_FL_CAP_ANY)
/linux-6.6.21/tools/perf/
Dbuiltin-trace.c119 *sys_exit; member
135 *sys_exit, member
1221 *sys_exit; member
3210 struct evsel *sys_enter, *sys_exit; local
3219 sys_exit = perf_evsel__raw_syscall_newtp("sys_exit", trace__sys_exit);
3220 if (sys_exit == NULL)
3223 if (perf_evsel__init_sc_tp_uint_field(sys_exit, ret))
3227 evsel__config_callchain(sys_exit, &trace->opts, &callchain_param);
3230 evlist__add(evlist, sys_exit);
3238 sys_exit->core.attr.exclude_callchain_kernel = 1;
[all …]
/linux-6.6.21/arch/parisc/kernel/
Dvmlinux.lds.S93 *(.text.sys_exit)
/linux-6.6.21/arch/sparc/kernel/
Dsyscalls.S132 sethi %hi(sys_exit), %g7
133 or %g7, %lo(sys_exit), %g7
/linux-6.6.21/tools/perf/util/bpf_skel/
Daugmented_raw_syscalls.bpf.c402 int sys_exit(struct syscall_exit_args *args) in sys_exit() function
/linux-6.6.21/tools/include/nolibc/
Dsys.h285 void sys_exit(int status) in sys_exit() function
294 sys_exit(status); in exit()
/linux-6.6.21/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl11 1 common exit sys_exit sys_exit
/linux-6.6.21/arch/s390/kernel/syscalls/
Dsyscall.tbl11 1 common exit sys_exit sys_exit
/linux-6.6.21/tools/bpf/bpftool/Documentation/
Dbpftool-gen.rst252 SEC("raw_tp/sys_exit")
358 /* detach and re-attach sys_exit program */
/linux-6.6.21/tools/perf/arch/mips/entry/syscalls/
Dsyscall_n64.tbl68 58 n64 exit sys_exit
/linux-6.6.21/arch/ia64/kernel/syscalls/
Dsyscall.tbl13 1 common exit sys_exit
/linux-6.6.21/arch/mips/kernel/syscalls/
Dsyscall_n64.tbl68 58 n64 exit sys_exit
Dsyscall_n32.tbl68 58 n32 exit sys_exit
/linux-6.6.21/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl71 60 common exit sys_exit
/linux-6.6.21/arch/xtensa/kernel/syscalls/
Dsyscall.tbl132 118 common exit sys_exit
/linux-6.6.21/arch/x86/entry/syscalls/
Dsyscall_64.tbl71 60 common exit sys_exit
/linux-6.6.21/arch/m68k/kernel/syscalls/
Dsyscall.tbl11 1 common exit sys_exit
/linux-6.6.21/arch/parisc/kernel/syscalls/
Dsyscall.tbl11 1 common exit sys_exit
/linux-6.6.21/arch/microblaze/kernel/syscalls/
Dsyscall.tbl11 1 common exit sys_exit
/linux-6.6.21/arch/sh/kernel/syscalls/
Dsyscall.tbl11 1 common exit sys_exit
/linux-6.6.21/arch/arm/tools/
Dsyscall.tbl15 1 common exit sys_exit

12