From: Daniel Kalmar Date: Fri, 13 May 2011 12:38:05 +0000 (-0400) Subject: MIPS: oprofile: Add callgraph support X-Git-Tag: v3.1-rc1~299^2~15^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f307491f3a0c8551cedf5d90d660d656e0d56ec;p=pandora-kernel.git MIPS: oprofile: Add callgraph support Stack unwinding is done by code examination. For kernelspace, the already existing unwind function is utilized that uses kallsyms to quickly find the beginning of functions. For userspace a new function was added that examines code at and before the pc. Signed-off-by: Daniel Kalmar Signed-off-by: Gergely Kis Signed-off-by: Robert Richter --- Reading git-diff-tree failed