From: "Tzvetomir Stoyanov (VMware)" <tz.stoyanov@gmail.com>
To: rostedt@goodmis.org
Cc: linux-trace-devel@vger.kernel.org
Subject: [PATCH v7 00/11] trace-cmd dump - v7 update
Date: Wed, 19 Jan 2022 10:30:08 +0200 [thread overview]
Message-ID: <20220119083019.246153-1-tz.stoyanov@gmail.com> (raw)
Updated the "trace-cmd dump" subcommand to work with trace files version 7.
This patch-set depends on:
"[PATCH v7 0/9] trace-cmd convert"
https://lore.kernel.org/linux-trace-devel/20220119082845.245993-1-tz.stoyanov@gmail.com/
v7 changes:
- Bug fixes.
- Code cleanups.
- Rebase.
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(-)
--
2.34.1
next reply other threads:[~2022-01-19 8:30 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-19 8:30 Tzvetomir Stoyanov (VMware) [this message]
2022-01-19 8:30 ` [PATCH v7 01/11] trace-cmd dump: Add helpers for processing trace file version 7 Tzvetomir Stoyanov (VMware)
2022-01-19 8:30 ` [PATCH v7 02/11] trace-cmd dump: Print compression header Tzvetomir Stoyanov (VMware)
2022-01-19 8:30 ` [PATCH v7 03/11] trace-cmd dump: Add helpers for processing trace file sections Tzvetomir Stoyanov (VMware)
2022-01-19 8:30 ` [PATCH v7 04/11] trace-cmd dump: Read recursively all options sections Tzvetomir Stoyanov (VMware)
2022-01-19 8:30 ` [PATCH v7 05/11] trace-cmd dump: Read extended BUFFER option Tzvetomir Stoyanov (VMware)
2022-01-19 8:30 ` [PATCH v7 06/11] trace-cmd dump: Dump sections Tzvetomir Stoyanov (VMware)
2022-01-19 8:30 ` [PATCH v7 07/11] trace-cmd dump: Dump trace file version 7 Tzvetomir Stoyanov (VMware)
2022-01-19 8:30 ` [PATCH v7 08/11] trace-cmd dump: Read strings sections from v7 trace files Tzvetomir Stoyanov (VMware)
2022-01-19 8:30 ` [PATCH v7 09/11] trace-cmd dump: Dump sections content Tzvetomir Stoyanov (VMware)
2022-01-19 8:30 ` [PATCH v7 10/11] trace-cmd dump: Add new argument --sections Tzvetomir Stoyanov (VMware)
2022-01-19 8:30 ` [PATCH v7 11/11] trace-cmd dump: Align better the output of flyrecord dump Tzvetomir Stoyanov (VMware)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220119083019.246153-1-tz.stoyanov@gmail.com \
--to=tz.stoyanov@gmail.com \
--cc=linux-trace-devel@vger.kernel.org \
--cc=rostedt@goodmis.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).