Lines Matching refs:next_pid
862 next_pid = evsel__intval(evsel, sample, "next_pid");
887 prev_comm, prev_pid, next_comm, next_pid, delta);
890 next = register_pid(sched, next_pid, next_comm);
1134 next_pid = evsel__intval(evsel, sample, "next_pid");
1157 sched_in = machine__findnew_thread(machine, -1, next_pid);
1569 const u32 next_pid = evsel__intval(evsel, sample, "next_pid");
1610 sched_in = map__findnew_thread(sched, machine, -1, next_pid);
1719 next_pid = evsel__intval(evsel, sample, "next_pid");
1733 sched->curr_pid[this_cpu] = next_pid;
2057 const u32 next_pid = evsel__intval(evsel, sample, "next_pid");
2097 snprintf(nstr, sizeof(nstr), "next: %s[%d]", next_comm, next_pid);
2394 if (evsel__intval(evsel, sample, "next_pid") == 0)
2418 evsel__intval(evsel, sample, "next_pid") != 0)