linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/5] New trace-cmd "set" command and changes in "start"
@ 2020-06-03 12:15 Tzvetomir Stoyanov (VMware)
  2020-06-03 12:15 ` [PATCH v3 1/5] trace-cmd: Enable "trace-cmd start" to run a command Tzvetomir Stoyanov (VMware)
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Tzvetomir Stoyanov (VMware) @ 2020-06-03 12:15 UTC (permalink / raw)
  To: rostedt; +Cc: linux-trace-devel

"trace-cmd start": Enable to run and filter a command.
"trace-cmd set": Introduce a new sub command. It works the same way as
"start", except it does not clear the ftrace state.

v3 changes:
  - Added new path in the set:
   "trace-cmd: Extend option "-v" to delete an ftrace instance" 

Tzvetomir Stoyanov (VMware) (5):
  trace-cmd: Enable "trace-cmd start" to run a command
  trace-cmd: Add new subcommand "set"
  trace-cmd: Man page for "set" subcommand
  trace-cmd: Extend option "-v" to delete an ftrace instance
  trace-cmd: Add description of "-G" option

 Documentation/trace-cmd-record.1.txt |   4 +
 Documentation/trace-cmd-set.1.txt    | 259 +++++++++++++++++++++++++++
 Documentation/trace-cmd-start.1.txt  |   2 +-
 tracecmd/include/trace-local.h       |   3 +
 tracecmd/trace-cmd.c                 |   1 +
 tracecmd/trace-record.c              | 134 ++++++++++++--
 tracecmd/trace-usage.c               |  40 ++++-
 7 files changed, 422 insertions(+), 21 deletions(-)
 create mode 100644 Documentation/trace-cmd-set.1.txt

-- 
2.26.2


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2020-06-08 21:42 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-03 12:15 [PATCH v3 0/5] New trace-cmd "set" command and changes in "start" Tzvetomir Stoyanov (VMware)
2020-06-03 12:15 ` [PATCH v3 1/5] trace-cmd: Enable "trace-cmd start" to run a command Tzvetomir Stoyanov (VMware)
2020-06-08 19:35   ` Steven Rostedt
2020-06-08 20:39     ` [PATCH] trace-cmd: Have trace-cmd start wait for command unless --fork is specified Steven Rostedt
2020-06-03 12:15 ` [PATCH v3 2/5] trace-cmd: Add new subcommand "set" Tzvetomir Stoyanov (VMware)
2020-06-03 12:15 ` [PATCH v3 3/5] trace-cmd: Man page for "set" subcommand Tzvetomir Stoyanov (VMware)
2020-06-04 15:50   ` Steven Rostedt
2020-06-03 12:15 ` [PATCH v3 4/5] trace-cmd: Extend option "-v" to delete an ftrace instance Tzvetomir Stoyanov (VMware)
2020-06-03 12:15 ` [PATCH v3 5/5] trace-cmd: Add description of "-G" option Tzvetomir Stoyanov (VMware)
2020-06-04 15:51   ` Steven Rostedt
2020-06-08 21:42     ` Steven Rostedt

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).