From: Abhishek Sagar Date: Sun, 1 Jun 2008 16:17:54 +0000 (+0530) Subject: ftrace: add debugfs entry 'failures' X-Git-Tag: v2.6.27-rc1~1102^2^2~3^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb9a7bf09172f409c10ec9560adeea95bb4045f5;p=pandora-kernel.git 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 Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed