D | sched_event_tracker.cc | 67 uint32_t prev_pid, in PushSchedSwitch() argument 93 prev_pid_match_prev_next_pid = prev_pid == pending_sched->last_pid; in PushSchedSwitch() 107 context_->process_tracker->UpdateThreadName(prev_pid, prev_comm_id); in PushSchedSwitch() 110 cpu, ts, prev_utid, prev_pid, prev_comm_id, prev_prio, prev_state, in PushSchedSwitch() 166 uint32_t prev_pid = pending_sched->last_pid; in PushSchedSwitchCompact() local 174 cpu, ts, prev_utid, prev_pid, prev_comm_id, prev_prio, prev_state, in PushSchedSwitchCompact() 188 uint32_t prev_pid, in AddRawEventAndStartSlice() argument 214 add_raw_arg(SS::kPrevPidFieldNumber, Variadic::Integer(prev_pid)); in AddRawEventAndStartSlice()
|