aboutsummaryrefslogtreecommitdiffstats
path: root/plugin_kmem.c
Commit message (Collapse)AuthorAge
* Fix address of the Free Software FoundationUwe Kleine-König2011-03-22
| | | | | Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
* parse-events: Pass context to callbacksJohannes Berg2010-05-17
| | | | | | | | | | | For the upcoming python plugin, it will be required to pass a context into the callback function so that it can use a single C function to handle everything. Acked-by: Darren Hart <dvhltc@us.ibm.com> Signed-off-by: Johannes Berg <johannes@sipsolutions.net> 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-cmd: Add plugin_kmem for showing function names of call sitesSteven Rostedt2009-12-31
The kmem events only show a useless hex symbol for the call site name. This adds a plugin to do a lookup of the function name and still print the rest of the event format. Also adds pevent_find_function_address() to let the plugin show the offset into the function as well. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>