commit | 068f530b3f274d313395663bf8d674798d4858c6 | [log] [tgz] |
---|---|---|
author | Steven Rostedt (VMware) <rostedt@goodmis.org> | Thu Jan 19 08:57:41 2017 -0500 |
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | Thu Jan 19 08:57:41 2017 -0500 |
tree | ab243386f95697f056b6473ca820c0e616a0e6f5 | |
parent | 134e6a034cb004ed5acd3048792de70ced1c6cf5 [diff] |
tracing: Add the constant count for branch tracer The unlikely/likely branch profiler now gets called even if the if statement is a constant (always goes in one direction without a compare). Add a value to denote this in the likely/unlikely tracer as well. Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>