aboutsummaryrefslogtreecommitdiffstats
path: root/trace-view.h
Commit message (Collapse)AuthorAge
* trace-view: Add search featureSteven Rostedt2010-01-07
| | | | | | Add a search feature to search for matches in the list rows. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
* trace-view: Add hiding of tasks to listSteven Rostedt2010-01-07
| | | | | | | Pass the task filters for both hiding and filtering from the graph to the list. 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>
* kernel-shark: Enabled filtering of tasks for list and graphSteven Rostedt2010-01-04
| | | | | | The list and graph can now filter tasks. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
* kernelshark: Add interface between graph and view on selectionSteven Rostedt2009-12-22
| | | | | | | When a double click happens on a graph, it brings us directly to the items in the view. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
* trace-view: Move windowing of trace-view into trace-view-main.cSteven Rostedt2009-12-22
In order to make the trace-view list be used in other applications separate out the main window into trace-view-main.c and make an API that another application can use a trace view with. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>