Home
last modified time | relevance | path

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

/tools/perf/scripts/perl/
Dfailed-syscalls.pl18 sub raw_syscalls::sys_exit
29 sub syscalls::sys_exit
31 raw_syscalls::sys_exit(@_)
/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
/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
/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 || \
/tools/testing/selftests/powerpc/benchmarks/
Dexec_target.c19 : [sys_exit] "i" (SYS_exit) in _start()
/tools/perf/
Dbuiltin-trace.c133 *sys_exit; member
149 *sys_exit, member
1456 *sys_exit; member
3494 struct evsel *sys_enter, *sys_exit; local
3503 sys_exit = perf_evsel__raw_syscall_newtp("sys_exit", trace__sys_exit);
3504 if (sys_exit == NULL)
3507 if (perf_evsel__init_sc_tp_uint_field(sys_exit, ret))
3511 evsel__config_callchain(sys_exit, &trace->opts, &callchain_param);
3514 evlist__add(evlist, sys_exit);
3522 sys_exit->core.attr.exclude_callchain_kernel = 1;
[all …]
/tools/include/nolibc/
Dsys.h297 void sys_exit(int status) in sys_exit() function
306 sys_exit(status); in exit()
/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl11 1 common exit sys_exit sys_exit
/tools/perf/util/bpf_skel/
Daugmented_raw_syscalls.bpf.c559 int sys_exit(struct syscall_exit_args *args) in sys_exit() function
/tools/bpf/bpftool/Documentation/
Dbpftool-gen.rst230 SEC("raw_tp/sys_exit")
381 /* detach and re-attach sys_exit program */
/tools/perf/arch/mips/entry/syscalls/
Dsyscall_n64.tbl68 58 n64 exit sys_exit
/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl72 60 common exit sys_exit - noreturn
Dsyscall_32.tbl16 1 i386 exit sys_exit - noreturn
/tools/perf/arch/powerpc/entry/syscalls/
Dsyscall.tbl11 1 nospu exit sys_exit
/tools/include/uapi/asm-generic/
Dunistd.h259 __SYSCALL(__NR_exit, sys_exit)
/tools/perf/Documentation/
Dperf-script-python.txt68 sys_exit 1
86 - we can enable the sys_enter and/or sys_exit syscalls found under
Dperf-config.txt650 strace-like sys_enter+sys_exit lines.