Home
last modified time | relevance | path

Searched defs:maximumNestedContexts (Results 1 – 4 of 4) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU_Profiler.cs23 …e, bool enableMultipleTracks = true, long? fileSizeLimit = null, int? maximumNestedContexts = null) in EnableProfiler()
57 …lename, bool flushInstantly = false, long? fileSizeLimit = null, int? maximumNestedContexts = null) in EnableProfilerCollapsedStack()
63 …e, bool enableMultipleTracks = true, long? fileSizeLimit = null, int? maximumNestedContexts = null) in EnableProfilerPerfetto()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/GuestProfiling/
DBaseProfiler.cs18 public BaseProfiler(TranslationCPU cpu, bool flushInstantly, int? maximumNestedContexts) in BaseProfiler()
86 private readonly int? maximumNestedContexts; field in Antmicro.Renode.Peripherals.CPU.GuestProfiling.BaseProfiler
DCollapsedStackProfiler.cs18 …tring filename, bool flushInstantly, long? fileSizeLimit = null, int? maximumNestedContexts = null) in CollapsedStackProfiler()
DPerfettoProfiler.cs23 …nstantly, bool enableMultipleTracks, long? fileSizeLimit = null, int? maximumNestedContexts = null) in PerfettoProfiler()