text: mask some internal fields
authorJulien Desfossez <jdesfossez@efficios.com>
Mon, 23 Jan 2017 20:39:39 +0000 (15:39 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 28 May 2017 16:57:38 +0000 (12:57 -0400)
commit2b4c4a7ca098cb220ebbec83e05b7d1fa238c812
tree8991a63ef389bf3bd6c9cfd44a11f4737915cee1
parenta263021c7b3cf7e563cb55b3985b46248320a545
text: mask some internal fields

Some fields from the stream packet context are not really useful to the
end user of the text output, so we mask them by default. They can be
displayed using the -v/--verbose flag. The masked fields are the same as
in previous version:
 - timestamp_begin
 - timestamp_end
 - events_discarded
 - content_size
 - packet_size
 - packet_seq_num

Signed-off-by: Julien Desfossez <jdesfossez@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
plugins/text/print.c
plugins/text/text.c
plugins/text/text.h
This page took 0.024378 seconds and 4 git commands to generate.