Lines Matching refs:next_pid
829 next_pid = perf_evsel__intval(evsel, sample, "next_pid"); in replay_switch_event() local
854 prev_comm, prev_pid, next_comm, next_pid, delta); in replay_switch_event()
857 next = register_pid(sched, next_pid, next_comm); in replay_switch_event()
1097 next_pid = perf_evsel__intval(evsel, sample, "next_pid"); in latency_switch_event() local
1120 sched_in = machine__findnew_thread(machine, -1, next_pid); in latency_switch_event()
1516 const u32 next_pid = perf_evsel__intval(evsel, sample, "next_pid"); in map_switch_event() local
1554 sched_in = map__findnew_thread(sched, machine, -1, next_pid); in map_switch_event()
1661 next_pid = perf_evsel__intval(evsel, sample, "next_pid"); in process_sched_switch_event() local
1675 sched->curr_pid[this_cpu] = next_pid; in process_sched_switch_event()
1997 const u32 next_pid = perf_evsel__intval(evsel, sample, "next_pid"); in timehist_print_sample() local
2034 snprintf(nstr, sizeof(nstr), "next: %s[%d]", next_comm, next_pid); in timehist_print_sample()