Searched refs:Recount (Results 1 – 2 of 2) sorted by relevance
1 # Recount chapter3 Recount is a resource accounting subsystem in the kernel that tracks the CPU resources consumed by …10 By default, Recount tracks its counters per-CPU kind (e.g. performance or efficiency) for threads, …14 These interfaces report counter data to user space and are backed by Recount.62 - `recount diagnose` prints information useful for debugging the Recount subsystem itself.94 …revent the writer from updating the counts while readers are present, so Recount uses a sequence l…
14 def Recount(cmd_args=None, cmd_options={}, O=None): # noqa: E741 function