System:systrace Added events parsing from te.conf
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
]
}