commit | eb9a7bf09172f409c10ec9560adeea95bb4045f5 | [log] [tgz] |
---|---|---|
author | Abhishek Sagar <sagar.abhishek@gmail.com> | Sun Jun 01 21:47:54 2008 +0530 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Jun 10 11:58:17 2008 +0200 |
tree | 0773fb494daf7157396d6a2069fe8698bad315e5 | |
parent | 1d74f2a0f64b4091e5e91b55ac1b17dff93f4b59 [diff] |
ftrace: add debugfs entry 'failures' Identify functions which had their mcount call-site updates failed. This can help us track functions which ftrace shouldn't fiddle with, and are thus not being traced. If there is no race with any external agent which is modifying the mcount call-site, then this file displays no entries (normal case). Signed-off-by: Abhishek Sagar <sagar.abhishek@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>