Skip to content

Add support for trace event processing using callbacks

Darryl Green requested to merge github/fork/cobrien7/event-callbacks into master

Created by: cobrien7

Some trace analysis tasks are most easily expressed by iterating over events in chronological order. Add a run_custom_analysis() method to the GenericFTrace class that will run user-defined functions on trace events in the order they occurred.

Signed-off-by: Connor O'Brien connoro@google.com

Merge request reports