From: dann Date: Thu, 22 May 2008 00:43:50 +0000 (-0700) Subject: xtensa: add support for oprofile X-Git-Tag: v3.9-rc1~57^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6ffe17ec45dd763ee8278246a112562f64a4ef2;p=pandora-kernel.git xtensa: add support for oprofile Support call graph profiling. Keep upper two bits of PC unchanged through backtrace rather than take them from sp (a1). The stack pointer is usually in the same GB (same upper 2 bits) as PC, but technically doesn't always have to be (and might not in the future, when taking full advantage of MMU v3). Signed-off-by: Dan Nicolaescu Signed-off-by: Pete Delaney Signed-off-by: Max Filippov Signed-off-by: Chris Zankel --- Reading git-diff-tree failed