From: Mark Rutland Date: Mon, 6 Jul 2015 11:23:54 +0000 (+0100) Subject: arm64: perf: factor out callchain code X-Git-Tag: omap-for-v4.3/fixes-rc1~98^2~82 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52da443ec4d0;p=pandora-kernel.git arm64: perf: factor out callchain code We currently bundle the callchain handling code with the PMU code, despite the fact the two are distinct, and the former can be useful even in the absence of the latter. Follow the example of arch/arm and factor the callchain handling into its own file dependent on CONFIG_PERF_EVENTS rather than CONFIG_HW_PERF_EVENTS. Signed-off-by: Mark Rutland Cc: Will Deacon Signed-off-by: Will Deacon --- Reading git-diff-tree failed