Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/GuestProfiling/ProtoBuf/
DTracePacket.cs140 get { return __pbn__Timestamp.GetValueOrDefault(); }
141 set { __pbn__Timestamp = value; }
143 public bool ShouldSerializeTimestamp() => __pbn__Timestamp != null; in ShouldSerializeTimestamp()
144 public void ResetTimestamp() => __pbn__Timestamp = null; in ResetTimestamp()
145 private ulong? __pbn__Timestamp; field in Antmicro.Renode.Peripherals.CPU.GuestProfiling.ProtoBuf.TracePacket