Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU_Profiler.cs23 …public void EnableProfiler(ProfilerType type, string filename, bool flushInstantly = false, bool e… in EnableProfiler()
57 …public void EnableProfilerCollapsedStack(string filename, bool flushInstantly = false, long? fileS… in EnableProfilerCollapsedStack()
63 …public void EnableProfilerPerfetto(string filename, bool flushInstantly = false, bool enableMultip… 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()
76 protected readonly bool flushInstantly; field in Antmicro.Renode.Peripherals.CPU.GuestProfiling.BaseProfiler
DCollapsedStackProfiler.cs18 …public CollapsedStackProfiler(TranslationCPU cpu, string filename, bool flushInstantly, long? file… in CollapsedStackProfiler()
DPerfettoProfiler.cs23 …public PerfettoProfiler(TranslationCPU cpu, string filename, bool flushInstantly, bool enableMulti… in PerfettoProfiler()