Re: [PATCH 1/3] ftrace: Factor out __ftrace_hash_move()

From: Steven Rostedt
Date: Fri Jan 20 2017 - 12:25:52 EST


On Fri, 20 Jan 2017 11:44:45 +0900
Namhyung Kim <namhyung@xxxxxxxxxx> wrote:

> The __ftrace_hash_move() is to allocates properly-sized hash and move
> entries in the src ftrace_hash. It will be used to set function graph
> filters which has nothing to do with the dyn_ftrace records.
>
> Signed-off-by: Namhyung Kim <namhyung@xxxxxxxxxx>

Hmm, no cover letter?

Anyway, I applied the patches and I'm testing them now. I took a look
over them and they seem good, although, there's a few optimizations I
want to add. But I'll do that later.

Thanks!

-- Steve