android_kernel_samsung_msm8976/tools/lib/traceevent
Peter Huewe c9bbabe32a tools lib traceevent: Add missing break in make_bprint_args
In the current code we assign vsize=8 and then fall through to the
default and assign vsize=1. -> probably the break is missing here,
otherwise we can remove the case.

Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Link: http://lkml.kernel.org/n/tip-3fxjy46h2tr9pl0spv7tems6@git.kernel.org
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
2012-07-04 13:40:31 +09:00
..
event-parse.c tools lib traceevent: Add missing break in make_bprint_args 2012-07-04 13:40:31 +09:00
event-parse.h tools lib traceevent: Add support for __print_hex() 2012-06-29 13:28:12 -03:00
event-utils.h
Makefile tools lib traceevent: Make dependency files regeneratable 2012-06-29 13:28:12 -03:00
parse-filter.c tools lib traceevent: Check return value of arg_to_str() 2012-07-04 13:40:31 +09:00
parse-utils.c
trace-seq.c