]> git.baikalelectronics.ru Git - kernel.git/commit
ftrace: Factor out __ftrace_hash_move()
authorNamhyung Kim <namhyung@kernel.org>
Fri, 20 Jan 2017 02:44:45 +0000 (11:44 +0900)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Fri, 20 Jan 2017 16:40:07 +0000 (11:40 -0500)
commit75b65448722953d012f34558e135728720060f22
tree743be2f4e78bfed8b2e72220ecb1ad7c36c13e07
parent16a82573873897f835bbd008d0311c2c72c0e812
ftrace: Factor out __ftrace_hash_move()

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.

Link: http://lkml.kernel.org/r/20170120024447.26097-1-namhyung@kernel.org
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
kernel/trace/ftrace.c