Searched refs:sys_exit (Results 1 – 17 of 17) 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 || \
19 : [sys_exit] "i" (SYS_exit) in _start()
133 *sys_exit; member149 *sys_exit, member1456 *sys_exit; member3494 struct evsel *sys_enter, *sys_exit; local3503 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 …]
297 void sys_exit(int status) in sys_exit() function306 sys_exit(status); in exit()
11 1 common exit sys_exit sys_exit
559 int sys_exit(struct syscall_exit_args *args) in sys_exit() function
230 SEC("raw_tp/sys_exit")381 /* detach and re-attach sys_exit program */
68 58 n64 exit sys_exit
72 60 common exit sys_exit - noreturn
16 1 i386 exit sys_exit - noreturn
11 1 nospu exit sys_exit
259 __SYSCALL(__NR_exit, sys_exit)
68 sys_exit 186 - we can enable the sys_enter and/or sys_exit syscalls found under
650 strace-like sys_enter+sys_exit lines.