Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DPeripheralsCommand.cs64 PeripheralEntry = rawNode.Key; in PeripheralNode()
71 if(newChild.PeripheralEntry.Parent == PeripheralEntry.Peripheral) in AddChild()
88 if(PeripheralEntry.Peripheral == peripherial) in Contains()
109 …writer.WriteLine(String.Format("{0}{1} ({2})", indent, PeripheralEntry.Name, PeripheralEntry.Type.… in PrintTree()
111 if(PeripheralEntry.Parent != null) in PrintTree()
114 if(!(PeripheralEntry.RegistrationPoint is ITheOnlyPossibleRegistrationPoint)) in PrintTree()
135 private PeripheralTreeEntry PeripheralEntry; field in Antmicro.Renode.UserInterface.Commands.PeripheralsCommand.PeripheralNode
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/Profiler/
DProfilerEntry.cs60 public class PeripheralEntry : BaseEntry class
62 … public PeripheralEntry(byte operation, ulong address) : base(ProfilerEntryType.PeripheralAccess) in PeripheralEntry() method in Antmicro.Renode.Logging.Profiling.PeripheralEntry
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU.cs2298 … machine.Profiler?.Log(new PeripheralEntry((byte)operation, physicalAddress)); in EnableProfiling()