From: Frederic Weisbecker Date: Thu, 20 May 2010 05:47:21 +0000 (+0200) Subject: perf: Drop the skip argument from perf_arch_fetch_regs_caller X-Git-Tag: v2.6.36-rc1~532^2~72^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0f82b81fe6bbcf78d478071f33e44554726bc81;p=pandora-kernel.git perf: Drop the skip argument from perf_arch_fetch_regs_caller Drop this argument now that we always want to rewind only to the state of the first caller. It means frame pointers are not necessary anymore to reliably get the source of an event. But this also means we need this helper to be a macro now, as an inline function is not an option since we need to know when to provide a default implentation. Signed-off-by: Frederic Weisbecker Signed-off-by: Paul Mackerras Cc: David Miller Cc: Ingo Molnar Cc: Peter Zijlstra Cc: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed