/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/ |
D | xray-converter.cpp | 94 R.TSC, R.TId, R.PId, R.CallArgs}); in exportAsYAML() 143 Writer.write(R.TId); in exportAsRAWv1() 176 findSiblings(StackTrieNode *parent, int32_t FnId, uint32_t TId, in findSiblings() argument 185 if (map_iter.first != TId) in findSiblings() 207 StackTrieNode *Parent, int32_t FuncId, uint32_t TId, in findOrCreateStackNode() argument 212 Parent == nullptr ? StackRootsByThreadId[TId] : Parent->Callees; in findOrCreateStackNode() 220 findSiblings(Parent, FuncId, TId, StackRootsByThreadId); in findOrCreateStackNode() 238 uint32_t TId, uint32_t PId, bool Symbolize, in writeTraceViewerRecord() argument 250 FunctionPhenotype, TId, PId, EventTimestampUs, in writeTraceViewerRecord() 258 FunctionPhenotype, TId, EventTimestampUs, StackCursor.ExtraData.id); in writeTraceViewerRecord() [all …]
|
D | xray-account.h | 81 const FunctionStack *getThreadFunctionStack(llvm::sys::procid_t TId) const { in getThreadFunctionStack() argument 82 auto I = PerThreadFunctionStack.find(TId); in getThreadFunctionStack()
|
D | xray-stacks.cpp | 123 Converter->SymbolOrNumber(Item.FuncId), Item.TId, in format() 367 auto &TS = ThreadStackMap[R.TId]; in accountRecord() 377 auto *Root = findRootNode(R.TId, R.FuncId); in accountRecord() 378 TS.emplace_back(Root ? Root : createTrieNode(R.TId, R.FuncId, nullptr), in accountRecord() 389 auto N = createTrieNode(R.TId, R.FuncId, Top.first); in accountRecord()
|
D | xray-account.cpp | 138 setMinMax(PerThreadMinMaxTSC[Record.TId], Record.TSC); in accountRecord() 147 auto &ThreadStack = PerThreadFunctionStack[Record.TId]; in accountRecord() 484 Record.TSC, Record.TId, Record.PId) in __anon9fd330660902()
|
D | xray-graph.cpp | 202 auto &ThreadStack = PerThreadFunctionStack[Record.TId]; in accountRecord()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/XRay/ |
D | YAMLXRayRecord.h | 39 uint32_t TId; member 82 IO.mapRequired("thread", Record.TId);
|
D | XRayRecord.h | 76 uint32_t TId; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/XRay/ |
D | Trace.cpp | 114 Record.TId = RecordExtractor.getU32(&OffsetPtr); in loadNaiveFormatLog() 123 auto TId = RecordExtractor.getU32(&OffsetPtr); in loadNaiveFormatLog() local 127 if (Record.FuncId != FuncId || Record.TId != TId || in loadNaiveFormatLog() 477 Record.TId = State.ThreadId; in processFDRFunctionRecord() 674 R.TSC, R.TId, R.PId, R.CallArgs}; in loadYAMLLog()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/ |
D | LTO.cpp | 226 auto AddTypeIdSummary = [&](StringRef TId, const TypeIdSummary &S) { in computeCacheKey() argument 227 AddString(TId); in computeCacheKey() 257 for (GlobalValue::GUID TId : UsedTypeIds) { in computeCacheKey() local 258 auto SummariesI = TypeIdSummariesByGuid.find(TId); in computeCacheKey() 940 for (auto &TId : CombinedIndex.typeIds()) in InProcessThinBackend() local 941 TypeIdSummariesByGuid[GlobalValue::getGUID(TId.first)].push_back(&TId); in InProcessThinBackend()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | AsmWriter.cpp | 1028 for (auto &TId : TheIndex->typeIds()) in processIndex() local 1029 CreateGUIDSlot(GlobalValue::getGUID(TId.first)); in processIndex() 2646 for (auto &TId : TheIndex->typeIds()) { in printModuleSummaryIndex() local 2647 auto GUID = GlobalValue::getGUID(TId.first); in printModuleSummaryIndex() 2649 << TId.first << "\""; in printModuleSummaryIndex() 2650 printTypeIdSummary(TId.second); in printModuleSummaryIndex()
|