aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/traceevent/event-plugin.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-13tools lib traceevent: Hide non API functionsTzvetomir Stoyanov (VMware)1-1/+1
2020-08-06tools lib traceevent: Handle possible strdup() error in tep_add_plugin_path() APITzvetomir Stoyanov (VMware)1-0/+4
2020-08-06libtraceevent: Fixed description of tep_add_plugin_path() APITzvetomir Stoyanov (VMware)1-2/+2
2020-08-06libtraceevent: Improve error handling of tep_plugin_add_option() APITzvetomir Stoyanov (VMware)1-7/+9
2020-08-06libtraceevent: Fix typo in tep_plugin_add_option() descriptionTzvetomir Stoyanov (VMware)1-1/+1
2020-08-06libtraceevent: Handle strdup() error in parse_option_name()Tzvetomir Stoyanov (VMware)1-3/+5
2020-08-06libtraceevent: Document tep_load_plugins_hook()Tzvetomir Stoyanov (VMware)1-0/+16
2020-07-06tools lib traceevent: Introduced new traceevent API, for adding new plugins directories.Tzvetomir Stoyanov (VMware)1-0/+70
2020-07-06tools lib traceevent: Add interface for options to pluginsTzvetomir Stoyanov (VMware)1-0/+172
2020-07-06tools lib traceevent: Add tep_load_plugins_hook() APITzvetomir Stoyanov (VMware)1-10/+9
2019-08-31libtraceevent: Change users plugin directoryTzvetomir Stoyanov1-1/+1
2019-04-01tools lib traceevent: Rename input arguments and local variables of libtraceevent from pevent to tepTzvetomir Stoyanov1-12/+12
2019-04-01tools lib traceevent: Rename input arguments of libtraceevent APIs from pevent to tepTzvetomir Stoyanov1-4/+4
2018-10-08tools lib traceevent, perf tools: Move struct tep_handler definition in a local header fileTzvetomir Stoyanov1-0/+1
2018-09-19tools lib traceevent: Rename struct plugin_list to struct tep_plugin_listTzvetomir Stoyanov (VMware)1-9/+9
2018-08-30tools lib traceevent, perf tools: Split trace-seq related APIs in a separate header fileTzvetomir Stoyanov (VMware)1-0/+1
2018-08-20tools lib traceevent: Change to SPDX License formatSteven Rostedt (VMware)1-15/+1
2018-08-13tools lib traceevent, perf tools: Rename traceevent_plugin_* APIsTzvetomir Stoyanov (VMware)1-14/+14
2018-08-13tools lib traceevent, perf tools: Rename 'enum pevent_flag' to 'enum tep_flag'Tzvetomir Stoyanov (VMware)1-2/+2
2018-08-13tools lib traceevent, perf tools: Rename traceevent_* APIsTzvetomir Stoyanov (VMware)1-4/+4
2018-08-13tools lib traceevent, perf tools: Rename pevent plugin related APIsTzvetomir Stoyanov (VMware)1-12/+12
2018-08-10tools lib traceevent, perf tools: Rename struct pevent to struct tep_handleTzvetomir Stoyanov (VMware)1-7/+7
2018-01-17tools lib traceevent: Use asprintf when possibleFederico Vaga1-15/+9
2015-03-24tools lib traceevent: Make plugin options either string or booleanSteven Rostedt1-6/+54
2014-06-07tools lib traceevent: Add options to pluginsSteven Rostedt1-0/+196
2014-06-07tools lib traceevent: Add flag to not load event pluginsSteven Rostedt (Red Hat)1-1/+6
2014-01-15tools lib traceevent: Make plugin unload function receive peventNamhyung Kim1-2/+2
2013-12-04tools lib traceevent: Remove malloc_or_die from event-plugin.cJiri Olsa1-3/+16
2013-12-04tools lib traceevent: Add plugin supportJiri Olsa1-0/+202