commit | 9f029e83e968e5661d7be045bbcb620dbb909938 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Wed Nov 12 15:24:24 2008 -0500 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Nov 12 22:28:09 2008 +0100 |
tree | 13beecf2626162dc8a3912c79d58fc91e2193de5 | |
parent | 2ed84eeb8808cf3c9f039213ca137ffd7d753f0e [diff] |
ftrace: rename unlikely iter_ctrl to branch Impact: rename of iter_ctrl unlikely to branch The unlikely name is ugly. This patch converts the iter_ctrl command "unlikely" and "nounlikely" to "branch" and "nobranch" respectively. It also renames a lot of internal functions to use "branch" instead of "unlikely". Signed-off-by: Steven Rostedt <srostedt@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>