aboutsummaryrefslogtreecommitdiffstats
path: root/kernel-shark.h
Commit message (Collapse)AuthorAge
* kernelshark: Add checkbox to make graph follow list cursorSteven Rostedt2010-02-11
| | | | | | | Add a check box, that when set, the graph will follow the cursor of the list. This makes moving the graph with searches nicer. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
* kernel-shark: Add loading of data at run timeSteven Rostedt2010-01-11
| | | | | | | Now the kernel shark interface does not need a file to start with, and it can load new data later on. 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>
* 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>
* kernelshark: Add more memory clean upsSteven Rostedt2009-12-23
| | | | | | | | Tried to add more memory freeing using valgrind to find leaks. But because GTK uses its own allocator it makes it difficult to know what is freed and what is not. 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>
* kernel-shark: Add callbacks from trace-graph for selectionSteven Rostedt2009-12-22
| | | | | | | Add a way for events in the trace graph to call back into the kernel shark code. Implement the select first. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
* kernelshark: Start of making kernelshark utilitySteven Rostedt2009-12-22
Add a utility that makes both trace-graph and trace-view interact. It may also in the future do recording as well. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>