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.cc90 auto* pending_sched = &pending_sched_per_cpu_[cpu]; in PushSchedSwitch() local
91 uint32_t pending_slice_idx = pending_sched->pending_slice_storage_idx; in PushSchedSwitch()
93 prev_pid_match_prev_next_pid = prev_pid == pending_sched->last_pid; in PushSchedSwitch()
114 pending_sched->pending_slice_storage_idx = new_slice_idx; in PushSchedSwitch()
115 pending_sched->last_pid = next_pid; in PushSchedSwitch()
116 pending_sched->last_utid = next_utid; in PushSchedSwitch()
117 pending_sched->last_prio = next_prio; in PushSchedSwitch()
139 auto* pending_sched = &pending_sched_per_cpu_[cpu]; in PushSchedSwitchCompact() local
145 if (pending_sched->last_utid == std::numeric_limits<UniqueTid>::max()) { in PushSchedSwitchCompact()
148 pending_sched->last_pid = next_pid; in PushSchedSwitchCompact()
[all …]