From: Arnaldo Carvalho de Melo Date: Tue, 17 Nov 2009 17:40:53 +0000 (-0200) Subject: perf symbols: Add a long_name_len member to struct dso X-Git-Tag: v2.6.33-rc1~399^2~162 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfc10d3bcc50d70f72c0f43d03eee965c726ccc0;p=pandora-kernel.git perf symbols: Add a long_name_len member to struct dso Using a two bytes hole we already had and since we also need to calculate this strlen for fetching the buildids. We'll use it in 'perf top' to auto-adjust the output based on the terminal width. Signed-off-by: Arnaldo Carvalho de Melo Cc: Frédéric Weisbecker Cc: Mike Galbraith Cc: Peter Zijlstra Cc: Paul Mackerras LKML-Reference: <1258479655-28662-1-git-send-email-acme@infradead.org> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed