Grammar parsed events
Created by: sinkap
Accessing the added parsed events fails in the grammar because the class definition for the "Event" is missing.
run.pmu_counters.data_frame
from trappy.stats.grammar import Parser
p = Parser(run)
p.solve("pmu_counters:cpu")
will not work