Home
last modified time | relevance | path

Searched defs:fileSizeLimit (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU_Profiler.cs23 …me, bool flushInstantly = false, bool enableMultipleTracks = true, long? fileSizeLimit = null, int… in EnableProfiler()
57 …ofilerCollapsedStack(string filename, bool flushInstantly = false, long? fileSizeLimit = null, int… in EnableProfilerCollapsedStack()
63 …me, bool flushInstantly = false, bool enableMultipleTracks = true, long? fileSizeLimit = null, int… in EnableProfilerPerfetto()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/GuestProfiling/
DCollapsedStackProfiler.cs18 …Profiler(TranslationCPU cpu, string filename, bool flushInstantly, long? fileSizeLimit = null, int… in CollapsedStackProfiler()
193 private readonly long? fileSizeLimit; field in Antmicro.Renode.Peripherals.CPU.GuestProfiling.CollapsedStackProfiler
DPerfettoProfiler.cs23 …, string filename, bool flushInstantly, bool enableMultipleTracks, long? fileSizeLimit = null, int… in PerfettoProfiler()
234 private readonly long? fileSizeLimit; field in Antmicro.Renode.Peripherals.CPU.GuestProfiling.PerfettoProfiler