From: Arnaldo Carvalho de Melo Date: Tue, 24 Nov 2009 14:05:16 +0000 (-0200) Subject: perf tools: Introduce zalloc() for the common calloc(1, N) case X-Git-Tag: v2.6.33-rc1~399^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=364794845cbc49e638b83d7ef739524291e1e961;p=pandora-kernel.git perf tools: Introduce zalloc() for the common calloc(1, N) case This way we type less characters and it looks more like the kzalloc kernel counterpart. Signed-off-by: Arnaldo Carvalho de Melo Cc: Frédéric Weisbecker Cc: Mike Galbraith Cc: Peter Zijlstra Cc: Paul Mackerras LKML-Reference: <1259071517-3242-3-git-send-email-acme@infradead.org> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed