Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] cosmetics, remove TRACE_is_active, use TRACE_is_enabled instead
[simgrid.git] / src / instr / instr_routing.c
2011-05-24 Lucas Schnorr[trace] only need to declare resource utilization types...
2011-05-24 Lucas Schnorr[trace] controlling the callbacks and push/pop of conta...
2011-05-12 Lucas Schnorr[trace] cosmetics on user variables tracing, simpler...
2011-04-14 Lucas Schnorrnew tracing option, use only onelink routes to trace...
2011-04-12 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-04-11 Lucas Schnorrmerging tracing changes
2011-04-11 Lucas Schnorrexport to graphviz function in the tracing way, we...
2011-04-11 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-04-09 Lucas Schnorrgraphicator re-implemented
2011-04-09 Lucas Schnorrmerging tracing changes
2011-04-09 Lucas Schnorrre-writing recursive graph extraction functions
2011-04-09 Lucas Schnorrlet the unique root AS of a platform file be the root...
2011-04-08 Lucas Schnorrfixing tracing to consider fullduplex links and naming...
2011-04-08 Pierre-Nicolas ClaussMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-04-08 NavarropMerge commit '521daa8271ac2778d8b2944be25daae65d3540a1...
2011-04-05 Lucas Schnorrif tracing category X is created, define pX for hosts...
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2011-02-14 schnorr[trace] fix bug on interconnections tracing
2011-02-07 schnorr[trace] new data structure to hold values of states...
2011-01-03 schnorr[trace] tracing/msg/process:1 has states/links for...
2011-01-03 schnorr[trace] faster method to dump when unconditional dump...
2010-12-27 schnorr[trace] changing the interface to write on the tracing...
2010-12-22 schnorr[trace] register of node and edge types that were defin...
2010-12-22 schnorr[trace] cosmetics
2010-12-22 schnorr[trace] a source file to keep functions to deal with...
2010-12-22 schnorr[trace] fix on link type creation (was indexed by type...
2010-12-20 schnorr[trace] fix on use of dynar, storing pointers in it...
2010-12-14 thieryFix uninitialized variables
2010-12-13 schnorr[trace] arrows to indicate msg send/recv when tracing...
2010-12-13 schnorr[trace] arrows to indicate msg process migration
2010-12-13 schnorr[trace] set/push/pop states for tracing/msg/[task|proce...
2010-12-13 schnorr[trace] update on --cfg=tracing/msg/task:1, now works...
2010-12-13 schnorr[trace] renaming container type of msg process
2010-12-13 schnorr[trace] update of msg process tracing (to monitor migra...
2010-12-13 schnorr[trace] other parts of tracing can also declare types...
2010-12-13 schnorr[trace] fix: container creation timestamp should defini...
2010-12-13 schnorr[trace] recursive search for a type in the type hierarchy
2010-12-13 schnorr[trace] functions to be used by other parts of tracing...
2010-12-13 schnorr[trace] new type MPI, which is the container type of...
2010-12-13 schnorr[trace] fix, father is already defined, should not...
2010-12-13 schnorr[trace] making type_t and container_t available for...
2010-12-13 schnorr[trace] smpi types declaration updated
2010-12-13 schnorr[trace] protecting the declaration of multiple types...
2010-12-13 schnorr[trace] checking if platform is traced in tracing API
2010-12-13 schnorr[trace] adding a new structure to keep the type hierarc...
2010-12-13 schnorr[trace] filter out the reverse connections to get a...
2010-12-13 schnorr[trace] new field id to make the final trace file smaller
2010-12-13 schnorr[trace] extracting routes among ASes
2010-12-13 schnorr[trace] recursive extraction of connections between...
2010-12-13 schnorr[trace] new fields in the container structure, holding...
2010-12-13 schnorr[trace] new static function to declare a new link type...
2010-12-13 schnorr[trace] new callback to end of platform parsing
2010-12-13 schnorr[trace] adding some comments in the hierarchical struct...
2010-12-13 schnorr[trace] registering in the dictionary the router containers
2010-12-13 schnorr[trace] using a single dictionary to hold all container...
2010-12-13 schnorr[trace] better include, no need to declare global_routi...
2010-12-13 schnorr[trace] pay attention to configuration options when...
2010-12-13 schnorr[trace] only call container destruction if we have...
2010-12-13 schnorr[trace] tracing the platform hierarchy using parser...
2010-12-13 schnorr[trace] using parser callbacks to trace the platform...