ftrace: remove ftrace hash
authorSteven Rostedt <rostedt@goodmis.org>
Thu, 23 Oct 2008 13:33:07 +0000 (09:33 -0400)
committerIngo Molnar <mingo@elte.hu>
Thu, 23 Oct 2008 14:00:24 +0000 (16:00 +0200)
commit08f5ac906d2c0faf96d608c54a0b03177376da8d
treeee43d94b168b9c3b757db83aea78b45eb3a556c1
parent4d296c24326783bff1282ac72f310d8bac8df413
ftrace: remove ftrace hash

The ftrace hash was used by the ftrace_daemon code. The record ip function
would place the calling address (ip) into the hash. The daemon would later
read the hash and modify that code.

The hash complicates the code. This patch removes it.

Signed-off-by: Steven Rostedt <srostedt@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/linux/ftrace.h
kernel/trace/ftrace.c
kernel/trace/trace.c