Quantcast
Channel: Active questions tagged kernel - Stack Overflow
Viewing all articles
Browse latest Browse all 6333

Which hardware timer is used for hr timers in linux?

$
0
0

The kernel timers are based on the systick HW timer (systick HW timer block or some other timer) with a resolution of 1 jiffy. In case of hr timers (high resolution timers) the resolution is 1 ns. Which hardware timer is used for the operation of hr timers to get 1 ns resolution? I think the hardware timer used for hr timers vary from platform to platform. Any typical example is fine for me. Also, could you point in code where exactly we declare that hr timers use that particular hardware timer?


Viewing all articles
Browse latest Browse all 6333

Trending Articles