ftrace: Get rid of ftrace_profile_bits
authorNamhyung Kim <namhyung.kim@lge.com>
Tue, 9 Apr 2013 23:55:50 +0000 (08:55 +0900)
committerSteven Rostedt <rostedt@goodmis.org>
Sat, 13 Apr 2013 03:02:33 +0000 (23:02 -0400)
It seems that function profiler's hash size is fixed at 1024.  Add and
use FTRACE_PROFILE_HASH_BITS instead and update hash size macro.

Link: http://lkml.kernel.org/r/1365551750-4504-1-git-send-email-namhyung@kernel.org
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>

No differences found