ftrace: add debugfs entry 'failures'
authorAbhishek Sagar <sagar.abhishek@gmail.com>
Sun, 1 Jun 2008 16:17:54 +0000 (21:47 +0530)
committerIngo Molnar <mingo@elte.hu>
Tue, 10 Jun 2008 09:58:17 +0000 (11:58 +0200)
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>

No differences found