commit | 9e5586f2c7211ebbb109debf07e392afb6637e2a | [log] [tgz] |
---|---|---|
author | Steven Rostedt (Red Hat) <rostedt@goodmis.org> | Thu Jun 12 13:51:23 2014 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Thu Jun 12 18:34:44 2014 -0400 |
tree | 700e8cf0d816c612b42de242eb277fb809f34eec | |
parent | df03173f81d5b5847942a74bbaec74ff5594d93c [diff] |
trace-cmd: Allow setting of buffer size to instances When the '-b' option is set after the instance option '-B' the buffer size will affect the instance buffer and not any other instance buffer. This is for trace-cmd start and reset. For example: trace-cmd reset -t -B foo -b 1 Will reset the buffer size for foo and not touch the top level buffer size. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>