Skip to content

Grammar parsed events

Darryl Green requested to merge github/fork/sinkap/grammar_parsed_events into master

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

Merge request reports