Searched refs:instruction (Results 1 – 11 of 11) sorted by relevance
/system/nfc/src/nfa/hci/ |
D | nfa_hci_utils.cc | 38 uint8_t instruction); 300 uint8_t instruction, uint16_t msg_len, in nfa_hciu_send_msg() argument 319 nfa_hciu_get_type_inst_names(pipe_id, type, instruction, buff, in nfa_hciu_send_msg() 323 if (instruction == NFA_HCI_ANY_GET_PARAMETER) in nfa_hciu_send_msg() 351 *p_data++ = (type << 6) | instruction; in nfa_hciu_send_msg() 368 handle_debug_loopback(p_buf, type, instruction); in nfa_hciu_send_msg() 380 nfa_hci_cb.cmd_sent = instruction; in nfa_hciu_send_msg() 1194 std::string nfa_hciu_instr_2_str(uint8_t instruction) { in nfa_hciu_instr_2_str() argument 1195 switch (instruction) { in nfa_hciu_instr_2_str() 1387 uint8_t instruction) { in handle_debug_loopback() argument [all …]
|
/system/extras/perf2cfg/perf2cfg/ |
D | edit.py | 331 instruction.event_counts[event_name] 332 for instruction in self.current_method.instructions.values()) 392 instruction = self.current_method.instructions.get(addr) 393 if not instruction: 400 event_count = instruction.event_counts[event_name]
|
D | analyze.py | 103 instruction = self.instructions[relative_addr] 104 instruction.record_sample(event_name, event_count)
|
/system/extras/simpleperf/ |
D | cmd_report_sample.proto | 41 // virtual address of the instruction in elf file 44 // index of the elf file containing the instruction 47 // symbol_id refers to the name of the function containing the instruction.
|
/system/extras/cpu_loads/ |
D | README.md | 12 …le-true` stalls at a `while (true);`, which becomes an unconditional branch to the same instruction
|
/system/nfc/src/nfa/include/ |
D | nfa_hci_int.h | 522 uint8_t instruction, uint16_t pkt_len,
|
/system/extras/simpleperf/doc/ |
D | android_platform_profiling.md | 68 When monitoring instruction and cache related perf events (in hw/cache/raw/pmu category of list cmd…
|
D | collect_etm_data_for_autofdo.md | 7 ETM is a hardware feature available on arm64 devices. It collects the instruction stream running on
|
D | README.md | 257 To show hot places at source code and instruction level, we need to show source code and
|
D | executable_commands_reference.md | 86 events. For example, raw-cpu-cycles is wrapped into cpu-cycles, raw-instruction-retired is wrapped
|
/system/core/rootdir/ |
D | init.rc | 440 # enable armv8_deprecated instruction hooks
|