From: Arnaldo Carvalho de Melo Date: Tue, 4 May 2010 23:58:51 +0000 (-0300) Subject: perf report: Make dso__calc_col_width agree with hist_entry__dso_snprintf X-Git-Tag: v2.6.35-rc1~522^2~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9890948d857c2120c234b0ca91a80416e8f747fb;p=pandora-kernel.git perf report: Make dso__calc_col_width agree with hist_entry__dso_snprintf The first was always using the ->long_name, while the later used ->short_name if verbose was not set, resulting in the dso column to be much wider than needed most of the time. Cc: Frédéric Weisbecker Cc: Mike Galbraith Cc: Paul Mackerras Cc: Peter Zijlstra Cc: Tom Zanussi LKML-Reference: Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed