D | builtin-sched.c | 683 next_pid = perf_evsel__intval(evsel, sample, "next_pid"); in replay_switch_event() local 708 prev_comm, prev_pid, next_comm, next_pid, delta); in replay_switch_event() 711 next = register_pid(sched, next_pid, next_comm); in replay_switch_event() 917 next_pid = perf_evsel__intval(evsel, sample, "next_pid"); in latency_switch_event() local 940 sched_in = machine__findnew_thread(machine, 0, next_pid); in latency_switch_event() 1270 next_pid = perf_evsel__intval(evsel, sample, "next_pid"); in map_switch_event() local 1295 sched_in = machine__findnew_thread(machine, 0, next_pid); in map_switch_event() 1353 next_pid = perf_evsel__intval(evsel, sample, "next_pid"); in process_sched_switch_event() local 1367 sched->curr_pid[this_cpu] = next_pid; in process_sched_switch_event()
|