commit | 36676b4958dcd46b20f9b6f5043dd4fd99537992 | [log] [tgz] |
---|---|---|
author | Steven Rostedt (Red Hat) <rostedt@goodmis.org> | Thu Jun 12 11:06:35 2014 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Thu Jun 12 18:34:44 2014 -0400 |
tree | 511d0f6ea0fac505050a786813115db84331cdec | |
parent | 986903cd80635652e5f198f4e5bf95a62b17f179 [diff] |
trace-cmd: Add -B option to list command to show buffer instances Add trace-cmd list -B to list the buffer instances that are defined on the system. Also cleaned up the code a bit by adding a show_all variable that gets cleared when any list option is set. This gets rid of the long if statement that checks to make sure no option was set before deciding to display everything. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>