Home
last modified time | relevance | path

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

12

/tools/perf/scripts/perl/
A Dfailed-syscalls.pl18 sub raw_syscalls::sys_exit
29 sub syscalls::sys_exit
31 raw_syscalls::sys_exit(@_)
/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
/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
/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 || \
/tools/testing/selftests/powerpc/benchmarks/
A Dexec_target.c19 : [sys_exit] "i" (SYS_exit) in _start()
/tools/perf/util/
A Dbpf_trace_augment.c30 if (prog != skel->progs.sys_enter && prog != skel->progs.sys_exit) in augmented_syscalls__prepare()
/tools/perf/util/bpf_skel/
A Dsyscall_summary.bpf.c122 int sys_exit(u64 *ctx) in sys_exit() function
A Daugmented_raw_syscalls.bpf.c560 int sys_exit(struct syscall_exit_args *args) in sys_exit() function
/tools/perf/
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
3645 if (sys_exit == NULL) in trace__add_syscall_newtp()
3655 evlist__add(evlist, sys_exit); in trace__add_syscall_newtp()
3667 trace->syscalls.events.sys_exit = sys_exit; in trace__add_syscall_newtp()
3674 evsel__delete_priv(sys_exit); in trace__add_syscall_newtp()
3683 struct evsel *sys_exit; in trace__set_ev_qualifier_tp_filter() local
3692 sys_exit = trace->syscalls.events.sys_exit; in trace__set_ev_qualifier_tp_filter()
[all …]
/tools/include/nolibc/
A Dsys.h297 void sys_exit(int status) in sys_exit() function
306 sys_exit(status); in _exit()
/tools/perf/arch/s390/entry/syscalls/
A Dsyscall.tbl11 1 common exit sys_exit sys_exit
/tools/bpf/bpftool/Documentation/
A Dbpftool-gen.rst230 SEC("raw_tp/sys_exit")
381 /* detach and re-attach sys_exit program */
/tools/perf/arch/mips/entry/syscalls/
A Dsyscall_n64.tbl68 58 n64 exit sys_exit
/tools/scripts/
A Dsyscall.tbl120 93 common exit sys_exit
/tools/perf/arch/parisc/entry/syscalls/
A Dsyscall.tbl11 1 common exit sys_exit
/tools/perf/arch/sh/entry/syscalls/
A Dsyscall.tbl11 1 common exit sys_exit
/tools/perf/arch/x86/entry/syscalls/
A Dsyscall_64.tbl72 60 common exit sys_exit - noreturn
A Dsyscall_32.tbl16 1 i386 exit sys_exit - noreturn
/tools/perf/arch/xtensa/entry/syscalls/
A Dsyscall.tbl132 118 common exit sys_exit
/tools/perf/arch/alpha/entry/syscalls/
A Dsyscall.tbl11 1 common exit sys_exit
/tools/perf/arch/arm/entry/syscalls/
A Dsyscall.tbl16 1 common exit sys_exit
/tools/perf/arch/arm64/entry/syscalls/
A Dsyscall_32.tbl15 1 common exit sys_exit
/tools/perf/arch/sparc/entry/syscalls/
A Dsyscall.tbl11 1 32 exit sys_exit sparc_exit
/tools/perf/arch/powerpc/entry/syscalls/
A Dsyscall.tbl11 1 nospu exit sys_exit
/tools/include/uapi/asm-generic/
A Dunistd.h259 __SYSCALL(__NR_exit, sys_exit)

Completed in 33 milliseconds

12