Move babeltrace interface functions to separate file

This commit is contained in:
Christophe Bedard 2019-08-15 10:16:46 +02:00
parent 8c6486f5ba
commit cd4f8d5d08
3 changed files with 81 additions and 60 deletions

View file

@ -25,7 +25,7 @@ from tracetools_read import get_event_name
from tracetools_read import get_event_timestamp
from tracetools_read import get_field
from tracetools_read import get_procname
from tracetools_read import get_trace_events
from tracetools_read.trace import get_trace_events
from .utils import cleanup_trace
from .utils import get_event_names