commit | 134e6a034cb004ed5acd3048792de70ced1c6cf5 | [log] [tgz] |
---|---|---|
author | Steven Rostedt (VMware) <rostedt@goodmis.org> | Thu Jan 19 08:57:14 2017 -0500 |
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | Thu Jan 19 08:57:14 2017 -0500 |
tree | b4947b475cca5c6c9b5ec78685d0b40e26943518 | |
parent | d45ae1f7041ac52ade6c5ec76d96bbed765d67aa [diff] |
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>