aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/traceevent/plugin_function.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-01tools lib traceevent: Rename input arguments and local variables of libtraceevent from pevent to tepTzvetomir Stoyanov1-3/+3
2019-04-01perf tools, tools lib traceevent: Rename "pevent" member of struct tep_event to "tep"Tzvetomir Stoyanov1-1/+1
2019-04-01tools lib traceevent: Rename input arguments of libtraceevent APIs from pevent to tepTzvetomir Stoyanov1-4/+4
2018-12-17tools lib traceevent, perf tools: Rename 'struct tep_event_format' to 'struct tep_event'Tzvetomir Stoyanov1-1/+1
2018-09-19tools lib traceevent, perf tools: Rename struct event_format to struct tep_event_formatTzvetomir Stoyanov (VMware)1-1/+1
2018-08-30tools lib traceevent, perf tools: Split trace-seq related APIs in a separate header fileTzvetomir Stoyanov (VMware)1-0/+1
2018-08-13tools lib traceevent: Rename pevent_find_* APIsTzvetomir Stoyanov (VMware)1-2/+2
2018-08-13tools lib traceevent: Rename pevent field APIsTzvetomir Stoyanov (VMware)1-2/+2
2018-08-13tools lib traceevent: Rename pevent_register / unregister APIsTzvetomir Stoyanov (VMware)1-4/+4
2018-08-13tools lib traceevent, perf tools: Rename traceevent_plugin_* APIsTzvetomir Stoyanov (VMware)1-2/+2
2018-08-13tools lib traceevent, perf tools: Rename pevent plugin related APIsTzvetomir Stoyanov (VMware)1-5/+5
2018-08-13tools lib traceevent, perf tools: Rename 'struct pevent_record' to 'struct tep_record'Tzvetomir Stoyanov (VMware)1-1/+1
2018-08-10tools lib traceevent, perf tools: Rename struct pevent to struct tep_handleTzvetomir Stoyanov (VMware)1-3/+3
2017-02-13tools lib traceevent plugin function: Initialize 'index' variableArnaldo Carvalho de Melo1-1/+1
2014-06-07tools lib traceevent: Add options to function pluginSteven Rostedt (Red Hat)1-6/+37
2014-01-16tools lib traceevent: Unregister handler when function plugin is unloadedNamhyung Kim1-0/+3
2014-01-15tools lib traceevent: Make plugin unload function receive peventNamhyung Kim1-1/+1
2013-12-04tools lib traceevent: Remove malloc_or_die from plugin_function.cJiri Olsa1-9/+20
2013-12-04tools lib traceevent: Several cleanups for function pluginJiri Olsa1-6/+4
2013-12-04tools lib traceevent: Add function pluginJiri Olsa1-0/+151