<memory_profiler>.add-memory-profiler "type" [profiler]
Adds a data profiler to the specified processor that will record either reads or writes to memory (indexed on physical address) depending on whether the type argument is 'read' or 'write'. An existing data profiler may be specified with the profiler argument; otherwise, a new data profiler will be created.
Simics Core