Searched defs:instrs (Results 1 – 3 of 3) sorted by relevance
| /xnu-8019.80.24/tests/ |
| H A D | monotonic_core.c | 230 dt_stat_t instrs = dt_stat_create("instructions", "%s_instrs", in perf_sysctl_deltas() local 274 dt_stat_t instrs = dt_stat_create("fixed_thread_self_instrs", "instructions"); variable
|
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | kern_monotonic.c | 455 mt_cur_cpu_cycles_instrs_speculative(uint64_t *cycles, __unused uint64_t *instrs) in mt_cur_cpu_cycles_instrs_speculative() 493 mt_perfcontrol(uint64_t *instrs, uint64_t *cycles) in mt_perfcontrol() 543 mt_stackshot_thread(thread_t thread, uint64_t *instrs, uint64_t *cycles) in mt_stackshot_thread() 557 mt_stackshot_task(task_t task, uint64_t *instrs, uint64_t *cycles) in mt_stackshot_task()
|
| H A D | kern_stackshot.c | 2106 uint64_t instrs = 0, cycles = 0; in kcdata_record_thread_snapshot() local
|