mbox series

[v6,00/11] trace-cmd dump - v7 update

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

Message

Tzvetomir Stoyanov (VMware) Dec. 10, 2021, 11:05 a.m. UTC
Updated the "trace-cmd dump" subcommand to work with trace files version 7.

This patch-set depends on:
 "[PATCH v6 0/9] trace-cmd convert"
 https://lore.kernel.org/linux-trace-devel/20211210110249.98583-1-tz.stoyanov@gmail.com/

v6 changes:
 - Rebased on top of the latest master.
 - Introduced new metadata strings section.
 - Use 8 bytes for section size.
v5 changes:
 - Rebased on top of the latest master.
v4 changes:
 - Rebased on top of the latest master.
v3 changes:
 - Rebased on top of the latest master.
v2 changes:
 - fixed issues of split and convert commands with some corner cases

Tzvetomir Stoyanov (VMware) (11):
  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: Read strings sections from v7 trace files
  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 | 549 ++++++++++++++++++++++++++++++++++++++----
 1 file changed, 504 insertions(+), 45 deletions(-)