|
| void | TRACE_header (int basic, int size) |
| |
| void | TRACE_paje_init () |
| |
| void | TRACE_paje_start () |
| |
| void | TRACE_paje_end () |
| |
| void | TRACE_paje_dump_buffer (int force) |
| |
| void | new_pajeDefineContainerType (type_t type) |
| |
| void | new_pajeDefineVariableType (type_t type) |
| |
| void | new_pajeDefineStateType (type_t type) |
| |
| void | new_pajeDefineEventType (type_t type) |
| |
| void | new_pajeDefineLinkType (type_t type, type_t source, type_t dest) |
| |
| void | new_pajeDefineEntityValue (val_t type) |
| |
| void | new_pajeCreateContainer (container_t container) |
| |
| void | new_pajeDestroyContainer (container_t container) |
| |
| void | new_pajeSetVariable (double timestamp, container_t container, type_t type, double value) |
| |
| void | new_pajeAddVariable (double timestamp, container_t container, type_t type, double value) |
| |
| void | new_pajeSubVariable (double timestamp, container_t container, type_t type, double value) |
| |
| void | new_pajeSetState (double timestamp, container_t container, type_t type, val_t value) |
| |
| void | new_pajePushState (double timestamp, container_t container, type_t type, val_t value) |
| |
| void | new_pajePushStateWithExtra (double timestamp, container_t container, type_t type, val_t value, void *extra) |
| |
| void | new_pajePopState (double timestamp, container_t container, type_t type) |
| |
| void | new_pajeResetState (double timestamp, container_t container, type_t type) |
| |
| void | new_pajeStartLink (double timestamp, container_t container, type_t type, container_t sourceContainer, const char *value, const char *key) |
| |
| void | new_pajeStartLinkWithSize (double timestamp, container_t container, type_t type, container_t sourceContainer, const char *value, const char *key, int size) |
| |
| void | new_pajeEndLink (double timestamp, container_t container, type_t type, container_t destContainer, const char *value, const char *key) |
| |
| void | new_pajeNewEvent (double timestamp, container_t container, type_t type, val_t value) |
| |
| 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 | print_pajeDefineContainerType (paje_event_t event) |
| |
| void | print_pajeDefineVariableType (paje_event_t event) |
| |
| void | print_pajeDefineStateType (paje_event_t event) |
| |
| void | print_pajeDefineEventType (paje_event_t event) |
| |
| void | print_pajeDefineLinkType (paje_event_t event) |
| |
| void | print_pajeDefineEntityValue (paje_event_t event) |
| |
| void | print_pajeCreateContainer (paje_event_t event) |
| |
| void | print_pajeDestroyContainer (paje_event_t event) |
| |
| void | print_pajeSetVariable (paje_event_t event) |
| |
| void | print_pajeAddVariable (paje_event_t event) |
| |
| void | print_pajeSubVariable (paje_event_t event) |
| |
| void | print_pajeSetState (paje_event_t event) |
| |
| void | print_pajePushState (paje_event_t event) |
| |
| void | print_pajePopState (paje_event_t event) |
| |
| void | print_pajeResetState (paje_event_t event) |
| |
| void | print_pajeStartLink (paje_event_t event) |
| |
| void | print_pajeEndLink (paje_event_t event) |
| |
| void | print_pajeNewEvent (paje_event_t event) |
| |
| void | print_TIPushState (paje_event_t event) |
| |
| void | print_TICreateContainer (paje_event_t event) |
| |
| void | print_TIDestroyContainer (paje_event_t event) |
| |
| void | TRACE_TI_start () |
| |
| void | TRACE_TI_end () |
| |
| void | TRACE_TI_init () |
| |
| void | print_NULL (paje_event_t event) |
| |
| void | dump_comment_file (const char *filename) |
| |
| void | dump_comment (const char *comment) |
| |