Home
last modified time | relevance | path

Searched refs:ru_instructions (Results 1 – 12 of 12) sorted by relevance

/xnu-8792.61.2/bsd/kern/
H A Dsys_recount.c44 .tcpi_instructions = usage->ru_instructions, in _usage_to_cpi()
53 .ttci_instructions = usage->ru_instructions, in _usage_to_time_cpi()
64 .ttec_instructions = usage->ru_instructions, in _usage_to_time_energy_cpi()
160 .ptcd_instructions = usage->ru_instructions, in _usage_to_proc_threadcounts()
/xnu-8792.61.2/osfmk/kperf/
H A Dthread_samplers.c412 BUF_DATA(PERF_TI_INSCYCDATA, usage.ru_instructions, usage.ru_cycles, in kperf_thread_inscyc_log()
413 perf_only.ru_instructions, perf_only.ru_cycles); in kperf_thread_inscyc_log()
/xnu-8792.61.2/osfmk/kern/
H A Drecount.h105 uint64_t ru_instructions; member
H A Drecount.c270 sum->ru_instructions += to_add->ru_instructions; in recount_usage_add()
285 usage->ru_instructions += snap->rsn_insns; in recount_usage_add_snap()
H A Dthread.c553 usage.ru_instructions, in thread_terminate_self()
559 perf_only.ru_instructions, in thread_terminate_self()
605 usage.ru_instructions, in thread_terminate_self()
611 perf_only.ru_instructions, in thread_terminate_self()
H A Dcoalition.c883 cru_out->cpu_instructions = stats_sum.ru_instructions; in coalition_resource_usage_internal()
884 cru_out->cpu_pinstructions = stats_perf_only.ru_instructions; in coalition_resource_usage_internal()
H A Dkern_stackshot.c1749 instrs_cycles.ics_instructions = usage.ru_instructions; in kcdata_record_task_instrs_cycles()
1751 instrs_cycles.ics_p_instructions = perf_only.ru_instructions; in kcdata_record_task_instrs_cycles()
2491 instrs_cycles->ics_instructions = usage.ru_instructions; in kcdata_record_thread_snapshot()
H A Dtask.c6227 extra_info->instructions = usage.ru_instructions; in task_power_info_locked()
6229 extra_info->pinstructions = usage_perf.ru_instructions; in task_power_info_locked()
8150 bc->instructions = stats.ru_instructions; in task_inspect()
/xnu-8792.61.2/tools/lldbmacros/
H A Drecount.py90 self._instructions += unsigned(usage.ru_instructions)
203 insns = unsigned(usage.ru_instructions)
/xnu-8792.61.2/bsd/dev/
H A Dmonotonic.c329 counts[MT_CORE_INSTRS] = usage->ru_instructions; in _convert_usage_to_counts()
/xnu-8792.61.2/doc/
H A Drecount.md75 - `ru_instructions`: the instructions retired by a CPU with `CONFIG_PERVASIVE_CPI`
/xnu-8792.61.2/bsd/dev/dtrace/
H A Ddtrace.c3639 return usage.ru_instructions; in dtrace_dif_variable()