"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