Home
last modified time | relevance | path

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

123

/openbmc/qemu/bsd-user/aarch64/
H A Dtarget_arch_sigtramp.h28 uint32_t sys_exit = TARGET_FREEBSD_NR_exit; in setup_sigtramp() local
35 /* 5 */ 0xd2800028 + (sys_exit << 5) + 0x8, /* mov x8, #SYS_exit */ in setup_sigtramp()
39 /* 9 */ sys_exit in setup_sigtramp()
/openbmc/qemu/bsd-user/arm/
H A Dtarget_arch_sigtramp.h28 uint32_t sys_exit = TARGET_FREEBSD_NR_exit; in setup_sigtramp() local
35 /* 6 */ 0xEF000000 + sys_exit, /* swi (SYS_exit)*/ in setup_sigtramp()
38 /* 9 */ sys_exit in setup_sigtramp()
/openbmc/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(@_)
/openbmc/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
/openbmc/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
/openbmc/qemu/bsd-user/riscv/
H A Dtarget_arch_sigtramp.h27 uint32_t sys_exit = TARGET_FREEBSD_NR_exit; in setup_sigtramp() local
34 /*5*/ const_le32(0x00000293 + (sys_exit << 20)), /*li t0,sys_exit*/ in setup_sigtramp()
/openbmc/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 || \
/openbmc/linux/include/trace/events/
H A Dsyscalls.h44 TRACE_EVENT_FN(sys_exit,
66 TRACE_EVENT_FLAGS(sys_exit, TRACE_EVENT_FL_CAP_ANY)
/openbmc/linux/tools/perf/
H A 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 …]
/openbmc/linux/arch/parisc/kernel/
H A Dvmlinux.lds.S93 *(.text.sys_exit)
/openbmc/linux/arch/sparc/kernel/
H A Dsyscalls.S132 sethi %hi(sys_exit), %g7
133 or %g7, %lo(sys_exit), %g7
/openbmc/linux/tools/perf/util/bpf_skel/
H A Daugmented_raw_syscalls.bpf.c402 int sys_exit(struct syscall_exit_args *args) in sys_exit() function
/openbmc/linux/tools/include/nolibc/
H A Dsys.h285 void sys_exit(int status) in sys_exit() function
294 sys_exit(status); in exit()
/openbmc/qemu/linux-user/s390x/
H A Dsyscall.tbl11 1 common exit sys_exit sys_exit
/openbmc/linux/arch/s390/kernel/syscalls/
H A Dsyscall.tbl11 1 common exit sys_exit sys_exit
/openbmc/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl11 1 common exit sys_exit sys_exit
/openbmc/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-gen.rst252 SEC("raw_tp/sys_exit")
358 /* detach and re-attach sys_exit program */
/openbmc/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl68 58 n64 exit sys_exit
/openbmc/qemu/linux-user/mips64/
H A Dsyscall_n64.tbl68 58 n64 exit sys_exit
/openbmc/linux/arch/ia64/kernel/syscalls/
H A Dsyscall.tbl13 1 common exit sys_exit
/openbmc/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
/openbmc/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl71 60 common exit sys_exit
/openbmc/linux/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl71 60 common exit sys_exit
/openbmc/linux/arch/xtensa/kernel/syscalls/
H A Dsyscall.tbl132 118 common exit sys_exit

123