Home
last modified time | relevance | path

Searched defs:trackId (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/GuestProfiling/ProtoBuf/
DPerfettoTraceWriter.cs27 public void CreateTrack(string name, ulong trackId, bool isCounterTrack = false) in CreateTrack()
47 public void CreateEventBegin(ulong timestamp, string name, ulong trackId) in CreateEventBegin()
62 public void CreateEventEnd(ulong timestamp, ulong trackId) in CreateEventEnd()
76 public void CreateEventInstant(ulong timestamp, string name, ulong trackId) in CreateEventInstant()
91 public void CreateEventCounter(ulong timestamp, long value, ulong trackId) in CreateEventCounter()
106 public void CreateEventCounter(ulong timestamp, double value, ulong trackId) in CreateEventCounter()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/GuestProfiling/
DPerfettoProfiler.cs202 private void FinishCurrentStack(ulong time, ulong trackId) in FinishCurrentStack()