mbox series

[00/10] trace-cmd dump - v7 update

Message ID 20210913125039.3680986-1-tz.stoyanov@gmail.com (mailing list archive)
Headers show
Series trace-cmd dump - v7 update | expand

Message

Tzvetomir Stoyanov (VMware) Sept. 13, 2021, 12:50 p.m. UTC
Updated the "trace-cmd dump" subcommand to work with trace files version 7.

This patch-set depends on "[PATCH 0/8] trace-cmd convert",
should be applied on top of it:
 https://lore.kernel.org/linux-trace-devel/20210913124754.3679916-1-tz.stoyanov@gmail.com/

Tzvetomir Stoyanov (VMware) (10):
  trace-cmd dump: Add helpers for processing trace file version 7
  trace-cmd dump: Print compression header
  trace-cmd dump: Add helpers for processing trace file sections
  trace-cmd dump: Read recursively all options sections
  trace-cmd dump: Read extended BUFFER option
  trace-cmd dump: Dump sections
  trace-cmd dump: Dump trace file version 7
  trace-cmd dump: Dump sections content
  trace-cmd dump: Add new argument --sections
  trace-cmd dump: Align better the output of flyrecord dump

 tracecmd/trace-dump.c | 458 +++++++++++++++++++++++++++++++++++++-----
 1 file changed, 413 insertions(+), 45 deletions(-)