Searched refs:PTRACE_EVENT_CLONE (Results 1 – 8 of 8) sorted by relevance
76 #ifndef PTRACE_EVENT_CLONE77 # define PTRACE_EVENT_CLONE 3 macro
284 || what == PTRACE_EVENT_CLONE) { in next_event()
73 #define PTRACE_EVENT_CLONE 3 macro85 #define PTRACE_O_TRACECLONE (1 << PTRACE_EVENT_CLONE)
219 # define PTRACE_EVENT_CLONE 3 macro
276 PTRACE_EVENT_CLONE,
2114 [PTRACE_EVENT_CLONE] = "CLONE", in trace()
257 PTRACE_EVENT_CLONE - stop before return from clone
1494 case (SIGTRAP | (PTRACE_EVENT_CLONE << 8)): in MonitorSIGTRAP()