Name

tracehook_prepare_clone — prepare for new child to be cloned

Synopsis

int tracehook_prepare_clone (unsigned clone_flags);
 

Arguments

clone_flags

CLONE_* flags from clone/fork/vfork system call

Description

This 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.