linux/tools/lib/traceevent
Steven Rostedt c2e6dc2b26 tools lib traceevent: Add support for "%.*s" in bprintk events
The arg notation of '*' in bprintks is not handled by the parser.
Implement it so that they show up properly in the output and do not
kill the tracer from reporting events.

Reported-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Link: http://lkml.kernel.org/n/tip-t0ctq7t1xz3ud6wv4v886jou@git.kernel.org
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
2012-07-04 13:40:30 +09:00
..
Makefile tools lib traceevent: Make dependency files regeneratable 2012-06-29 13:28:12 -03:00
event-parse.c tools lib traceevent: Add support for "%.*s" in bprintk events 2012-07-04 13:40:30 +09:00
event-parse.h tools lib traceevent: Add support for __print_hex() 2012-06-29 13:28:12 -03:00
event-utils.h
parse-filter.c tools lib traceevent: Let filtering numbers by string use function names 2012-07-04 13:40:30 +09:00
parse-utils.c
trace-seq.c