aboutsummaryrefslogtreecommitdiffstats
path: root/kernel-shark.h
Commit message (Collapse)AuthorAge
* 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>
* 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>