From: Namhyung Kim Date: Thu, 31 Jul 2014 05:47:35 +0000 (+0900) Subject: perf tools: Left-align output contents X-Git-Tag: fixes-against-v3.18-rc2~100^2~47^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8246de88e95ddef7508f5601d7af85c3ab9e476b;p=pandora-kernel.git perf tools: Left-align output contents Now perf left-aligns column headers but the contents does not. It should have same alignment. This requires a change in pid sort key - it consists of two part (pid and comm). As length of comm can be vary it'd be better to change the order of them. Thanks to Jiri Olsa for pointing this out. Signed-off-by: Namhyung Kim Cc: Ingo Molnar Cc: Jiri Olsa Cc: Namhyung Kim Cc: Paul Mackerras Cc: Peter Zijlstra Link: http://lkml.kernel.org/r/1406785662-5534-2-git-send-email-namhyung@kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed