Lines Matching refs:next_pid
840 next_pid = evsel__intval(evsel, sample, "next_pid");
865 prev_comm, prev_pid, next_comm, next_pid, delta);
868 next = register_pid(sched, next_pid, next_comm);
1112 next_pid = evsel__intval(evsel, sample, "next_pid");
1135 sched_in = machine__findnew_thread(machine, -1, next_pid);
1532 const u32 next_pid = evsel__intval(evsel, sample, "next_pid");
1570 sched_in = map__findnew_thread(sched, machine, -1, next_pid);
1677 next_pid = evsel__intval(evsel, sample, "next_pid");
1691 sched->curr_pid[this_cpu] = next_pid;
2010 const u32 next_pid = evsel__intval(evsel, sample, "next_pid");
2050 snprintf(nstr, sizeof(nstr), "next: %s[%d]", next_comm, next_pid);
2339 if (evsel__intval(evsel, sample, "next_pid") == 0)
2363 evsel__intval(evsel, sample, "next_pid") != 0)