aboutsummaryrefslogtreecommitdiffstats
path: root/trace-hash.h
Commit message (Collapse)AuthorAge
* trace-cmd: Add trace-cmd read -w to show wakeup latenciesSteven Rostedt2010-02-17
| | | | | | | Add the -w option to trace-cmd read to record and display wakeup latencies. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
* trace-cmd: Relicense the library files under LGPLSteven Rostedt2010-02-15
| | | | | | | | | | | | | | | | | | | | All the files that are used to create the libraries: libparsevent and libtracecmd are converted to the LGPL as well as the files to create the plugins. All files now have a boilerplate header that states which license that the file is under. A README file is created as well as the COPYING.LIB which contains the text of the LGPL. All authors of the code that created these files have given their Acks. Acked-by: Darren Hart <dvhltc@us.ibm.com> Acked-by: Frederic Weisbecker <fweisbec@gmail.com> Acked-by: Josh Triplett <josh@joshtriplett.org> Acked-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
* trace-graph: Implement event filtering for the graphSteven Rostedt2010-01-07
| | | | | | | Move some of the trace-view event filtering to be generic enough and have the trace-graph use it. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
* trace-view: Make event and CPU dialogs genericSteven Rostedt2010-01-07
| | | | | | | | | | Since the event and CPU dialogs may also be used by the trace-graph make it generic and remove the dependency of the trace-view-store. This also changes them to accept a callback function for when a response is made. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
* trace-view: Implement event filterSteven Rostedt2010-01-05
| | | | | | | This patch now implements the event filtering dialog for the trace-view (list) only. This works with kernelshark too, but only the list is filtered. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
* trace-graph: Move task filter code to trace-hash.[ch]Steven Rostedt2010-01-04
| | | | | | | | | In order to make the trace tree of kernelshark work better with the trace-graph, move the filtering code of tasks out of trace-graph.c into trace-hash.c. This will allow the trace-tree to be more flexible in its filtering too. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
* kernel-shark: Allow filtering of graph from tree viewSteven Rostedt2010-01-04
Let the tree view pop up menu filter the graph as well. This makes finding tasks to filter on easier, as it is easier to search for a task from the tree view than with the graph. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>