commit | fc0cd6b3885aa12cbe10214642d3eee3f1620f3a | [log] [tgz] |
---|---|---|
author | Steven Rostedt (Red Hat) <rostedt@goodmis.org> | Wed Jun 11 20:55:42 2014 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Thu Jun 12 18:34:43 2014 -0400 |
tree | 616cb9d8f71465b765e51e426abf5bfe8a8ce8b8 | |
parent | 082b0c312c73135001c85de374a7668125e6bbd5 [diff] |
trace-cmd: Add top_instance helper functions Instead of comparing directly to the top_instance object, add two helper functions: is_top_instance(instance), which returns true if the given instance is the top_instance. no_top_instance(), which returns true if top instance isn't beeing used for the given trace. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>