Home
last modified time | relevance | path

Searched defs:enableMultipleTracks (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU_Profiler.cs23 …rofilerType type, string filename, bool flushInstantly = false, bool enableMultipleTracks = true, … in EnableProfiler()
63 …eProfilerPerfetto(string filename, bool flushInstantly = false, bool enableMultipleTracks = true, … in EnableProfilerPerfetto()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/GuestProfiling/
DPerfettoProfiler.cs23 …filer(TranslationCPU cpu, string filename, bool flushInstantly, bool enableMultipleTracks, long? f… in PerfettoProfiler()
232 private readonly bool enableMultipleTracks; field in Antmicro.Renode.Peripherals.CPU.GuestProfiling.PerfettoProfiler