From: "Tzvetomir Stoyanov (VMware)" <tz.stoyanov@gmail.com>
To: rostedt@goodmis.org
Cc: linux-trace-devel@vger.kernel.org
Subject: [PATCH 0/7] Add --verbose option to bunch of trace-cmd commands
Date: Wed, 28 Apr 2021 10:46:23 +0300 [thread overview]
Message-ID: <20210428074630.757694-1-tz.stoyanov@gmail.com> (raw)
A new option to set log severity is added to these trace-cmd commands:
report, agent, check-events, listen. stack, dump, start, set, extract,
stream, profile, record
These changes depend on "[PATCH 0/8] Changes to trace-cmd logs"
https://lore.kernel.org/linux-trace-devel/20210428074149.757163-1-tz.stoyanov@gmail.com/
Tzvetomir Stoyanov (VMware) (7):
trace-cmd report: Add --verbose
trace-cmd agent: Add --verbose
trace-cmd check-events: Add --verbose
trace-cmd: Add --verbose to bunch of trace-cmd commands
trace-cmd listen: Add --verbose
trace-cmd stack: Add --verbose
trace-cmd dump: Add --verbose
.../trace-cmd/trace-cmd-check-events.1.txt | 9 +++++++++
Documentation/trace-cmd/trace-cmd-dump.1.txt | 8 ++++++++
Documentation/trace-cmd/trace-cmd-extract.1.txt | 8 ++++++++
Documentation/trace-cmd/trace-cmd-listen.1.txt | 8 ++++++++
Documentation/trace-cmd/trace-cmd-profile.1.txt | 9 +++++++++
Documentation/trace-cmd/trace-cmd-record.1.txt | 9 +++++++++
Documentation/trace-cmd/trace-cmd-report.1.txt | 9 +++++++++
Documentation/trace-cmd/trace-cmd-set.1.txt | 9 +++++++++
Documentation/trace-cmd/trace-cmd-stack.1.txt | 4 ++++
tracecmd/trace-agent.c | 6 ++++++
tracecmd/trace-check-events.c | 16 +++++++++++++++-
tracecmd/trace-dump.c | 6 ++++++
tracecmd/trace-listen.c | 6 ++++++
tracecmd/trace-read.c | 6 ++++++
tracecmd/trace-record.c | 6 ++++++
tracecmd/trace-stack.c | 6 ++++++
tracecmd/trace-usage.c | 12 ++++++++++++
17 files changed, 136 insertions(+), 1 deletion(-)
--
2.30.2
next reply other threads:[~2021-04-28 7:46 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-28 7:46 Tzvetomir Stoyanov (VMware) [this message]
2021-04-28 7:46 ` [PATCH 1/7] trace-cmd report: Add --verbose Tzvetomir Stoyanov (VMware)
2021-04-28 7:46 ` [PATCH 2/7] trace-cmd agent: " Tzvetomir Stoyanov (VMware)
2021-04-28 7:46 ` [PATCH 3/7] trace-cmd check-events: " Tzvetomir Stoyanov (VMware)
2021-04-28 7:46 ` [PATCH 4/7] trace-cmd: Add --verbose to bunch of trace-cmd commands Tzvetomir Stoyanov (VMware)
2021-04-28 7:46 ` [PATCH 5/7] trace-cmd listen: Add --verbose Tzvetomir Stoyanov (VMware)
2021-04-28 7:46 ` [PATCH 6/7] trace-cmd stack: " Tzvetomir Stoyanov (VMware)
2021-04-28 7:46 ` [PATCH 7/7] trace-cmd 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=20210428074630.757694-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).