Searched defs:maximumNestedContexts (Results 1 – 4 of 4) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ |
| D | TranslationCPU_Profiler.cs | 23 …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/ |
| D | BaseProfiler.cs | 18 public BaseProfiler(TranslationCPU cpu, bool flushInstantly, int? maximumNestedContexts) in BaseProfiler() 86 private readonly int? maximumNestedContexts; field in Antmicro.Renode.Peripherals.CPU.GuestProfiling.BaseProfiler
|
| D | CollapsedStackProfiler.cs | 18 …tring filename, bool flushInstantly, long? fileSizeLimit = null, int? maximumNestedContexts = null) in CollapsedStackProfiler()
|
| D | PerfettoProfiler.cs | 23 …nstantly, bool enableMultipleTracks, long? fileSizeLimit = null, int? maximumNestedContexts = null) in PerfettoProfiler()
|