Bug 99401
Summary: | /proc/timer_list prints out raw kernel jiffies | ||
---|---|---|---|
Product: | Timers | Reporter: | William Breathitt Gray (kernel.gesture) |
Component: | Other | Assignee: | john stultz (john.stultz) |
Status: | CLOSED INVALID | ||
Severity: | low | ||
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 4.0.4 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
William Breathitt Gray
2015-06-03 13:55:58 UTC
This is not a bug; behaviour is intentional. To quote TThomas Gleixner (http://lkml.org/lkml/2015/8/22/86): > All instances which are de facto APIs, syscalls and also various files > in proc/ must be in USER_HZ because userspace applications depend on > the USER_HZ value. > > proc/timer_list is exempt from that because its more a debugging > interface which is not part of the strict kernel API. And we really > want to see the real values and not the scaled USER_HZ ones for that > purpose. I hope that answers your question. |