Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/GuestProfiling/
DBaseProfiler.cs30 wholeExecution = new Dictionary<ulong, ProfilerContext>(); in BaseProfiler()
31 wholeExecution.Add(currentContextId, new ProfilerContext()); in BaseProfiler()
79 protected readonly Dictionary<ulong, ProfilerContext> wholeExecution;
81 protected ProfilerContext currentContext => wholeExecution[currentContextId];
88 protected class ProfilerContext class in Antmicro.Renode.Peripherals.CPU.GuestProfiling.BaseProfiler
90 public ProfilerContext() in ProfilerContext() method in Antmicro.Renode.Peripherals.CPU.GuestProfiling.BaseProfiler.ProfilerContext
DCollapsedStackProfiler.cs86 wholeExecution.Add(newContextId, new ProfilerContext()); in OnContextChange()
DPerfettoProfiler.cs99 wholeExecution.Add(newContextId, new ProfilerContext()); in OnContextChange()