|
| 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 () |
| |
| container_t | PJ_container_get (const char *name) |
| |
| simgrid::instr::Container * | 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_all (void) |
| |
| void | PJ_container_remove_from_parent (container_t container) |
| |
| simgrid::instr::Type * | PJ_type_get_root () |
| |
| void | TRACE_TI_start () |
| |
| void | TRACE_TI_end () |
| |
| void | dump_comment_file (const char *filename) |
| |
| void | dump_comment (const char *comment) |
| |
| void | LogContainerTypeDefinition (simgrid::instr::Type *type) |
| |
| void | LogVariableTypeDefinition (simgrid::instr::Type *type) |
| |
| void | LogStateTypeDefinition (simgrid::instr::Type *type) |
| |
| void | LogLinkTypeDefinition (simgrid::instr::Type *type, simgrid::instr::Type *source, simgrid::instr::Type *dest) |
| |
| void | LogEntityValue (simgrid::instr::Value *val) |
| |
| void | LogContainerCreation (container_t container) |
| |
| void | LogContainerDestruction (container_t container) |
| |
| void | LogDefineEventType (simgrid::instr::Type *type) |
| |