Searched refs:cached_pid (Results 1 – 1 of 1) sorted by relevance
77 static int32_t cached_pid = 0; in AddInode() local78 if (!cached_pid) in AddInode()79 cached_pid = getpid(); in AddInode()82 PERFETTO_DCHECK(cached_pid == getpid()); in AddInode()84 if (cached_pid != last_seen_common_pid) { in AddInode()