Home
last modified time | relevance | path

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

/PHP-8.2/sapi/fpm/fpm/
H A Dfpm_trace_ptrace.c25 static pid_t traced_pid; variable
39 traced_pid = pid; in fpm_trace_ready()
50 traced_pid = 0; in fpm_trace_close()
65 if (0 > ptrace(PT_IO, traced_pid, (void *) &ptio, 0)) { in fpm_trace_get_long()
66 zlog(ZLOG_SYSERROR, "failed to ptrace(PT_IO) pid %d", traced_pid); in fpm_trace_get_long()
71 *data = ptrace(PTRACE_PEEKDATA, traced_pid, (void *) addr, 0); in fpm_trace_get_long()
73 zlog(ZLOG_SYSERROR, "failed to ptrace(PEEKDATA) pid %d", traced_pid); in fpm_trace_get_long()

Completed in 5 milliseconds