Home
last modified time | relevance | path

Searched refs:sys_exit (Results 1 – 15 of 15) 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/perf/
Dbuiltin-trace.c112 *sys_exit; member
129 *sys_exit; member
133 *sys_exit, member
1213 *sys_exit; member
3171 struct evsel *sys_enter, *sys_exit; local
3180 sys_exit = perf_evsel__raw_syscall_newtp("sys_exit", trace__sys_exit);
3181 if (sys_exit == NULL)
3184 if (perf_evsel__init_sc_tp_uint_field(sys_exit, ret))
3188 evsel__config_callchain(sys_exit, &trace->opts, &callchain_param);
3191 evlist__add(evlist, sys_exit);
[all …]
/tools/perf/examples/bpf/
Daugmented_raw_syscalls.c274 int sys_exit(struct syscall_exit_args *args) in sys_exit() function
/tools/bpf/bpftool/Documentation/
Dbpftool-gen.rst203 SEC("raw_tp/sys_exit")
307 /* detach and re-attach sys_exit program */
/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl11 1 common exit sys_exit sys_exit
/tools/include/nolibc/
Dnolibc.h128 void sys_exit(int status) in sys_exit() function
527 sys_exit(status); in exit()
/tools/perf/arch/mips/entry/syscalls/
Dsyscall_n64.tbl68 58 n64 exit sys_exit
/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl71 60 common exit sys_exit
/tools/perf/arch/powerpc/entry/syscalls/
Dsyscall.tbl11 1 nospu exit sys_exit
/tools/include/uapi/asm-generic/
Dunistd.h307 __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.txt637 strace-like sys_enter+sys_exit lines.