#include "util.h"
#include "../debug.h"
Go to the source code of this file.
◆ perf_error__register()
perf_error__register - Register error logging functions : The pointer to error logging function struct
Register UI-specific error logging functions. Before calling this, other logging functions should be unregistered, if any.
Definition at line 63 of file util.c.
◆ perf_error__unregister()
perf_error__unregister - Unregister error logging functions : The pointer to error logging function struct
Unregister already registered error logging functions.
Definition at line 78 of file util.c.
◆ perf_stdio__error()
static int perf_stdio__error |
( |
const char * |
format, |
|
|
va_list |
args |
|
) |
| |
|
static |
Definition at line 9 of file util.c.
◆ perf_stdio__warning()
static int perf_stdio__warning |
( |
const char * |
format, |
|
|
va_list |
args |
|
) |
| |
|
static |
◆ ui__error()
int ui__error |
( |
const char * |
format, |
|
|
|
... |
|
) |
| |
◆ ui__warning()
int ui__warning |
( |
const char * |
format, |
|
|
|
... |
|
) |
| |
◆ default_eops
Initial value:=
{
}
static int perf_stdio__error(const char *format, va_list args)
static int perf_stdio__warning(const char *format, va_list args)
Definition at line 23 of file util.c.
◆ perf_eops