commit | 6aa69784b43eb5f69120339938c50a97a433049f | [log] [tgz] |
---|---|---|
author | Steven Rostedt (VMware) <rostedt@goodmis.org> | Tue Sep 05 19:20:16 2017 -0400 |
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | Thu Oct 05 17:57:34 2017 -0400 |
tree | 22765bcb977bf54a66b313f3c175a16ade1a2d64 | |
parent | aba4b5c22cbac296f4081a0476d0c55828f135b4 [diff] |
ftrace: Add freeing algorithm to free ftrace_mod_maps The ftrace_mod_map is a descriptor to save module init function names in case they were traced, and the trace output needs to reference the function name from the function address. But after the function is unloaded, it the maps should be freed, as the rest of the function names are as well. Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>