Home
last modified time | relevance | path

Searched defs:filename (Results 1 – 13 of 13) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Hooks/
DPacketInterceptionPythonEngine.cs23 …tInterceptionPythonEngine(IRadio radio, string script = null, OptionalReadFilePath filename = null) in PacketInterceptionPythonEngine()
69 private readonly string filename; field in Antmicro.Renode.Hooks.PacketInterceptionPythonEngine
DPacketInterceptionExtensions.cs27 … static void SetPacketHookFromFile(this WirelessMedium medium, IRadio radio, ReadFilePath filename) in SetPacketHookFromFile()
/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/Main/Utilities/
DSimpleFileCache.cs29 public bool TryGetEntryWithSha(string sha, out string filename) in TryGetEntryWithSha()
41 public void StoreEntryWithSha(string sha, string filename) in StoreEntryWithSha()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/TAPHelper/
DDynamicModuleSpawner.cs40 … private static void GenerateTAPHelper(string path, string filename, string extensionsAssemblyPath) in GenerateTAPHelper()
DDynamicModuleSpawner_NET.cs47 private static void GenerateTAPHelper(string path, string filename) in GenerateTAPHelper()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Python/
DPythonPeripheral.cs44 …lic PythonPeripheral(int size, bool initable = false, string script = null, string filename = null) in PythonPeripheral()
216 private readonly string filename; field in Antmicro.Renode.Peripherals.Python.PythonPeripheral
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitor.cs539 public bool TryCompilePlugin(string filename, ICommandInteraction writer = null) in TryCompilePlugin()
599 public bool TryLoadPlatform(string filename, ICommandInteraction writer = null) in TryLoadPlatform()
619 public bool TryExecuteScript(string filename, ICommandInteraction writer = null) in TryExecuteScript()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/GuestProfiling/
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()
/Renode-Infrastructure-v1.15.3-29f510e/src/UI/VideoAnalyzer/
DFrameBufferDisplayWidget.cs38 public void SaveCurrentFrameToFile(string filename) in SaveCurrentFrameToFile()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Config/Devices/
DDevicesConfig.cs547 public static IEnumerable<DeviceInfo> GetShortInfo(string filename) in GetShortInfo()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_OneTimeProgrammableMemoryController.cs60 public void LoadVmem(ReadFilePath filename) in LoadVmem()