perf event-parse: Use pr_warning()
authorArnaldo Carvalho de Melo <[email protected]>
Tue, 27 Jun 2017 14:08:14 +0000 (11:08 -0300)
committerArnaldo Carvalho de Melo <[email protected]>
Tue, 27 Jun 2017 14:08:14 +0000 (11:08 -0300)
commitd2a74d53aa896046abcd152c03777209c57b12a2
tree52c2f1c543156db0ff9e4fd24654e016518081bb
parent4cf134e744ba46e5893f9600487c5f7f5eae0519
perf event-parse: Use pr_warning()

Convert sole user of warning() in this file to pr_warning(),
consolidating error reporting facilities.

Cc: Adrian Hunter <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Wang Nan <[email protected]>
Link: http://lkml.kernel.org/n/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/perf/util/trace-event-parse.c