diff --git a/tracetools_read/tracetools_read/utils.py b/tracetools_read/tracetools_read/utils.py index 5c0b839..bacacbe 100644 --- a/tracetools_read/tracetools_read/utils.py +++ b/tracetools_read/tracetools_read/utils.py @@ -50,7 +50,6 @@ def get_trace_events(trace_directory: str) -> List[DictEvent]: # List of ignored CTF fields _IGNORED_FIELDS = [ 'content_size', - 'cpu_id', 'events_discarded', 'id', 'packet_size',