Add comment for ignored fields list
This commit is contained in:
parent
af2ebbbf65
commit
9e217e0c56
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ import babeltrace
|
||||||
from pickle import Pickler
|
from pickle import Pickler
|
||||||
import time
|
import time
|
||||||
|
|
||||||
|
# List of ignored CTF fields
|
||||||
_IGNORED_FIELDS = [
|
_IGNORED_FIELDS = [
|
||||||
'content_size', 'cpu_id', 'events_discarded', 'id', 'packet_size', 'packet_seq_num',
|
'content_size', 'cpu_id', 'events_discarded', 'id', 'packet_size', 'packet_seq_num',
|
||||||
'stream_id', 'stream_instance_id', 'timestamp_end', 'timestamp_begin', 'magic', 'uuid', 'v'
|
'stream_id', 'stream_instance_id', 'timestamp_end', 'timestamp_begin', 'magic', 'uuid', 'v'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue