Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dxray-converter.cpp241 const StackTrieNode &StackCursor, in writeTraceViewerRecord() argument
251 StackCursor.ExtraData.id); in writeTraceViewerRecord()
258 FunctionPhenotype, TId, EventTimestampUs, StackCursor.ExtraData.id); in writeTraceViewerRecord()
293 StackTrieNode *&StackCursor = StackCursorByThreadId[R.TId]; in exportAsChromeTraceEventFormat() local
297 StackCursor = findOrCreateStackNode(StackCursor, R.FuncId, R.TId, in exportAsChromeTraceEventFormat()
305 FuncIdHelper, EventTimestampUs, *StackCursor, "B"); in exportAsChromeTraceEventFormat()
310 if (StackCursor == nullptr) in exportAsChromeTraceEventFormat()
319 writeTraceViewerRecord(Version, OS, StackCursor->FuncId, R.TId, R.PId, in exportAsChromeTraceEventFormat()
321 *StackCursor, "E"); in exportAsChromeTraceEventFormat()
322 PreviousCursor = StackCursor; in exportAsChromeTraceEventFormat()
[all …]