Home
last modified time | relevance | path

Searched refs:Recount (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.41.9/doc/
H A Drecount.md1 # Recount chapter
3 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…
/xnu-8792.41.9/tools/lldbmacros/
H A Drecount.py14 def Recount(cmd_args=None, cmd_options={}, O=None): # noqa: E741 function