perf tools: Fix perf's libperf_print callback
authorAdrian Hunter <adrian.hunter@intel.com>
Fri, 8 Apr 2022 13:26:25 +0000 (16:26 +0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Sat, 9 Apr 2022 15:34:29 +0000 (12:34 -0300)
commitaeee9dc53ce405d2161f9915f553114e94e5b677
treeee3ed42e4c880c2d0d76ebdccce97529860b2bea
parentffab487052054162b3b6c9c6005777ec6cfcea05
perf tools: Fix perf's libperf_print callback

eprintf() does not expect va_list as the type of the 4th parameter.

Use veprintf() because it does.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Fixes: 428dab813a56ce94 ("libperf: Merge libperf_set_print() into libperf_init()")
Cc: Jiri Olsa <jolsa@kernel.org>
Link: https://lore.kernel.org/r/20220408132625.2451452-1-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/perf.c