summaryrefslogtreecommitdiffstats
path: root/tools/lib/traceevent/plugin_function.c
Commit message (Expand)AuthorAgeFilesLines
* tools lib traceevent: Rename input arguments and local variables of libtracee...Tzvetomir Stoyanov2019-04-011-3/+3
* perf tools, tools lib traceevent: Rename "pevent" member of struct tep_event ...Tzvetomir Stoyanov2019-04-011-1/+1
* tools lib traceevent: Rename input arguments of libtraceevent APIs from peven...Tzvetomir Stoyanov2019-04-011-4/+4
* tools lib traceevent, perf tools: Rename 'struct tep_event_format' to 'struct...Tzvetomir Stoyanov2018-12-171-1/+1
* tools lib traceevent, perf tools: Rename struct event_format to struct tep_ev...Tzvetomir Stoyanov (VMware)2018-09-191-1/+1
* tools lib traceevent, perf tools: Split trace-seq related APIs in a separate ...Tzvetomir Stoyanov (VMware)2018-08-301-0/+1
* 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/+4Star
* tools lib traceevent: Add function pluginJiri Olsa2013-12-041-0/+151