Home
last modified time | relevance | path

Searched refs:pending_sched (Results 1 – 1 of 1) sorted by relevance

/external/perfetto/src/trace_processor/importers/ftrace/
Dsched_event_tracker.cc92 auto* pending_sched = &pending_sched_per_cpu_[cpu]; in PushSchedSwitch() local
93 uint32_t pending_slice_idx = pending_sched->pending_slice_storage_idx; in PushSchedSwitch()
95 prev_pid_match_prev_next_pid = prev_pid == pending_sched->last_pid; in PushSchedSwitch()
116 pending_sched->pending_slice_storage_idx = new_slice_idx; in PushSchedSwitch()
117 pending_sched->last_pid = next_pid; in PushSchedSwitch()
118 pending_sched->last_utid = next_utid; in PushSchedSwitch()
119 pending_sched->last_prio = next_prio; in PushSchedSwitch()
143 auto* pending_sched = &pending_sched_per_cpu_[cpu]; in PushSchedSwitchCompact() local
149 if (pending_sched->last_utid == std::numeric_limits<UniqueTid>::max()) { in PushSchedSwitchCompact()
152 pending_sched->last_pid = next_pid; in PushSchedSwitchCompact()
[all …]