commit | 08f5ac906d2c0faf96d608c54a0b03177376da8d | [log] [tgz] |
---|---|---|
author | Steven Rostedt <rostedt@goodmis.org> | Thu Oct 23 09:33:07 2008 -0400 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Oct 23 16:00:24 2008 +0200 |
tree | ee43d94b168b9c3b757db83aea78b45eb3a556c1 | |
parent | 4d296c24326783bff1282ac72f310d8bac8df413 [diff] |
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>