commit | f22f9a89ce6857d377bf22dba4c1a8cd256c5136 | [log] [tgz] |
---|---|---|
author | Abhishek Sagar <sagar.abhishek@gmail.com> | Sat Jun 21 23:50:29 2008 +0530 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Jun 23 22:10:59 2008 +0200 |
tree | 34899ea2a9dc603014052742f774e8aeb51d9591 | |
parent | ecea656d1d5e912d2f3d332657ea4a6d8380f891 [diff] |
ftrace: avoid modifying kprobe'd records Avoid modifying the mcount call-site if there is a kprobe installed on it. These records are not marked as failed however. This allowed the filter rules on them to remain up-to-date. Whenever the kprobe on the corresponding record is removed, the record gets updated as normal. Signed-off-by: Abhishek Sagar <sagar.abhishek@gmail.com> Cc: Steven Rostedt <rostedt@goodmis.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>