commit | 3208230983a0ee3d95be22d463257e530c684956 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Fri Dec 16 14:42:37 2011 -0500 |
committer | Steven Rostedt <rostedt@goodmis.org> | Wed Dec 21 07:17:57 2011 -0500 |
tree | fdba765e348c53a4fd65094ac17e66061f0b8932 | |
parent | c88fd8634ea68e74c7d19fd2621b4078fd22864c [diff] |
ftrace: Remove usage of "freed" records Records that are added to the function trace table are permanently there, except for modules. By separating out the modules to their own pages that can be freed in one shot we can remove the "freed" flag and simplify some of the record management. Another benefit of doing this is that we can also move the records around; sort them. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>