Home
last modified time | relevance | path

Searched refs:getCycleCount (Results 1 – 7 of 7) sorted by relevance

/external/OpenCSD/decoder/include/opencsd/etmv3/
Dtrc_pkt_decode_etmv3.h98 m_cycle_count = in_pkt->getCycleCount(); in initAtomPkt()
Dtrc_pkt_elem_etmv3.h122 const uint32_t getCycleCount() const { return m_pkt_data.cycle_count; }; in getCycleCount() function
/external/OpenCSD/decoder/source/etmv3/
Dtrc_pkt_decode_etmv3.cpp276 pElem->setCycleCount(m_curr_packet_in->getCycleCount()); in decodePacket()
447 pElem->setCycleCount(m_curr_packet_in->getCycleCount()); in processISync()
/external/llvm-project/llvm/include/llvm/ProfileData/
DGCOV.h295 static uint64_t getCycleCount(const Edges &Path);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DGCOV.cpp447 uint64_t GCOVBlock::getCycleCount(const Edges &Path) { in getCycleCount() function in GCOVBlock
494 Count += GCOVBlock::getCycleCount(Path); in lookForCircuit()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DGCOV.h369 static uint64_t getCycleCount(const Edges &Path);
/external/llvm-project/llvm/lib/ProfileData/
DGCOV.cpp432 uint64_t GCOVBlock::getCycleCount(const Edges &Path) { in getCycleCount() function in GCOVBlock
479 Count += GCOVBlock::getCycleCount(Path); in lookForCircuit()