Searched defs:instrs (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.140.41/tests/ |
| H A D | monotonic_core.c | 232 dt_stat_t instrs = dt_stat_create("instructions", "%s_instrs", in perf_sysctl_deltas() local 275 dt_stat_t instrs = dt_stat_create("fixed_thread_self_instrs", "instructions"); variable
|
| /xnu-8020.140.41/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() 547 mt_stackshot_thread(thread_t thread, uint64_t *instrs, uint64_t *cycles) in mt_stackshot_thread() 561 mt_stackshot_task(task_t task, uint64_t *instrs, uint64_t *cycles) in mt_stackshot_task()
|
| H A D | kern_stackshot.c | 2400 uint64_t instrs = 0, cycles = 0; in kcdata_record_thread_snapshot() local
|