ARM-software / trappy

This repository has moved to https://gitlab.arm.com/tooling/trappy
Apache License 2.0
60 stars 39 forks source link

Load all available events #293

Open douglas-raillard-arm opened 5 years ago

douglas-raillard-arm commented 5 years ago

When a Trace object is created, the list of events can be omitted. Unfortunately, it will not default to loading all the events the trace contains, but a subset.

v0lker commented 5 years ago

i think this might have to do with the fact that some events will be parsed as raw events and some not, so you have to know in advance which ones to parse - or do two passes ?