Searched refs:sys_exit (Results 1 – 15 of 15) sorted by relevance
18 sub raw_syscalls::sys_exit29 sub syscalls::sys_exit31 raw_syscalls::sys_exit(@_)
2 (perf record -e raw_syscalls:sys_exit $@ || \3 perf record -e syscalls:sys_exit $@) 2> /dev/null
35 echo 'hist:keys=id.syscall' > events/raw_syscalls/sys_exit/trigger37 grep "id: \(unknown_\|sys_\)" events/raw_syscalls/sys_exit/hist > /dev/null || \
112 *sys_exit; member129 *sys_exit; member133 *sys_exit, member1213 *sys_exit; member3171 struct evsel *sys_enter, *sys_exit; local3180 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 …]
274 int sys_exit(struct syscall_exit_args *args) in sys_exit() function
203 SEC("raw_tp/sys_exit")307 /* detach and re-attach sys_exit program */
11 1 common exit sys_exit sys_exit
128 void sys_exit(int status) in sys_exit() function527 sys_exit(status); in exit()
68 58 n64 exit sys_exit
71 60 common exit sys_exit
11 1 nospu exit sys_exit
307 __SYSCALL(__NR_exit, sys_exit)
68 sys_exit 186 - we can enable the sys_enter and/or sys_exit syscalls found under
637 strace-like sys_enter+sys_exit lines.