linux/tools/lib/traceevent
Steven Rostedt (VMware) d777f8de99 tools lib traceevent: Fix get_field_str() for dynamic strings
If a field is a dynamic string, get_field_str() returned just the
offset/size value and not the string. Have it parse the offset/size
correctly to return the actual string. Otherwise filtering fails when
trying to filter fields that are dynamic strings.

Reported-by: Gopanapalli Pradeep <prap_hai@yahoo.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Acked-by: Namhyung Kim <namhyung@kernel.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Link: http://lkml.kernel.org/r/20180112004823.146333275@goodmis.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2018-01-17 10:23:21 -03:00
..
.gitignore
Build
Makefile
event-parse.c tools lib traceevent: Show contents (in hex) of data of unrecognized type records 2018-01-17 10:22:13 -03:00
event-parse.h
event-plugin.c tools lib traceevent: Use asprintf when possible 2018-01-17 10:22:19 -03:00
event-utils.h
kbuffer-parse.c tools lib traceevent: Add UL suffix to MISSING_EVENTS 2018-01-17 10:22:49 -03:00
kbuffer.h
parse-filter.c tools lib traceevent: Fix get_field_str() for dynamic strings 2018-01-17 10:23:21 -03:00
parse-utils.c
plugin_cfg80211.c
plugin_function.c
plugin_hrtimer.c
plugin_jbd2.c
plugin_kmem.c
plugin_kvm.c
plugin_mac80211.c
plugin_sched_switch.c
plugin_scsi.c
plugin_xen.c
trace-seq.c