From: "Steven Rostedt (Google)" <rostedt@goodmis.org>
Add --subbuf-size option to trace-cmd record, and also save and restore the
previous settings of what they were if they are modified.
Steven Rostedt (Google) (2):
trace-cmd record: Add --subbuf-size option
trace-cmd record: Reset buffer_size and subbuf_size when done
.../trace-cmd/trace-cmd-record.1.txt | 15 ++++
tracecmd/include/trace-local.h | 3 +
tracecmd/trace-record.c | 68 ++++++++++++++-----
tracecmd/trace-usage.c | 1 +
4 files changed, 71 insertions(+), 16 deletions(-)
From: "Steven Rostedt (Google)" <rostedt@goodmis.org> Add --subbuf-size option to trace-cmd record, and also save and restore the previous settings of what they were if they are modified. Steven Rostedt (Google) (2): trace-cmd record: Add --subbuf-size option trace-cmd record: Reset buffer_size and subbuf_size when done .../trace-cmd/trace-cmd-record.1.txt | 15 ++++ tracecmd/include/trace-local.h | 3 + tracecmd/trace-record.c | 68 ++++++++++++++----- tracecmd/trace-usage.c | 1 + 4 files changed, 71 insertions(+), 16 deletions(-)