Lines Matching refs:next_pid
850 next_pid = evsel__intval(evsel, sample, "next_pid");
874 prev_comm, prev_pid, next_comm, next_pid, delta);
877 next = register_pid(sched, next_pid, next_comm);
1135 next_pid = evsel__intval(evsel, sample, "next_pid");
1158 sched_in = machine__findnew_thread(machine, -1, next_pid);
1636 const u32 next_pid = evsel__intval(evsel, sample, "next_pid");
1680 sched_in = map__findnew_thread(sched, machine, -1, next_pid);
1805 next_pid = evsel__intval(evsel, sample, "next_pid");
1819 sched->curr_pid[this_cpu] = next_pid;
2176 const u32 next_pid = evsel__intval(evsel, sample, "next_pid");
2226 snprintf(nstr, sizeof(nstr), "next: %s[%d]", next_comm, next_pid);
2546 if (evsel__intval(evsel, sample, "next_pid") == 0)
2591 evsel__intval(evsel, sample, "next_pid") != 0)
2774 const u32 next_pid = evsel__intval(evsel, sample, "next_pid");
2777 if (next_pid == 0)
2780 thread = machine__findnew_thread(machine, -1, next_pid);