summaryrefslogtreecommitdiffstats
path: root/tools/lib/traceevent/event-plugin.c
Commit message (Expand)AuthorAgeFilesLines
* tools lib traceevent: Hide non API functionsTzvetomir Stoyanov (VMware)2020-10-131-1/+1
* tools lib traceevent: Handle possible strdup() error in tep_add_plugin_path()...Tzvetomir Stoyanov (VMware)2020-08-061-0/+4
* libtraceevent: Fixed description of tep_add_plugin_path() APITzvetomir Stoyanov (VMware)2020-08-061-2/+2
* libtraceevent: Improve error handling of tep_plugin_add_option() APITzvetomir Stoyanov (VMware)2020-08-061-7/+9
* libtraceevent: Fix typo in tep_plugin_add_option() descriptionTzvetomir Stoyanov (VMware)2020-08-061-1/+1
* libtraceevent: Handle strdup() error in parse_option_name()Tzvetomir Stoyanov (VMware)2020-08-061-3/+5
* libtraceevent: Document tep_load_plugins_hook()Tzvetomir Stoyanov (VMware)2020-08-061-0/+16
* tools lib traceevent: Introduced new traceevent API, for adding new plugins d...Tzvetomir Stoyanov (VMware)2020-07-061-0/+70
* tools lib traceevent: Add interface for options to pluginsTzvetomir Stoyanov (VMware)2020-07-061-0/+172
* tools lib traceevent: Add tep_load_plugins_hook() APITzvetomir Stoyanov (VMware)2020-07-061-10/+9
* libtraceevent: Change users plugin directoryTzvetomir Stoyanov2019-08-311-1/+1
* tools lib traceevent: Rename input arguments and local variables of libtracee...Tzvetomir Stoyanov2019-04-011-12/+12
* tools lib traceevent: Rename input arguments of libtraceevent APIs from peven...Tzvetomir Stoyanov2019-04-011-4/+4
* tools lib traceevent, perf tools: Move struct tep_handler definition in a loc...Tzvetomir Stoyanov2018-10-081-0/+1
* tools lib traceevent: Rename struct plugin_list to struct tep_plugin_listTzvetomir Stoyanov (VMware)2018-09-191-9/+9
* tools lib traceevent, perf tools: Split trace-seq related APIs in a separate ...Tzvetomir Stoyanov (VMware)2018-08-301-0/+1
* tools lib traceevent: Change to SPDX License formatSteven Rostedt (VMware)2018-08-201-15/+1
* tools lib traceevent, perf tools: Rename traceevent_plugin_* APIsTzvetomir Stoyanov (VMware)2018-08-131-14/+14
* tools lib traceevent, perf tools: Rename 'enum pevent_flag' to 'enum tep_flag'Tzvetomir Stoyanov (VMware)2018-08-131-2/+2
* tools lib traceevent, perf tools: Rename traceevent_* APIsTzvetomir Stoyanov (VMware)2018-08-131-4/+4
* tools lib traceevent, perf tools: Rename pevent plugin related APIsTzvetomir Stoyanov (VMware)2018-08-131-12/+12
* tools lib traceevent, perf tools: Rename struct pevent to struct tep_handleTzvetomir Stoyanov (VMware)2018-08-101-7/+7
* tools lib traceevent: Use asprintf when possibleFederico Vaga2018-01-171-15/+9
* tools lib traceevent: Make plugin options either string or booleanSteven Rostedt2015-03-241-6/+54
* tools lib traceevent: Add options to pluginsSteven Rostedt2014-06-071-0/+196
* tools lib traceevent: Add flag to not load event pluginsSteven Rostedt (Red Hat)2014-06-071-1/+6
* tools lib traceevent: Make plugin unload function receive peventNamhyung Kim2014-01-151-2/+2
* tools lib traceevent: Remove malloc_or_die from event-plugin.cJiri Olsa2013-12-041-3/+16
* tools lib traceevent: Add plugin supportJiri Olsa2013-12-041-0/+202