summaryrefslogtreecommitdiffstats
path: root/tools/lib/traceevent/plugin_function.c
Commit message (Expand)AuthorAgeFilesLines
* tools lib traceevent: Rename pevent_find_* APIsTzvetomir Stoyanov (VMware)2018-08-131-2/+2
* tools lib traceevent: Rename pevent field APIsTzvetomir Stoyanov (VMware)2018-08-131-2/+2
* tools lib traceevent: Rename pevent_register / unregister APIsTzvetomir Stoyanov (VMware)2018-08-131-4/+4
* tools lib traceevent, perf tools: Rename traceevent_plugin_* APIsTzvetomir Stoyanov (VMware)2018-08-131-2/+2
* tools lib traceevent, perf tools: Rename pevent plugin related APIsTzvetomir Stoyanov (VMware)2018-08-131-5/+5
* tools lib traceevent, perf tools: Rename 'struct pevent_record' to 'struct te...Tzvetomir Stoyanov (VMware)2018-08-131-1/+1
* tools lib traceevent, perf tools: Rename struct pevent to struct tep_handleTzvetomir Stoyanov (VMware)2018-08-101-3/+3
* tools lib traceevent plugin function: Initialize 'index' variableArnaldo Carvalho de Melo2017-02-131-1/+1
* tools lib traceevent: Add options to function pluginSteven Rostedt (Red Hat)2014-06-071-6/+37
* tools lib traceevent: Unregister handler when function plugin is unloadedNamhyung Kim2014-01-161-0/+3
* tools lib traceevent: Make plugin unload function receive peventNamhyung Kim2014-01-151-1/+1
* tools lib traceevent: Remove malloc_or_die from plugin_function.cJiri Olsa2013-12-041-9/+20
* tools lib traceevent: Several cleanups for function pluginJiri Olsa2013-12-041-6/+4
* tools lib traceevent: Add function pluginJiri Olsa2013-12-041-0/+151