On 15 September 2017 at 14:45, Lluís Vilanova <vilan...@ac.upc.edu> wrote: > Do you have an opinion on specific trace points, or an observation in general? > > I wanted to have the following events: > > * cpu hotplug/hotunplug > * cpu reset > * memory access translation/execution > * BBL/TB translation/execution > * instruction translation/execution > * exceptions / syscalls
My initial stab at a "basic" set of events would be: * instruction executes * memory accesses * exceptions But the better approach would probably be to survey the existing trace APIs in other models. thanks -- PMM