This is an updated series of Tzvetomir's patch set: https://lore.kernel.org/r/20200714103027.2477584-1-tz.stoyanov@xxxxxxxxx The only changes to that are: - Changed the prefix of the subjects from trace-cmd: to libtraceevent: - Adds the links to Namhyung's comments. - Adds Namhyung's Acked-by. The code is unmodified. This only changes the commit logs. -- Steve Tzvetomir Stoyanov (VMware) (8): libtraceevent: Document tep_load_plugins_hook() libtraceevent: Handle strdup() error in parse_option_name() libtraceevent: Fix typo in tep_plugin_add_option() description libtraceevent: Improve error handling of tep_plugin_add_option() API libtraceevent: Fixed broken indentation in parse_ip4_print_args() libtraceevent: Fixed type in PRINT_FMT_STING libtraceevent: Fixed description of tep_add_plugin_path() API libtraceevent: Handle possible strdup() error in tep_add_plugin_path() API ---- lib/traceevent/event-parse-local.h | 2 +- lib/traceevent/event-parse.c | 10 ++++---- lib/traceevent/event-plugin.c | 50 ++++++++++++++++++++++++++++---------- 3 files changed, 43 insertions(+), 19 deletions(-)