Extract trace reading functions
This commit is contained in:
parent
cc5109f3e2
commit
de8c131a34
12 changed files with 252 additions and 80 deletions
|
@ -20,14 +20,15 @@ from typing import List
|
|||
from typing import Union
|
||||
import unittest
|
||||
|
||||
from tracetools_read.utils import DictEvent
|
||||
from tracetools_read.utils import get_event_name
|
||||
from tracetools_read.utils import get_event_timestamp
|
||||
from tracetools_read.utils import get_field
|
||||
from tracetools_read.utils import get_procname
|
||||
from tracetools_read.utils import get_trace_events
|
||||
|
||||
from .utils import cleanup_trace
|
||||
from .utils import DictEvent
|
||||
from .utils import get_event_name
|
||||
from .utils import get_event_names
|
||||
from .utils import get_event_timestamp
|
||||
from .utils import get_field
|
||||
from .utils import get_procname
|
||||
from .utils import get_trace_events
|
||||
from .utils import run_and_trace
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue