Convenience names for platform data
Created by: bjackman
This lets you parse traces, using platform data, without having to connect to a target.
from trace import Trace
from libs.utils.platforms import juno # I don't have a juno board here, but I know my trace was collected from one
trace = Trace(juno, 'trace.dat', ['sched_switch'])