Home
last modified time | relevance | path

Searched refs:TId (Results 1 – 25 of 27) sorted by relevance

12

/external/llvm-project/llvm/tools/llvm-xray/
Dxray-converter.cpp88 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 …]
Dxray-stacks.cpp119 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()
Dxray-account.cpp159 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()
Dxray-graph.cpp218 auto &ThreadStack = PerThreadFunctionStack[Record.TId]; in accountRecord()
/external/llvm-project/llvm/unittests/XRay/
DFDRTraceWriterTest.cpp67 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/
DFDRTraceExpander.cpp45 CurrentRecord.TId = TID; in visit()
60 CurrentRecord.TId = TID; in visit()
75 CurrentRecord.TId = TID; in visit()
118 CurrentRecord.TId = TID; in visit()
DTrace.cpp135 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()
DProfile.cpp339 auto &TSD = ThreadStacks[E.TId]; in profileFromTrace()
362 auto &TPD = ThreadPathData[E.TId][InternedPath]; in profileFromTrace()
/external/llvm-project/llvm/lib/XRay/
DFDRTraceExpander.cpp45 CurrentRecord.TId = TID; in visit()
60 CurrentRecord.TId = TID; in visit()
75 CurrentRecord.TId = TID; in visit()
118 CurrentRecord.TId = TID; in visit()
DTrace.cpp135 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()
DProfile.cpp339 auto &TSD = ThreadStacks[E.TId]; in profileFromTrace()
362 auto &TPD = ThreadPathData[E.TId][InternedPath]; in profileFromTrace()
/external/llvm-project/compiler-rt/include/xray/
Dxray_records.h95 uint32_t TId = 0; member
118 uint32_t TId = 0; member
/external/llvm-project/compiler-rt/lib/xray/
Dxray_profile_collector.cpp31 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()
Dxray_profile_collector.h41 FunctionCallTrie::Allocators::Buffers &&B, tid_t TId);
Dxray_fdr_controller.h35 tid_t TId = 0; variable
75 TId = GetTid(); in setupNewBuffer()
90 static_cast<int32_t>(TId)), in setupNewBuffer()
Dxray_basic_logging.cpp239 R.TId = GetTid(); in InMemoryRawLog()
287 R.TId = GetTid(); in InMemoryRawLogWithArg()
/external/llvm-project/llvm/include/llvm/XRay/
DYAMLXRayRecord.h38 uint32_t TId; member
83 IO.mapOptional("thread", Record.TId, 0U);
DXRayRecord.h89 uint32_t TId; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
DYAMLXRayRecord.h38 uint32_t TId; member
83 IO.mapOptional("thread", Record.TId, 0U);
DXRayRecord.h89 uint32_t TId; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModuleSummaryIndexYAML.h263 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/
DModuleSummaryIndexYAML.h266 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/
Dtest_helpers.cpp47 << "; TSC = " << R.TSC << "; TId = " << R.TId << "; PId = " << R.PId in PrintTo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTO.cpp243 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/
DLTO.cpp256 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()

12