Lines Matching refs:compact_sched
143 auto* compact_sched = bundle_out->set_compact_sched(); in ReEncodeBundle() local
146 compact_sched->add_intern_table(s.data(), s.size()); in ReEncodeBundle()
148 compact_sched->set_switch_timestamp(switch_timestamp); in ReEncodeBundle()
149 compact_sched->set_switch_next_comm_index(switch_next_comm_index); in ReEncodeBundle()
150 compact_sched->set_switch_next_pid(switch_next_pid); in ReEncodeBundle()
151 compact_sched->set_switch_next_prio(switch_next_prio); in ReEncodeBundle()
152 compact_sched->set_switch_prev_state(switch_prev_state); in ReEncodeBundle()
154 compact_sched->set_waking_timestamp(waking_timestamp); in ReEncodeBundle()
155 compact_sched->set_waking_pid(waking_pid); in ReEncodeBundle()
156 compact_sched->set_waking_target_cpu(waking_target_cpu); in ReEncodeBundle()
157 compact_sched->set_waking_prio(waking_prio); in ReEncodeBundle()
158 compact_sched->set_waking_comm_index(waking_comm_index); in ReEncodeBundle()