Searched refs:ConvertTimestampToSecStr (Results 1 – 2 of 2) sorted by relevance
381 … .append(base::ConvertTimestampToSecStr(perfSample_.TimeStampData()[row], TIME_PRECISION_SIX)) in ExportPerfSampleToFile()442 … .append(base::ConvertTimestampToSecStr(nativeHookData_.TimeStampData()[row], TIME_PRECISION_SIX)) in ExportHookDataReadableText()476 ….append(base::ConvertTimestampToSecStr(nativeHookStatisticData_.TimeStampData()[row], TIME_PRECISI… in ExportHookStatisticReadableText()555 … .append(base::ConvertTimestampToSecStr(fileSamplingTableData_.StartTs()[row], TIME_PRECISION_SIX)) in ExportEbpfFileSystemReadableText()585 … .append(base::ConvertTimestampToSecStr(pagedMemorySampleData_.StartTs()[row], TIME_PRECISION_SIX)) in ExportEbpfPagedMemReadableText()615 … .append(base::ConvertTimestampToSecStr(bioLatencySampleData_.StartTs()[row], TIME_PRECISION_SIX)) in ExportEbpfBIOReadableText()
40 inline std::string ConvertTimestampToSecStr(uint64_t timestamp, uint8_t precision) in ConvertTimestampToSecStr() function