Home
last modified time | relevance | path

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

/xnu-10002.1.13/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-10002.1.13/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-10002.1.13/osfmk/kern/
H A Drecount.h113 uint64_t ru_instructions; member
H A Drecount.c277 sum->ru_instructions += to_add->ru_instructions; in recount_usage_add()
292 usage->ru_instructions += snap->rsn_insns; in recount_usage_add_snap()
H A Dthread.c555 usage.ru_instructions, in thread_terminate_self()
561 perf_only.ru_instructions, in thread_terminate_self()
607 usage.ru_instructions, in thread_terminate_self()
613 perf_only.ru_instructions, in thread_terminate_self()
H A Dcoalition.c904 cru_out->cpu_instructions = stats_sum.ru_instructions; in coalition_resource_usage_internal()
905 cru_out->cpu_pinstructions = stats_perf_only.ru_instructions; in coalition_resource_usage_internal()
H A Dkern_stackshot.c1751 instrs_cycles.ics_instructions = usage.ru_instructions; in kcdata_record_task_instrs_cycles()
1753 instrs_cycles.ics_p_instructions = perf_only.ru_instructions; in kcdata_record_task_instrs_cycles()
2567 instrs_cycles->ics_instructions = usage.ru_instructions; in kcdata_record_thread_snapshot()
H A Dtask.c6512 extra_info->instructions = usage.ru_instructions; in task_power_info_locked()
6514 extra_info->pinstructions = usage_perf.ru_instructions; in task_power_info_locked()
8692 bc->instructions = stats.ru_instructions; in task_inspect()
/xnu-10002.1.13/tools/lldbmacros/
H A Drecount.py90 self._instructions += unsigned(usage.ru_instructions)
203 insns = unsigned(usage.ru_instructions)
/xnu-10002.1.13/bsd/dev/
H A Dmonotonic.c329 counts[MT_CORE_INSTRS] = usage->ru_instructions; in _convert_usage_to_counts()
/xnu-10002.1.13/doc/
H A Drecount.md75 - `ru_instructions`: the instructions retired by a CPU with `CONFIG_PERVASIVE_CPI`
/xnu-10002.1.13/bsd/dev/dtrace/
H A Ddtrace.c3645 return usage.ru_instructions; in dtrace_dif_variable()