]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
perf probe: Print debug messages using pr_*()
authorArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 21 Oct 2009 19:34:06 +0000 (17:34 -0200)
committerIngo Molnar <mingo@elte.hu>
Fri, 23 Oct 2009 06:24:21 +0000 (08:24 +0200)
commitb7cb10e790fbd145296e771f789273a875c15719
tree53b0e9df9aebf91d35ed232505655bdb1cc0b1d1
parent43315956509ca6913764861ac7dec128b91eb1ec
perf probe: Print debug messages using pr_*()

Use the new pr_{err,warning,debug,etc} printout methods, just
like in the kernel.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Masami Hiramatsu <mhiramat@redhat.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Mike Galbraith <efault@gmx.de>
LKML-Reference: <1256153646-10097-1-git-send-email-acme@redhat.com>
[ Split this patch out, to keep perf/probes separate. ]
Signed-off-by: Ingo Molnar <mingo@elte.hu>
tools/perf/builtin-probe.c
tools/perf/util/probe-finder.c