[ANNOUNCE] libtraceevent 1.2.0

From: Steven Rostedt
Date: Sat Apr 10 2021 - 09:37:03 EST


I'm pleased to announce the new version of libtraceevent library has been
released:

libtraceevent: 1.2.0


https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/snapshot/libtraceevent-1.2.0.tar.gz
https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/


Changes since 1.1.3:

- Generic override warning() function is now called tep_warning()

- Generic override __vwarning() is now called tep_vwarning() and takes another
parameter that can pass in the application name that calls it.

- New API tep_parse_kallsyms() to load kallsyms file.

- New API tep_parse_saved_cmdlines() to load saved_cmdilnes file.

- New API tep_parse_printk_formats() to load printk_formats file.

- And small clean ups and fixes.

-- Steve