tracing: Show number of constants profiled in likely profiler
authorSteven Rostedt (VMware) <rostedt@goodmis.org>
Thu, 19 Jan 2017 13:57:14 +0000 (08:57 -0500)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Thu, 19 Jan 2017 13:57:14 +0000 (08:57 -0500)
commit134e6a034cb004ed5acd3048792de70ced1c6cf5
treeb4947b475cca5c6c9b5ec78685d0b40e26943518
parentd45ae1f7041ac52ade6c5ec76d96bbed765d67aa
tracing: Show number of constants profiled in likely profiler

Now that constants are traced, it is useful to see the number of constants
that are traced in the likely/unlikely profiler in order to know if they
should be ignored or not.

The likely/unlikely will display a number after the "correct" number if a
"constant" count exists.

Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
include/linux/compiler.h
kernel/trace/trace_branch.c