Skip to content

System:systrace Added events parsing from te.conf

Darryl Green requested to merge github/fork/mcgeagh/uibench-straceevents into master

Created by: mcgeagh

Can now override default systrace events by having a dictionary in the testenv configuration dictionary, similar to ftrace events:

'systrace': {
    'events': [
        # List of systrace event strings
        ]
    }

Merge request reports