Searched refs:Recount (Results 1 – 3 of 3) sorted by relevance
1 # Recount chapter7 Recount is a resource accounting subsystem in the kernel that tracks the CPU resources consumed by …17 By default, Recount tracks its counters per-CPU kind (e.g. performance or efficiency) for threads, …21 These interfaces report counter data to user space and are backed by Recount.69 - `recount diagnose` prints information useful for debugging the Recount subsystem itself.106 …revent the writer from updating the counts while readers are present, so Recount uses a sequence l…121 Unlike the other metrics, the energy counters are not sampled directly by Recount so the values can…
34 - The Recount subsystem makes extensive use of the fixed CPMU counters to attribute CPU resources b…
15 def Recount(cmd_args=None, cmd_options={}, O=None): # noqa: E741 function