From: Li Hong Date: Wed, 28 Oct 2009 05:01:38 +0000 (+0800) Subject: tracing: Amend documentation in recordmcount.pl to reflect implementation X-Git-Tag: v2.6.33-rc1~400^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d49f6aa76d24c60a52530474cb662e8ad9f09471;p=pandora-kernel.git tracing: Amend documentation in recordmcount.pl to reflect implementation The documentation currently says we will use the first function in a section as a reference. The actual algorithm is: choose the first global function we meet as a reference. If there is none, choose the first local one. Change the documentation to be consistent with the code. Also add several other clarifications. Signed-off-by: Li Hong LKML-Reference: <20091028050138.GA30758@uhli> Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed