Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Utility/
DTraceIntelPTGDBRemotePackets.cpp79 return time_zero.value + quot * time_mult + ((rem * time_mult) >> time_shift); in ToNanos()
83 uint64_t time = nanos - time_zero.value; in ToTSC()
93 {"timeZero", toJSON(packet.time_zero, /*hex=*/false)}, in toJSON()
102 o.map("timeZero", packet.time_zero))) in fromJSON()
/openbsd/src/gnu/llvm/lldb/include/lldb/Utility/
DTraceIntelPTGDBRemotePackets.h109 JSONUINT64 time_zero; member
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Linux/
DPerf.cpp48 mmap_metada.time_mult, mmap_metada.time_shift, {mmap_metada.time_zero}}; in LoadPerfTscConversionParameters()
/openbsd/src/gnu/llvm/lldb/docs/
Dlldb-gdb-remote.txt529 // See the documentation of time_zero in