mbox series

[0/7] Add --verbose option to bunch of trace-cmd commands

Message ID 20210428074630.757694-1-tz.stoyanov@gmail.com (mailing list archive)
Headers show
Series Add --verbose option to bunch of trace-cmd commands | expand

Message

Tzvetomir Stoyanov (VMware) April 28, 2021, 7:46 a.m. UTC
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(-)