]> 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)
commit0e65a61d9833aa52b1808b230520116ea97ac5e5
treeb4947b475cca5c6c9b5ec78685d0b40e26943518
parent693973232ac5daeaf7d99f03450c072f93b940af
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