Lines Matching full:cycles
54 timestamp.cycles = put_sum; in stack_push_pop_thread_entry()
57 timestamp.cycles = get_sum; in stack_push_pop_thread_entry()
63 uint64_t cycles; in stack_ops() local
90 cycles = timestamp.cycles; in stack_ops()
91 cycles -= timestamp_overhead_adjustment(options, options); in stack_ops()
92 PRINT_STATS_AVG(description, (uint32_t)cycles, in stack_ops()
101 cycles = timestamp.cycles; in stack_ops()
102 cycles -= timestamp_overhead_adjustment(options, options); in stack_ops()
103 PRINT_STATS_AVG(description, (uint32_t)cycles, in stack_ops()
141 timestamp.cycles = sum[0]; in alt_thread_entry()
143 timestamp.cycles = sum[1]; in alt_thread_entry()
169 uint64_t cycles; in stack_blocking_ops() local
203 cycles = timestamp.cycles; in stack_blocking_ops()
204 PRINT_STATS_AVG(description, (uint32_t)cycles, in stack_blocking_ops()
214 cycles = timestamp.cycles; in stack_blocking_ops()
215 PRINT_STATS_AVG(description, (uint32_t)cycles, in stack_blocking_ops()