]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit513f7e1f59c31c628640c7d77bccdea74773c08f
treec8eb768c64ab0c7a85ff33912d1f466325182807
parent31940c0e013b05c5a0a5c26ee72108ac0e4b81a7
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