Home
last modified time | relevance | path

Searched defs:ContextSampleCounters (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/llvm/tools/llvm-profgen/
DPerfReader.h175 struct ContextSampleCounters { struct
176 ContextRangeCounter RangeCounter;
177 ContextBranchCounter BranchCounter;
179 void recordRangeCount(std::string &ContextId, uint64_t Start, uint64_t End, in recordRangeCount()
183 void recordBranchCount(std::string &ContextId, uint64_t Source, in recordBranchCount()