Searched refs:last_pid (Results 1 – 4 of 4) sorted by relevance
85 pid_t last_pid = 0; in check() local99 distance = pid_distance(last_pid, pid); in check()105 "iteration=%ld.", last_pid, in check()110 last_pid = pid; in check()
44 if (last_pid == new_pid && pc && pc >= last_range_start && in NeedsUpdate()47 last_pid = new_pid; in NeedsUpdate()58 int last_pid; member
114 int last_pid = 0; in IterateLwpAll() local115 if (LocalAtoi(entry->d_name, &lwpid) && last_pid != lwpid) { in IterateLwpAll()116 last_pid = lwpid; in IterateLwpAll()
340 u32 last_pid = 0; in FindDsoBuildId() local355 if (pid == last_pid || pid == tid) continue; in FindDsoBuildId()356 last_pid = pid; in FindDsoBuildId()