Re: [PATCH v2 3/3] ftrace: Get rid of ftrace_profile_bits

2013-04-09 Thread Steven Rostedt
On Wed, 2013-04-10 at 08:55 +0900, Namhyung Kim wrote: > From: Namhyung Kim > > 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. Thanks! I'll queue it in my 3.10 branch. -- Steve > > Signed-off-by: Namhyu

[PATCH v2 3/3] ftrace: Get rid of ftrace_profile_bits

2013-04-09 Thread Namhyung Kim
From: Namhyung Kim 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. Signed-off-by: Namhyung Kim --- kernel/trace/ftrace.c | 15 --- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/