#include <stdarg.h>
#include <stdbool.h>
#include <messages/debug-flag.h>
#include <messages/fmt.h>
Go to the source code of this file.
|
#define | EMSG hpcrun_emsg |
|
#define | AMSG hpcrun_amsg |
|
#define | CTMSG(...) |
|
#define | STDERR_MSG(...) hpcrun_stderr_log_msg(false,__VA_ARGS__) |
|
#define | EEMSG(...) hpcrun_stderr_log_msg(true,__VA_ARGS__) |
|
#define | PMSG(f, ...) hpcrun_pmsg(DBG_PREFIX(f), NULL, __VA_ARGS__) |
|
#define | TMSG(f, ...) if (debug_flag_get(DBG_PREFIX(f))) hpcrun_pmsg(#f, __VA_ARGS__) |
|
#define | ETMSG(f, ...) hpcrun_pmsg_stderr(true,DBG_PREFIX(f), #f, __VA_ARGS__) |
|
#define | NMSG(f, ...) if (debug_flag_get(DBG_PREFIX(f))) hpcrun_nmsg(DBG_PREFIX(f), #f, __VA_ARGS__) |
|
#define | ENMSG(f, ...) hpcrun_nmsg_stderr(true, DBG_PREFIX(f), #f, __VA_ARGS__) |
|
#define | EXIT_ON_ERROR(r, e, ...) hpcrun_exit_on_error(r,e,__VA_ARGS__) |
|
#define | hpcrun_abort(...) hpcrun_abort_w_info(messages_donothing, __VA_ARGS__) |
|
|
void | messages_init () |
|
void | messages_fini (void) |
|
void | messages_logfile_create () |
|
int | messages_logfile_fd (void) |
|
void | messages_donothing (void) |
|
void | hpcrun_amsg (const char *fmt,...) |
|
void | hpcrun_emsg (const char *fmt,...) |
|
void | hpcrun_emsg_valist (const char *fmt, va_list_box *box) |
|
void | hpcrun_nmsg (pmsg_category flag, const char *tag, const char *fmt,...) |
|
void | hpcrun_pmsg (const char *tag, const char *fmt,...) |
|
void | hpcrun_pmsg_stderr (bool echo_stderr, pmsg_category flag, const char *tag, const char *fmt,...) |
|
void | hpcrun_nmsg_stderr (bool echo_stderr, pmsg_category flag, const char *tag, const char *fmt,...) |
|
void | hpcrun_stderr_log_msg (bool copy_to_log, const char *fmt,...) |
|
void | hpcrun_exit_on_error (int ret, int ret_expected, const char *fmt,...) |
|
void | hpcrun_abort_w_info (void(*info)(void), const char *fmt,...) |
|
int | hpcrun_below_pmsg_threshold (void) |
|
void | hpcrun_up_pmsg_count (void) |
|
void | unlimit_msgs (void) |
|
void | limit_msgs (void) |
|
◆ AMSG
◆ CTMSG
◆ EEMSG
◆ EMSG
◆ ENMSG
◆ ETMSG
◆ EXIT_ON_ERROR
◆ hpcrun_abort
◆ NMSG
◆ PMSG
◆ STDERR_MSG
◆ TMSG
◆ hpcrun_abort_w_info()
void hpcrun_abort_w_info |
( |
void(*)(void) |
info, |
|
|
const char * |
fmt, |
|
|
|
... |
|
) |
| |
◆ hpcrun_amsg()
void hpcrun_amsg |
( |
const char * |
fmt, |
|
|
|
... |
|
) |
| |
◆ hpcrun_below_pmsg_threshold()
int hpcrun_below_pmsg_threshold |
( |
void |
| ) |
|
◆ hpcrun_emsg()
void hpcrun_emsg |
( |
const char * |
fmt, |
|
|
|
... |
|
) |
| |
◆ hpcrun_emsg_valist()
void hpcrun_emsg_valist |
( |
const char * |
fmt, |
|
|
va_list_box * |
box |
|
) |
| |
◆ hpcrun_exit_on_error()
void hpcrun_exit_on_error |
( |
int |
ret, |
|
|
int |
ret_expected, |
|
|
const char * |
fmt, |
|
|
|
... |
|
) |
| |
◆ hpcrun_nmsg()
void hpcrun_nmsg |
( |
pmsg_category |
flag, |
|
|
const char * |
tag, |
|
|
const char * |
fmt, |
|
|
|
... |
|
) |
| |
◆ hpcrun_nmsg_stderr()
void hpcrun_nmsg_stderr |
( |
bool |
echo_stderr, |
|
|
pmsg_category |
flag, |
|
|
const char * |
tag, |
|
|
const char * |
fmt, |
|
|
|
... |
|
) |
| |
◆ hpcrun_pmsg()
void hpcrun_pmsg |
( |
const char * |
tag, |
|
|
const char * |
fmt, |
|
|
|
... |
|
) |
| |
◆ hpcrun_pmsg_stderr()
void hpcrun_pmsg_stderr |
( |
bool |
echo_stderr, |
|
|
pmsg_category |
flag, |
|
|
const char * |
tag, |
|
|
const char * |
fmt, |
|
|
|
... |
|
) |
| |
◆ hpcrun_stderr_log_msg()
void hpcrun_stderr_log_msg |
( |
bool |
copy_to_log, |
|
|
const char * |
fmt, |
|
|
|
... |
|
) |
| |
◆ hpcrun_up_pmsg_count()
void hpcrun_up_pmsg_count |
( |
void |
| ) |
|
◆ limit_msgs()
◆ messages_donothing()
void messages_donothing |
( |
void |
| ) |
|
◆ messages_fini()
void messages_fini |
( |
void |
| ) |
|
◆ messages_init()
◆ messages_logfile_create()
void messages_logfile_create |
( |
| ) |
|
◆ messages_logfile_fd()
int messages_logfile_fd |
( |
void |
| ) |
|
◆ unlimit_msgs()
void unlimit_msgs |
( |
void |
| ) |
|