|
void | TRACE_header (int basic, int size) |
|
void | TRACE_paje_start () |
|
void | TRACE_paje_end () |
|
void | TRACE_paje_dump_buffer (int force) |
|
bool | TRACE_needs_platform () |
|
bool | TRACE_is_enabled () |
|
bool | TRACE_platform () |
|
bool | TRACE_platform_topology () |
|
bool | TRACE_is_configured () |
|
bool | TRACE_categorized () |
|
bool | TRACE_uncategorized () |
|
bool | TRACE_msg_process_is_enabled () |
|
bool | TRACE_msg_vm_is_enabled () |
|
bool | TRACE_buffer () |
|
bool | TRACE_disable_link () |
|
bool | TRACE_disable_speed () |
|
bool | TRACE_onelink_only () |
|
bool | TRACE_disable_destroy () |
|
bool | TRACE_basic () |
|
bool | TRACE_display_sizes () |
|
char * | TRACE_get_comment () |
|
char * | TRACE_get_comment_file () |
|
int | TRACE_precision () |
|
char * | TRACE_get_filename () |
|
char * | TRACE_get_viva_uncat_conf () |
|
char * | TRACE_get_viva_cat_conf () |
|
void | TRACE_generate_viva_uncat_conf () |
|
void | TRACE_generate_viva_cat_conf () |
|
void | instr_pause_tracing () |
|
void | instr_resume_tracing () |
|
bool | TRACE_smpi_is_enabled () |
|
bool | TRACE_smpi_is_grouped () |
|
bool | TRACE_smpi_is_computing () |
|
bool | TRACE_smpi_is_sleeping () |
|
bool | TRACE_smpi_view_internals () |
|
void | TRACE_surf_host_set_utilization (const char *resource, const char *category, double value, double now, double delta) |
|
void | TRACE_surf_link_set_utilization (const char *resource, const char *category, double value, double now, double delta) |
|
void | TRACE_surf_resource_utilization_alloc () |
|
long long int | instr_new_paje_id () |
|
void | PJ_container_alloc () |
|
void | PJ_container_release () |
|
container_t | PJ_container_new (const char *name, e_container_types kind, container_t father) |
|
container_t | PJ_container_get (const char *name) |
|
container_t | PJ_container_get_or_null (const char *name) |
|
container_t | PJ_container_get_root () |
|
void | PJ_container_set_root (container_t root) |
|
void | PJ_container_free (container_t container) |
|
void | PJ_container_free_all (void) |
|
void | PJ_container_remove_from_parent (container_t container) |
|
void | PJ_type_alloc () |
|
void | PJ_type_release () |
|
type_t | PJ_type_get_root () |
|
type_t | PJ_type_container_new (const char *name, type_t father) |
|
type_t | PJ_type_event_new (const char *name, type_t father) |
|
type_t | PJ_type_link_new (const char *name, type_t father, type_t source, type_t dest) |
|
type_t | PJ_type_variable_new (const char *name, const char *color, type_t father) |
|
type_t | PJ_type_state_new (const char *name, type_t father) |
|
type_t | PJ_type_get (const char *name, const type_t father) |
|
type_t | PJ_type_get_or_null (const char *name, type_t father) |
|
void | PJ_type_free_all () |
|
void | PJ_type_free (type_t type) |
|
val_t | PJ_value_new (const char *name, const char *color, type_t father) |
|
val_t | PJ_value_get_or_new (const char *name, const char *color, type_t father) |
|
val_t | PJ_value_get (const char *name, const type_t father) |
|
void | PJ_value_free (val_t value) |
|
void | TRACE_TI_start () |
|
void | TRACE_TI_end () |
|
void | print_NULL (PajeEvent *event) |
|
void | dump_comment_file (const char *filename) |
|
void | dump_comment (const char *comment) |
|
void | DefineContainerEvent (type_t type) |
|
void | LogVariableTypeDefinition (type_t type) |
|
void | LogStateTypeDefinition (type_t type) |
|
void | LogLinkTypeDefinition (type_t type, type_t source, type_t dest) |
|
void | LogEntityValue (val_t value) |
|
void | LogContainerCreation (container_t container) |
|
void | LogContainerDestruction (container_t container) |
|
void | LogDefineEventType (type_t type) |
|