Lines Matching refs:with
9 ARM64 devices with a fast timebase read and Intel devices can track time spent in the kernel (syste…
63 Coalition pointers can be found with the `showtaskcoalitions` macro, and should be _resource_ coali…
75 …tities like threads and tasks starts with a `recount_plan_t`, declared using `RECOUNT_PLAN_DECLARE…
80 - `ru_energy_nj`: the energy consumed by a CPU, in nano-Joules with `CONFIG_PERVASIVE_ENERGY`
82 The metrics are stored in a `recount_metrics` structure with the following fields:
85 - `ru_cycles`: the cycles run by a CPU with `CONFIG_PERVASIVE_CPI`
86 - `ru_instructions`: the instructions retired by a CPU with `CONFIG_PERVASIVE_CPI`
88 At context switch, `recount_switch_thread` captures the hardware counters with `recount_snapshot` i…
90 The per-CPU variable is then updated with the current snapshot for the next switch.
91 …_user` or `recount_enter_user`, which performs the same operation, except with `recount_snapshot_s…
96 Processors also track their idle time separately from the usage structure with paired calls to `rec…
98 It stores the last update time in a 64-bit value combined with a state stored in the top two bits t…
101 Tracks include a `recount_usage` structure but ensures that each is updated atomically with respect…