Home
last modified time | relevance | path

Searched refs:logLevel (Results 1 – 25 of 40) sorted by relevance

12

/Renode-v1.15.3-c57714d/src/Renode/Network/NetworkServer/Modules/
DTftpServerModule.cs90 LogLevel logLevel; in HandleLog()
95 logLevel = LogLevel.Debug; in HandleLog()
100 logLevel = LogLevel.Info; in HandleLog()
104 logLevel = LogLevel.Warning; in HandleLog()
111 logLevel = LogLevel.Error; in HandleLog()
118 this.Log(logLevel, args.Message); in HandleLog()
/Renode-v1.15.3-c57714d/tests/unit-tests/
Dlog-tests.robot81 Execute Command logLevel -1 sysbus.tester
89 ${l}= Execute Command logLevel
94 Execute Command logLevel 3 machine-0
95 ${l}= Execute Command logLevel
105 ${l}= Execute Command logLevel
116 Execute Command logLevel 3 machine-0
117 ${l}= Execute Command logLevel
131 ${l}= Execute Command logLevel
142 Execute Command logLevel 3 machine-1
143 ${l}= Execute Command logLevel
Driscv-isa-string.robot5 Execute Command logLevel 0
11 Execute Command logLevel 0
17 Execute Command logLevel 0
Dexternal-mmu.robot170 Execute Command logLevel -1
180 Execute Command logLevel 0 cpu
210 Execute Command logLevel 0 mmu1
220 Execute Command logLevel 0 mmu1
232 Execute Command logLevel 0 mmu1
241 Execute Command logLevel 0 mmu1
242 Execute Command logLevel 0 mmu2
255 Execute Command logLevel 0 mmu1
256 Execute Command logLevel 0 mmu2
Driscv-custom-instructions.robot42 Execute Command logLevel 0
82 Execute Command logLevel 0
98 Execute Command logLevel 0
117 Execute Command logLevel 0
193 Execute Command logLevel 0
Diommu.robot97 Execute Command logLevel -1
110 Execute Command logLevel -1
181 Execute Command logLevel -1
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/src/
Drenode_dpi.cpp68 bool renodeDPILog(int logLevel, const char* data) in renodeDPILog() argument
74 socketChannel->log(logLevel, data); in renodeDPILog()
Drenode_cfu.cpp76 void NativeCommunicationChannel::log(int logLevel, const char* data) in log() argument
79 handleSenderMessage(new Protocol(logMessage, 0, logLevel)); in log()
Drenode_dpi.h19 bool renodeDPILog(int logLevel, const char *data);
Drenode_cfu.h39 void log(int logLevel, const char* data);
Drenode_bus.h88 void log(int logLevel, const char* data) override;
Drenode_bus.cpp296 void NativeCommunicationChannel::log(int logLevel, const char* data) in log() argument
299 handleSenderMessage(new Protocol(logMessage, 0, logLevel)); in log()
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/src/communication/
Dsocket_channel.cpp43 void SocketCommunicationChannel::log(int logLevel, const char* data) in log() argument
45 sendSender(Protocol(logMessage, strlen(data), logLevel, noPeripheralIndex)); in log()
Dcommunication_channel.h14 virtual void log(int logLevel, const char* data) = 0;
Dsocket_channel.h20 void log(int logLevel, const char* data) override;
/Renode-v1.15.3-c57714d/tests/peripherals/
DSPIMultiplexer.robot19 Execute Command logLevel -1 sysbus.spi2.spi_mux.dummy0spi
20 Execute Command logLevel -1 sysbus.spi2.spi_mux.dummy1spi
21 Execute Command logLevel 3 sysbus.nvic
DARM_GenericInterruptController.robot58 Execute Command logLevel 3
72 Execute Command logLevel -1 gic
85 Execute Command logLevel -1 gic
/Renode-v1.15.3-c57714d/scripts/complex/
Defr32xg24-twonode_demo.resc33 logLevel 3
51 logLevel 3
/Renode-v1.15.3-c57714d/tests/platforms/
DPolarFireSoC.robot33 Execute Command logLevel -1
50 Execute Command logLevel -1
66 Execute Command logLevel -1
82 Execute Command logLevel -1
97 Execute Command logLevel -1
/Renode-v1.15.3-c57714d/scripts/single-node/
Dsam_e70.resc13 logLevel 3 nvic
Dveer_el2-tock.resc40 logLevel 3 plic
/Renode-v1.15.3-c57714d/scripts/complex/arduino_nano/
Dnrf52840_arduinoIDE_integration.resc2 logLevel 3
/Renode-v1.15.3-c57714d/tests/peripherals/CLIC/
DCLIC-test-setup.resc2 logLevel 0
/Renode-v1.15.3-c57714d/tests/platforms/verilated/
Dverilated_ibex_interrupts.robot16 Execute Command logLevel 3
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/hdl/
Drenode_pkg.sv55 int logLevel,

12