From: Adrian Hunter Date: Wed, 4 Dec 2013 14:16:36 +0000 (+0200) Subject: perf script: Do not call perf_event__preprocess_sample() twice) X-Git-Tag: v3.14-rc1~171^2~17^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2cb3cf20e06ef119ae541c1a08dc1977f7f0fff;p=pandora-kernel.git perf script: Do not call perf_event__preprocess_sample() twice) The perf_event__preprocess_sample() function is called in process_sample_event(). Instead of calling it again in perf_evsel__print_ip(), pass through the resultant addr_location. Signed-off-by: Adrian Hunter Cc: Andi Kleen Cc: David Ahern Cc: Frederic Weisbecker Cc: Ingo Molnar Cc: Jiri Olsa Cc: Mike Galbraith Cc: Namhyung Kim Cc: Paul Mackerras Cc: Peter Zijlstra Cc: Stephane Eranian Link: http://lkml.kernel.org/r/529F3944.9050007@intel.com Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed