From: Tom Zanussi Date: Mon, 22 Feb 2010 07:12:59 +0000 (-0600) Subject: perf/scripts: Remove unnecessary PyTuple resizes X-Git-Tag: v2.6.34-rc1~197^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44ad9cd8f0893b9ae0ac729a7dc2a1ebcd170ac6;p=pandora-kernel.git perf/scripts: Remove unnecessary PyTuple resizes If we know the size of a tuple in advance, there's no need to resize it - start out with the known size in the first place. Signed-off-by: Tom Zanussi Cc: Ingo Molnar Cc: Steven Rostedt Cc: Keiichi KII Cc: Peter Zijlstra Cc: Paul Mackerras Cc: Arnaldo Carvalho de Melo LKML-Reference: <1266822779.6426.4.camel@tropicana> Signed-off-by: Frederic Weisbecker --- Reading git-diff-tree failed