ppids 78 tools/perf/util/synthetic-events.c char *name, *tgids, *ppids; ppids 102 tools/perf/util/synthetic-events.c ppids = strstr(bf, "PPid:"); ppids 128 tools/perf/util/synthetic-events.c if (ppids) { ppids 129 tools/perf/util/synthetic-events.c ppids += 5; /* strlen("PPid:") */ ppids 130 tools/perf/util/synthetic-events.c *ppid = atoi(ppids);