Lines Matching +full:switch +full:- +full:sample
4 * SPDX-License-Identifier: Apache-2.0
108 priority - 1, options, K_FOREVER); in fifo_ops()
119 "%-40s - Add data to FIFO (no ctx switch)", tag); in fifo_ops()
122 cycles -= timestamp_overhead_adjustment(options, options); in fifo_ops()
131 "%-40s - Get data from FIFO (no ctx switch)", tag); in fifo_ops()
133 cycles -= timestamp_overhead_adjustment(options, options); in fifo_ops()
143 "%-40s - Allocate to add data to FIFO (no ctx switch)", tag); in fifo_ops()
154 "%-40s - Free when getting data from FIFO (no ctx switch)", tag); in fifo_ops()
193 mid = timestamp.sample; in alt_thread_entry()
214 mid = timestamp.sample; in alt_thread_entry()
245 timestamp.sample = timing_timestamp_get(); in start_thread_entry()
256 timestamp.sample = timing_timestamp_get(); in start_thread_entry()
282 priority - 1, start_options, K_FOREVER); in fifo_blocking_ops()
289 priority - 2, alt_options, K_FOREVER); in fifo_blocking_ops()
302 "%-40s - Get data from FIFO (w/ ctx switch)", tag); in fifo_blocking_ops()
314 "%-40s - Add data to FIFO (w/ ctx switch)", tag); in fifo_blocking_ops()
326 "%-40s - Free when getting data from FIFO (w/ ctx siwtch)", tag); in fifo_blocking_ops()
338 "%-40s - Allocate to add data to FIFO (w/ ctx switch)", tag); in fifo_blocking_ops()