From: Soeren Sandmann Pedersen Date: Mon, 12 May 2008 19:20:54 +0000 (+0200) Subject: sysprof: kernel trace X-Git-Tag: v2.6.27-rc1~1102^2^2~1^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd2134b1dda92fd450e6a1e12b1c7960dd6a2178;p=pandora-kernel.git sysprof: kernel trace add kernel backtracing to the sysprof tracer. change the format of the data, so that type=0 means beginning of stack trace, 1 means kernel address, 2 means user address, and 3 means end of trace. EIP addresses are no longer distinguished from return addresses, mostly because sysprof userspace doesn't make use of it. It may be worthwhile adding this back in though, just in case it becomes interesting. Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed