From 9e217e0c56ab510abee573f79bf4197cf79fc6ca Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Thu, 6 Jun 2019 09:20:10 +0200 Subject: [PATCH] Add comment for ignored fields list --- conversion/ctf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/conversion/ctf.py b/conversion/ctf.py index 5ae4ca7..1edd9f5 100644 --- a/conversion/ctf.py +++ b/conversion/ctf.py @@ -4,6 +4,7 @@ import babeltrace from pickle import Pickler import time +# List of ignored CTF fields _IGNORED_FIELDS = [ 'content_size', 'cpu_id', 'events_discarded', 'id', 'packet_size', 'packet_seq_num', 'stream_id', 'stream_instance_id', 'timestamp_end', 'timestamp_begin', 'magic', 'uuid', 'v'