Lines Matching refs:next_pid
862 next_pid = evsel__intval(evsel, sample, "next_pid"); in replay_switch_event() local
887 prev_comm, prev_pid, next_comm, next_pid, delta); in replay_switch_event()
890 next = register_pid(sched, next_pid, next_comm); in replay_switch_event()
1134 next_pid = evsel__intval(evsel, sample, "next_pid"); in latency_switch_event() local
1157 sched_in = machine__findnew_thread(machine, -1, next_pid); in latency_switch_event()
1554 const u32 next_pid = evsel__intval(evsel, sample, "next_pid"); in map_switch_event() local
1595 sched_in = map__findnew_thread(sched, machine, -1, next_pid); in map_switch_event()
1704 next_pid = evsel__intval(evsel, sample, "next_pid"); in process_sched_switch_event() local
1718 sched->curr_pid[this_cpu] = next_pid; in process_sched_switch_event()
2037 const u32 next_pid = evsel__intval(evsel, sample, "next_pid"); in timehist_print_sample() local
2077 snprintf(nstr, sizeof(nstr), "next: %s[%d]", next_comm, next_pid); in timehist_print_sample()