1TRACEHOOK_PREPARE_CL(9)        Kernel Internals        TRACEHOOK_PREPARE_CL(9)
2
3
4

NAME

6       tracehook_prepare_clone - prepare for new child to be cloned
7

SYNOPSIS

9       int tracehook_prepare_clone(unsigned clone_flags);
10

ARGUMENTS

12       clone_flags
13
14           CLONE_* flags from clone/fork/vfork system call
15

DESCRIPTION

17       This is called before a new user task is to be cloned. Its return value
18       will be passed to tracehook_finish_clone.
19
20       Called with no locks held.
21
22
23
24Kernel Hackers Manual 2.6.         June 2019           TRACEHOOK_PREPARE_CL(9)
Impressum