Query: tracehook_prepare_clone
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
TRACEHOOK_PREPARE_CL(9) Kernel Internals TRACEHOOK_PREPARE_CL(9)NAMEtracehook_prepare_clone - prepare for new child to be clonedSYNOPSISint tracehook_prepare_clone(unsigned clone_flags);ARGUMENTSclone_flags CLONE_* flags from clone/fork/vfork system callDESCRIPTIONThis is called before a new user task is to be cloned. Its return value will be passed to tracehook_finish_clone. Called with no locks held. Kernel Hackers Manual 2.6. July 2010 TRACEHOOK_PREPARE_CL(9)