Home
last modified time | relevance | path

Searched refs:ConfigureProfilerInterruptHooks (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU_Profiler.cs28 ConfigureProfilerInterruptHooks(false); in EnableProfiler()
53 ConfigureProfilerInterruptHooks(true); in EnableProfiler()
76 ConfigureProfilerInterruptHooks(false); in DisableProfiler()
134 private void ConfigureProfilerInterruptHooks(bool enabled) in ConfigureProfilerInterruptHooks() method in Antmicro.Renode.Peripherals.CPU.TranslationCPU