|
SimGrid
3.14.159
Versatile Simulation of Distributed Systems
|
#include "simgrid/s4u/engine.hpp"#include "simgrid/s4u/host.hpp"#include <xbt/dict.h>#include <xbt/lib.h>#include <xbt/log.h>#include <surf/surf.h>#include <surf/surf_routing.h>#include "src/instr/instr_private.h"Functions | |
| XBT_LOG_NEW_DEFAULT_SUBCATEGORY (instr_paje_containers, instr, "Paje tracing event system (containers)") | |
| long long int | instr_new_paje_id () |
| void | PJ_container_alloc () |
| void | PJ_container_release () |
| void | PJ_container_set_root (container_t root) |
| 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_remove_from_parent (container_t child) |
| void | PJ_container_free (container_t container) |
| static void | recursiveDestroyContainer (container_t container) |
| void | PJ_container_free_all () |
Variables | |
| static container_t | rootContainer = nullptr |
| static xbt_dict_t | allContainers = nullptr |
| xbt_dict_t | trivaNodeTypes = nullptr |
| xbt_dict_t | trivaEdgeTypes = nullptr |
| XBT_LOG_NEW_DEFAULT_SUBCATEGORY | ( | instr_paje_containers | , |
| instr | , | ||
| "Paje tracing event system (containers)" | |||
| ) |
| long long int instr_new_paje_id | ( | ) |
| void PJ_container_alloc | ( | ) |
| void PJ_container_release | ( | ) |
| void PJ_container_set_root | ( | container_t | root | ) |
| 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_remove_from_parent | ( | container_t | child | ) |
| void PJ_container_free | ( | container_t | container | ) |
|
static |
|
static |
|
static |
| xbt_dict_t trivaNodeTypes = nullptr |
| xbt_dict_t trivaEdgeTypes = nullptr |