Home
last modified time | relevance | path

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

/xnu-11417.101.15/doc/observability/
H A Drecount.md1 # Recount chapter
7 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…
H A Dcpu_counters.md34 - The Recount subsystem makes extensive use of the fixed CPMU counters to attribute CPU resources b…
/xnu-11417.101.15/tools/lldbmacros/
H A Drecount.py15 def Recount(cmd_args=None, cmd_options={}, O=None): # noqa: E741 function