Query: tracehook_report_exit
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
TRACEHOOK_REPORT_EXI(9) Kernel Internals TRACEHOOK_REPORT_EXI(9)NAMEtracehook_report_exit - task has begun to exitSYNOPSISvoid tracehook_report_exit(long * exit_code);ARGUMENTSexit_code pointer to value destined for current->exit_codeDESCRIPTIONexit_code points to the value passed to do_exit, which tracing might change here. This is almost the first thing in do_exit, before freeing any resources or setting the PF_EXITING flag. Called with no locks held. Kernel Hackers Manual 2.6. July 2010 TRACEHOOK_REPORT_EXI(9)