15 static int perf_stdio__warning(
const char *
format,
va_list args)
24 .error = perf_stdio__error,
25 .warning = perf_stdio__warning,
37 ret = perf_eops->
error(format, args);
49 ret = perf_eops->
warning(format, args);
65 if (perf_eops != &default_eops)
80 if (perf_eops != eops)
83 perf_eops = &default_eops;