Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
merging tracing changes
[simgrid.git] / src / instr / instr_private.h
2011-04-11 Lucas Schnorrmerging tracing changes
2011-04-11 Lucas Schnorrnew tracing/buffer configuration option, default to 0
2011-04-11 Lucas Schnorrcleaning deprecated ways of tracing resource utilization
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-11 Lucas Schnorrtrace process creation before request for simix, assumi...
2011-04-09 Lucas Schnorrgraphicator re-implemented
2011-04-09 Lucas Schnorrmerging tracing changes
2011-04-09 Lucas Schnorrnew function to check if a tracing container exists
2011-02-09 sahumake jedule compilable with all warning flags
2011-02-07 schnorr[trace] new data structure to hold values of states...
2011-02-07 schnorr[trace] better way of getting references to types
2011-01-05 schnorr[trace] using process name and PID as identification...
2011-01-03 schnorr[trace] faster method to dump when unconditional dump...
2010-12-29 schnorr[trace] at the end of tracing, dump everything up to...
2010-12-28 schnorr[trace] buffering all events except type hierarchy...
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-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] 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] making type_t and container_t available for...
2010-12-13 schnorr[trace] declaring dictionary where it is allocated
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] new field id to make the final trace file smaller
2010-12-13 schnorr[trace] updating (availability) trace support in tracin...
2010-12-13 schnorr[trace] remove the function that was used to save the...
2010-12-13 schnorr[trace] updating the entry point functions of resource...
2010-12-13 schnorr[trace] removing prototypes of functions that are obsolete
2010-12-13 schnorr[trace] tracing the platform hierarchy using parser...
2010-12-13 schnorr[trace] renaming function to follow up parameters
2010-12-13 schnorr[trace] using parser callbacks to trace the platform...
2010-12-07 schnorr[trace] registering the tracing categories of mpi proce...
2010-12-07 schnorr[trace] dictionary for holding smx_process_t -> categor...
2010-12-06 schnorr[trace] TRACE_[start|end] no longer belong to public...
2010-12-06 schnorr[trace] call functions that do the simix processes...
2010-12-06 schnorr[trace] new tracing options to generate graph configura...
2010-12-06 schnorr[trace] encapsulating the open/close of the trace file
2010-12-03 schnorr[trace] do not rely on preprocessor constants to contro...
2010-12-03 schnorr[trace] do not rely on preprocessor constants to contro...
2010-12-03 schnorr[trace] replace IS_TRACING by TRACE_is_active() function
2010-12-02 schnorr[trace] adding comments to #endif's
2010-12-02 schnorr[trace] renaming almost all tracing files in src/instr