perf report: Use pr_*() functions where applicable
authorNamhyung Kim <namhyung.kim@lge.com>
Fri, 20 Dec 2013 05:11:12 +0000 (14:11 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 20 Dec 2013 16:34:53 +0000 (13:34 -0300)
commita42101418072d3be357b534521be2849518611e6
treec8eb768c64ab0c7a85ff33912d1f466325182807
parentcc22e575a6fddbe3183ac14c28e2f792704995c5
perf report: Use pr_*() functions where applicable

There're some places printing messages to stdout/err directly.

It should be converted to use proper error printing functions instead.

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Cc: David Ahern <dsahern@gmail.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1387516278-17024-2-git-send-email-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-report.c