linux/tools/lib/traceevent
Ben Hutchings 39efdd94e3 libtraceevent: Fix build with binutils 2.35
In binutils 2.35, 'nm -D' changed to show symbol versions along with
symbol names, with the usual @@ separator.  When generating
libtraceevent-dynamic-list we need just the names, so strip off the
version suffix if present.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Tested-by: Salvatore Bonaccorso <carnil@debian.org>
Reviewed-by: Steven Rostedt <rostedt@goodmis.org>
Cc: linux-trace-devel@vger.kernel.org
Cc: stable@vger.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2020-07-31 09:31:55 -03:00
..
Documentation libtraceevent: Man pages for tep plugins APIs 2019-09-25 09:51:43 -03:00
plugins libtraceevent: Fix build with binutils 2.35 2020-07-31 09:31:55 -03:00
.gitignore .gitignore: add SPDX License Identifier 2020-03-25 11:50:48 +01:00
Build libtraceevent: Move traceevent plugins in its own subdirectory 2019-09-25 09:51:43 -03:00
Makefile libtraceevent: Allow custom libdir path 2019-12-16 13:40:26 -03:00
event-parse-api.c
event-parse-local.h
event-parse.c tools lib traceevent: Fix memory leak in process_dynamic_array_len 2020-07-31 09:23:13 -03:00
event-parse.h libtraceevent: Add tep_get_event() in event-parse.h 2019-09-25 09:51:43 -03:00
event-plugin.c libtraceevent: Change users plugin directory 2019-08-31 22:19:28 -03:00
event-utils.h
kbuffer-parse.c tools lib traceevent: Add proper KBUFFER_TYPE_TIME_STAMP handling 2020-07-03 08:45:38 -03:00
kbuffer.h tools lib traceevent: Add API to read time information from kbuffer 2020-07-03 08:30:10 -03:00
libtraceevent.pc.template
parse-filter.c tools lib traceevent: Take care of return value of asprintf 2020-04-18 09:05:00 -03:00
parse-utils.c
tep_strerror.c
trace-seq.c
trace-seq.h