#include "util.h"
#include "../debug.h"
Go to the source code of this file.
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 - 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.