Searched refs:CYCLES_PER_SECOND (Results 1 – 2 of 2) sorted by relevance
33 __entry->second = cycles / CYCLES_PER_SECOND;34 __entry->cycle = cycles % CYCLES_PER_SECOND;77 __entry->second = cycles / CYCLES_PER_SECOND;78 __entry->cycle = cycles % CYCLES_PER_SECOND;121 __entry->second = cycles / CYCLES_PER_SECOND;122 __entry->cycle = cycles % CYCLES_PER_SECOND;165 __entry->second = cycles / CYCLES_PER_SECOND;166 __entry->cycle = cycles % CYCLES_PER_SECOND;
19 #define CYCLES_PER_SECOND 8000 macro20 #define TICKS_PER_SECOND (TICKS_PER_CYCLE * CYCLES_PER_SECOND)672 if (cycle >= 8 * CYCLES_PER_SECOND) in increment_cycle_count()673 cycle -= 8 * CYCLES_PER_SECOND; in increment_cycle_count()680 cycle += 8 * CYCLES_PER_SECOND; in decrement_cycle_count()