Searched refs:EventTimestampUs (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-converter.cpp241 double EventTimestampUs,
251 FunctionPhenotype, TId, PId, EventTimestampUs,
259 FunctionPhenotype, TId, EventTimestampUs, StackCursor.ExtraData.id);
293 double EventTimestampUs = double(1000000) / CycleFreq * double(R.TSC); local
310 FuncIdHelper, EventTimestampUs, *StackCursor, "B");
325 Symbolize, FuncIdHelper, EventTimestampUs,
238 writeTraceViewerRecord(uint16_t Version, raw_ostream &OS, int32_t FuncId, uint32_t TId, uint32_t PId, bool Symbolize, const FuncIdConversionHelper &FuncIdHelper, double EventTimestampUs, const StackTrieNode &StackCursor, StringRef FunctionPhenotype) argument

Completed in 52 milliseconds