Home
last modified time | relevance | path

Searched defs:ppid (Results 1 – 4 of 4) sorted by relevance

/tools/perf/util/
Dthread.h19 pid_t ppid; member
Devent.h44 u32 pid, ppid; member
/tools/testing/selftests/ptrace/
Dpeeksiginfo.c167 pid_t ppid = getppid(); in main() local
/tools/perf/
Dbuiltin-timechart.c90 int ppid; member
239 static void pid_fork(struct timechart *tchart, int pid, int ppid, u64 timestamp) in pid_fork()