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)
commit20079ebe73c16b34621abd2993f3d48e2f9336b7
tree96b2ace696902e848edd01173505fddba44a743e
parented6f1c996bfe4b6e520cf7a74b51cd6988d84420
ftrace: Get rid of ftrace_profile_bits

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>
kernel/trace/ftrace.c