From: Arnaldo Carvalho de Melo Date: Wed, 21 Oct 2009 19:34:06 +0000 (-0200) Subject: perf tools: Unify debug messages mechanisms X-Git-Tag: v2.6.33-rc1~399^2~187^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6beba7adbe092e63dfe8d09fbd1e3ec140474a13;p=pandora-kernel.git perf tools: Unify debug messages mechanisms We were using eprintf in some places, that looks at a global 'verbose' level, and at other places passing a 'v' parameter to specify the verbosity level, unify it by introducing pr_{err,warning,debug,etc}, just like in the kernel. Signed-off-by: Arnaldo Carvalho de Melo Cc: Frederic Weisbecker Cc: Peter Zijlstra Cc: Paul Mackerras Cc: Mike Galbraith LKML-Reference: <1256153646-10097-1-git-send-email-acme@redhat.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed