|
HPCToolkit
|

Go to the source code of this file.
Macros | |
| #define | VSTAT_ENUMS |
| #define | _MM(a) UNW_ADDR_ ## a, |
| #define | _MM(a) [UNW_ADDR_ ## a] = "UNW_ADDR_" #a, |
Typedefs | |
| typedef validation_status(* | validate_addr_fn_t) (void *addr, void *generic_arg) |
Enumerations | |
| enum | validation_status { VSTAT_ENUMS } |
Functions | |
| static char * | vstat2s (validation_status v) |
| void | hpcrun_validation_summary (void) |
Variables | |
| static char * | _vstat2str_tbl [] |
| #define _MM | ( | a | ) | UNW_ADDR_ ## a, |
Definition at line 60 of file validate_return_addr.h.
| #define _MM | ( | a | ) | [UNW_ADDR_ ## a] = "UNW_ADDR_" #a, |
Definition at line 60 of file validate_return_addr.h.
| #define VSTAT_ENUMS |
Definition at line 50 of file validate_return_addr.h.
| typedef validation_status(* validate_addr_fn_t) (void *addr, void *generic_arg) |
Definition at line 75 of file validate_return_addr.h.
| enum validation_status |
| Enumerator | |
|---|---|
| VSTAT_ENUMS | |
Definition at line 59 of file validate_return_addr.h.
| void hpcrun_validation_summary | ( | void | ) |
Definition at line 50 of file default_validation_summary.c.

|
inlinestatic |
|
static |
Definition at line 66 of file validate_return_addr.h.