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