Searched refs:cycle_count (Results 1 – 16 of 16) sorted by relevance
/external/OpenCSD/decoder/source/etmv3/ |
D | trc_pkt_elem_etmv3.cpp | 61 m_pkt_data.cycle_count = 0; in Clear() 173 m_pkt_data.cycle_count = E+N; in UpdateAtomFromPHdr() 186 m_pkt_data.cycle_count = 0; in UpdateAtomFromPHdr() 192 m_pkt_data.cycle_count = 1; in UpdateAtomFromPHdr() 199 m_pkt_data.cycle_count = ((pHdr >> 2) & 7) + 1; in UpdateAtomFromPHdr() 258 oss << "; Cycles=" << m_pkt_data.cycle_count; in toString() 520 if(!m_pkt_data.cycle_count) in getAtomStr() 550 for(uint32_t i = 0; i < m_pkt_data.cycle_count; i++) in getAtomStr() 556 oss << "; Cycles=" << m_pkt_data.cycle_count; in getAtomStr() 599 oss << "Cycles=" << std::dec << m_pkt_data.cycle_count << "; "; in getISyncStr()
|
/external/OpenCSD/decoder/docs/prog_guide/ |
D | prog_guide_generic_pkts.md | 58 …uint32_t cycle_count; /* cycle count for explicit cycle count element, or count for e… 128 __packet fields optional__: `has_cc -> cycle_count,` 142 the trace range. In this case `has_cc` will be 1 and `cycle_count` will be valid. 163 __packet fields optional__: `has_cc -> cycle_count,` 170 the trace on indicator. In this case `has_cc` will be 1 and `cycle_count` will be valid. 181 __packet fields optional__: `has_cc -> cycle_count,` 206 the PE context. In this case `has_cc` will be 1 and `cycle_count` will be valid. 213 __packet fields optional__: `has_cc -> cycle_count,` 228 __packet fields optional__: `has_cc -> cycle_count, excep_ret_addr -> en_addr, excep_data_marker, e… 254 __packet fields optional__: `has_cc -> cycle_count,` [all …]
|
/external/OpenCSD/decoder/include/common/ |
D | trc_gen_elem.h | 118 cycle_count = cycleCount; in setCycleCount() 161 cycle_count = 0; in init()
|
/external/OpenCSD/decoder/include/opencsd/ptm/ |
D | trc_pkt_elem_ptm.h | 118 const uint32_t getCCVal() const { return cycle_count; }; in getCCVal() 198 cycle_count = cycleCount; in SetCycleCount()
|
D | trc_pkt_types_ptm.h | 109 uint32_t cycle_count; /**< cycle count value associated with this packet. */ member
|
/external/OpenCSD/decoder/include/opencsd/etmv3/ |
D | trc_pkt_elem_etmv3.h | 122 const uint32_t getCycleCount() const { return m_pkt_data.cycle_count; }; in getCycleCount() 228 m_pkt_data.cycle_count = cycleCount; in SetCycleCount()
|
D | trc_pkt_types_etmv3.h | 150 …uint32_t cycle_count; /**< cycle count associated with this packet (ETMv3 has counts in atom… member
|
/external/OpenCSD/decoder/include/opencsd/ |
D | trc_gen_elem_types.h | 96 …uint32_t cycle_count; /**< cycle count for explicit cycle count element, or count for… member
|
/external/OpenCSD/decoder/source/ptm/ |
D | trc_pkt_elem_ptm.cpp | 58 cycle_count = 0; in Clear() 374 oss << "Cycles=" << std::dec << cycle_count << "; "; in getCycleCountStr()
|
D | trc_pkt_decode_ptm.cpp | 314 m_output_elem.setCycleCount(m_curr_packet_in->cycle_count); in decodePacket()
|
/external/OpenCSD/decoder/source/etmv4/ |
D | trc_pkt_elem_etmv4i.cpp | 155 oss << "; CC=" << std::hex << "0x" << cycle_count; in toString() 176 oss << "; Count=" << std::hex << "0x" << cycle_count; in toString()
|
/external/OpenCSD/decoder/source/ |
D | trc_gen_elem.cpp | 196 oss << std::dec << " [CC=" << cycle_count << "]; "; in toString()
|
/external/OpenCSD/decoder/include/opencsd/etmv4/ |
D | trc_pkt_elem_etmv4i.h | 197 const uint32_t getCC() const { return pkt_valid.bits.cc_valid ? cycle_count : 0; }; in getCC() 284 cycle_count = value; in setCycleCount()
|
D | trc_pkt_types_etmv4.h | 201 uint32_t cycle_count; //!< cycle count member
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | client.cc | 475 int64 cycle_count = profile.compute_cycle_count(); in ExecutionStatsAsString() local 481 ", compute cycles: ", cycle_count, ", performance: ", gflops, in ExecutionStatsAsString()
|
/external/OpenCSD/decoder/tests/ext_dcd_test_eg/c_api_echo_test/ |
D | ext_dcd_echo_test.c | 412 decoder->out_pkt.cycle_count = *((uint32_t *)mem_buffer); in analyse_packet()
|