Home
last modified time | relevance | path

Searched refs:traced_pid (Results 1 – 1 of 1) sorted by relevance

/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_trace_ptrace.c26 static pid_t traced_pid; variable
40 traced_pid = pid; in fpm_trace_ready()
51 traced_pid = 0; in fpm_trace_close()
66 if (0 > ptrace(PT_IO, traced_pid, (void *) &ptio, 0)) { in fpm_trace_get_long()
67 zlog(ZLOG_SYSERROR, "failed to ptrace(PT_IO) pid %d", traced_pid); in fpm_trace_get_long()
72 *data = ptrace(PTRACE_PEEKDATA, traced_pid, (void *) addr, 0); in fpm_trace_get_long()
74 zlog(ZLOG_SYSERROR, "failed to ptrace(PEEKDATA) pid %d", traced_pid); in fpm_trace_get_long()

Completed in 6 milliseconds