From: Stephane Eranian Date: Tue, 17 May 2011 15:32:07 +0000 (+0200) Subject: perf annotate: Make output more readable X-Git-Tag: v3.2-rc1~163^2~66^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e6a2a7f3b9d0e521bb3284573b696d0cbe1952c;p=pandora-kernel.git perf annotate: Make output more readable This patch adds two new options to perf annotate: - --no-asm-raw : Do not display raw instruction encodings - --no-source : Do not interleave source code with assembly code We believe those options make the output of annotate more readable. Systematically displaying source can make it hard to follow code and especially optimized code. Raw encodings are not useful in most cases. Cc: Ingo Molnar Cc: Peter Zijlstra Link: http://lkml.kernel.org/r/20110517153207.GA9834@quad Signed-off-by: Stephane Eranian [committer note: Use the 'no-' option inverting logic] Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed