Home
last modified time | relevance | path

Searched refs:instructions (Results 1 – 9 of 9) sorted by relevance

/xnu-8020.140.41/osfmk/mach/
H A Dthread_act.defs174 * execute any further user or meta- instructions.
190 * Cause any user or meta- instructions currently being
192 * instructions consist of the basic traps for IPC
195 * described by MiG interfaces are not meta-instructions
202 * Cause any user or meta- instructions currently being
207 * instructions consist of the basic traps for IPC
210 * described by MiG interfaces are not meta-instructions
H A Dtask_inspect.h47 uint64_t instructions; member
/xnu-8020.140.41/bsd/dev/arm64/
H A Dfasttrap_isa.c368 const uint32_t *instructions, uint32_t num_instrs, user_addr_t *pc_out) argument
376 bcopy(instructions, local_scratch, num_instrs * sizeof(uint32_t));
/xnu-8020.140.41/tools/tests/perf_index/
H A DREADME24 for instructions. The server is run by running the test_controller.py python
/xnu-8020.140.41/osfmk/arm/
H A Dmachine_routines_common.c322 mt_perfcontrol(&cpu_counters->instructions, &cpu_counters->cycles); in machine_switch_populate_perfcontrol_cpu_counters()
324 cpu_counters->instructions = 0; in machine_switch_populate_perfcontrol_cpu_counters()
H A Dmachine_routines.h949 uint64_t instructions; member
/xnu-8020.140.41/libkern/zlib/
H A DREADME17 To compile all files and run the test program, follow the instructions given at
/xnu-8020.140.41/tests/
H A Dstackshot_tests.m1138 "saw instructions and cycles in thread");
1142 "saw instructions and cycles in task");
1164 T_DECL(instrs_cycles, "test a getting instructions and cycles in stackshot")
1174 T_LOG("attempting to take stackshot with instructions and cycles");
1182 "test delta stackshots with instructions and cycles")
/xnu-8020.140.41/osfmk/kern/
H A Dtask.c8254 bc->instructions = task_counts[MT_CORE_INSTRS]; in task_inspect()
8256 bc->instructions = 0; in task_inspect()