/external/llvm-project/llvm/tools/llvm-xray/ |
D | xray-converter.cpp | 88 R.TSC, R.TId, R.PId, R.CallArgs, R.Data}); in exportAsYAML() 144 Writer.write(R.TId); in exportAsRAWv1() 177 findSiblings(StackTrieNode *parent, int32_t FnId, uint32_t TId, in findSiblings() argument 186 if (map_iter.first != TId) in findSiblings() 208 StackTrieNode *Parent, int32_t FuncId, uint32_t TId, in findOrCreateStackNode() argument 213 Parent == nullptr ? StackRootsByThreadId[TId] : Parent->Callees; in findOrCreateStackNode() 221 findSiblings(Parent, FuncId, TId, StackRootsByThreadId); in findOrCreateStackNode() 239 uint32_t TId, uint32_t PId, bool Symbolize, in writeTraceViewerRecord() argument 251 FunctionPhenotype, TId, PId, EventTimestampUs, in writeTraceViewerRecord() 259 FunctionPhenotype, TId, EventTimestampUs, StackCursor.ExtraData.id); in writeTraceViewerRecord() [all …]
|
D | xray-stacks.cpp | 119 Converter->SymbolOrNumber(Item.FuncId), Item.TId, in format() 365 auto &TS = ThreadStackMap[R.TId]; in accountRecord() 378 auto *Root = findRootNode(R.TId, R.FuncId); in accountRecord() 379 TS.emplace_back(Root ? Root : createTrieNode(R.TId, R.FuncId, nullptr), in accountRecord() 390 auto N = createTrieNode(R.TId, R.FuncId, Top.first); in accountRecord()
|
D | xray-account.cpp | 159 setMinMax(PerThreadMinMaxTSC[Record.TId], Record.TSC); in accountRecord() 168 auto &ThreadStack = PerThreadFunctionStack[Record.TId]; in accountRecord() 490 Record.TSC, Record.TId, Record.PId) in __anon848c509a0f02()
|
D | xray-graph.cpp | 218 auto &ThreadStack = PerThreadFunctionStack[Record.TId]; in accountRecord()
|
/external/llvm-project/llvm/unittests/XRay/ |
D | FDRTraceWriterTest.cpp | 67 EXPECT_THAT(Trace, ElementsAre(Field(&XRayRecord::TId, Eq(1u)), in TEST() 68 Field(&XRayRecord::TId, Eq(1u)))); in TEST() 112 EXPECT_THAT(Trace, ElementsAre(Field(&XRayRecord::TId, Eq(1u)), in TEST() 113 Field(&XRayRecord::TId, Eq(1u)))); in TEST() 171 EXPECT_THAT(Trace, ElementsAre(Field(&XRayRecord::TId, Eq(1u)), in TEST() 172 Field(&XRayRecord::TId, Eq(1u)))); in TEST()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/ |
D | FDRTraceExpander.cpp | 45 CurrentRecord.TId = TID; in visit() 60 CurrentRecord.TId = TID; in visit() 75 CurrentRecord.TId = TID; in visit() 118 CurrentRecord.TId = TID; in visit()
|
D | Trace.cpp | 135 Record.TId = Reader.getU32(&OffsetPtr); in loadNaiveFormatLog() 165 auto TId = Reader.getU32(&OffsetPtr); in loadNaiveFormatLog() local 180 if (Record.FuncId != FuncId || Record.TId != TId || in loadNaiveFormatLog() 373 R.FuncId, R.TSC, R.TId, in loadYAMLLog()
|
D | Profile.cpp | 339 auto &TSD = ThreadStacks[E.TId]; in profileFromTrace() 362 auto &TPD = ThreadPathData[E.TId][InternedPath]; in profileFromTrace()
|
/external/llvm-project/llvm/lib/XRay/ |
D | FDRTraceExpander.cpp | 45 CurrentRecord.TId = TID; in visit() 60 CurrentRecord.TId = TID; in visit() 75 CurrentRecord.TId = TID; in visit() 118 CurrentRecord.TId = TID; in visit()
|
D | Trace.cpp | 135 Record.TId = Reader.getU32(&OffsetPtr); in loadNaiveFormatLog() 165 auto TId = Reader.getU32(&OffsetPtr); in loadNaiveFormatLog() local 180 if (Record.FuncId != FuncId || Record.TId != TId || in loadNaiveFormatLog() 373 R.FuncId, R.TSC, R.TId, in loadYAMLLog()
|
D | Profile.cpp | 339 auto &TSD = ThreadStacks[E.TId]; in profileFromTrace() 362 auto &TPD = ThreadPathData[E.TId][InternedPath]; in profileFromTrace()
|
/external/llvm-project/compiler-rt/include/xray/ |
D | xray_records.h | 95 uint32_t TId = 0; member 118 uint32_t TId = 0; member
|
/external/llvm-project/compiler-rt/lib/xray/ |
D | xray_profile_collector.cpp | 31 tid_t TId; member 64 tid_t TId; member 111 tid_t TId) XRAY_NEVER_INSTRUMENT { in post() argument 132 TId) == nullptr) { in post() 296 BlockHeader Header{16 + CumulativeSizes, I++, ThreadTrie.TId}; in serialize()
|
D | xray_profile_collector.h | 41 FunctionCallTrie::Allocators::Buffers &&B, tid_t TId);
|
D | xray_fdr_controller.h | 35 tid_t TId = 0; variable 75 TId = GetTid(); in setupNewBuffer() 90 static_cast<int32_t>(TId)), in setupNewBuffer()
|
D | xray_basic_logging.cpp | 239 R.TId = GetTid(); in InMemoryRawLog() 287 R.TId = GetTid(); in InMemoryRawLogWithArg()
|
/external/llvm-project/llvm/include/llvm/XRay/ |
D | YAMLXRayRecord.h | 38 uint32_t TId; member 83 IO.mapOptional("thread", Record.TId, 0U);
|
D | XRayRecord.h | 89 uint32_t TId; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/ |
D | YAMLXRayRecord.h | 38 uint32_t TId; member 83 IO.mapOptional("thread", Record.TId, 0U);
|
D | XRayRecord.h | 89 uint32_t TId; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ModuleSummaryIndexYAML.h | 263 TypeIdSummary TId; 264 io.mapRequired(Key.str().c_str(), TId); 265 V.insert({GlobalValue::getGUID(Key), {Key, TId}});
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | ModuleSummaryIndexYAML.h | 266 TypeIdSummary TId; 267 io.mapRequired(Key.str().c_str(), TId); 268 V.insert({GlobalValue::getGUID(Key), {std::string(Key), TId}});
|
/external/llvm-project/compiler-rt/lib/xray/tests/unit/ |
D | test_helpers.cpp | 47 << "; TSC = " << R.TSC << "; TId = " << R.TId << "; PId = " << R.PId in PrintTo()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | LTO.cpp | 243 auto AddTypeIdSummary = [&](StringRef TId, const TypeIdSummary &S) { in computeLTOCacheKey() argument 244 AddString(TId); in computeLTOCacheKey() 274 for (GlobalValue::GUID TId : UsedTypeIds) { in computeLTOCacheKey() local 275 auto TidIter = Index.typeIds().equal_range(TId); in computeLTOCacheKey()
|
/external/llvm-project/llvm/lib/LTO/ |
D | LTO.cpp | 256 auto AddTypeIdSummary = [&](StringRef TId, const TypeIdSummary &S) { in computeLTOCacheKey() argument 257 AddString(TId); in computeLTOCacheKey() 287 for (GlobalValue::GUID TId : UsedTypeIds) { in computeLTOCacheKey() local 288 auto TidIter = Index.typeIds().equal_range(TId); in computeLTOCacheKey()
|