]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2e61f9b221f67c1c2009a8a20d74150ab965b44d
treeb4947b475cca5c6c9b5ec78685d0b40e26943518
parent65c48b70acc1d41cc77c07ca0bb4ed5579d3ddfd
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