Skip to content

lisa.trace: Raise MissingTraceEventError from Trace.df_events()

Douglas Raillard requested to merge github/fork/douglas-raillard-arm/_pr225 into master

MissingTraceEventError provides better reporting when it comes to events.

Make MissingTraceEventError inherit from ValueError to avoid a compatibility break.

Merge request reports