Searched refs:instructions (Results 1 – 9 of 9) sorted by relevance
174 * execute any further user or meta- instructions.190 * Cause any user or meta- instructions currently being192 * instructions consist of the basic traps for IPC195 * described by MiG interfaces are not meta-instructions202 * Cause any user or meta- instructions currently being207 * instructions consist of the basic traps for IPC210 * described by MiG interfaces are not meta-instructions
47 uint64_t instructions; member
368 const uint32_t *instructions, uint32_t num_instrs, user_addr_t *pc_out) argument376 bcopy(instructions, local_scratch, num_instrs * sizeof(uint32_t));
24 for instructions. The server is run by running the test_controller.py python
322 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()
949 uint64_t instructions; member
17 To compile all files and run the test program, follow the instructions given at
1138 "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")
8254 bc->instructions = task_counts[MT_CORE_INSTRS]; in task_inspect()8256 bc->instructions = 0; in task_inspect()