Searched refs:enableMultipleTracks (Results 1 – 2 of 2) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/GuestProfiling/ |
| D | PerfettoProfiler.cs | 23 …er(TranslationCPU cpu, string filename, bool flushInstantly, bool enableMultipleTracks, long? file… in PerfettoProfiler() argument 27 this.enableMultipleTracks = enableMultipleTracks; in PerfettoProfiler() 86 ulong track = enableMultipleTracks ? currentContextId : MainTrack; in OnContextChange() 100 if(enableMultipleTracks) in OnContextChange() 108 ulong newTrack = enableMultipleTracks ? newContextId : MainTrack; in OnContextChange() 232 private readonly bool enableMultipleTracks; field in Antmicro.Renode.Peripherals.CPU.GuestProfiling.PerfettoProfiler
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ |
| D | TranslationCPU_Profiler.cs | 23 …ilerType type, string filename, bool flushInstantly = false, bool enableMultipleTracks = true, lon… in EnableProfiler() argument 47 …profiler = new PerfettoProfiler(this, filename, flushInstantly, enableMultipleTracks, fileSizeLimi… in EnableProfiler() 63 …ofilerPerfetto(string filename, bool flushInstantly = false, bool enableMultipleTracks = true, lon… in EnableProfilerPerfetto() argument 65 …EnableProfiler(ProfilerType.Perfetto, filename, flushInstantly, enableMultipleTracks, fileSizeLimi… in EnableProfilerPerfetto()
|