Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Plugins/TracePlugin/Handlers/
DPrintfHandler.cs17 public class PrintfHandler : BaseFunctionHandler, IFunctionHandler class
19 public PrintfHandler(TranslationCPU cpu) : base(cpu) in PrintfHandler() method in Antmicro.Renode.Plugins.TracePlugin.Handlers.PrintfHandler
/Renode-Infrastructure-v1.15.3-29f510e/src/Plugins/TracePlugin/
DTraceCommand.cs126 { "printk", typeof(PrintfHandler) }, in TraceCommand()
127 { "printf", typeof(PrintfHandler) } in TraceCommand()