Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Completely remove route_t and replace by sg_platf_route_cbarg_t.
[simgrid.git] / src / instr / instr_msg_process.c
2012-07-31 schnorr[trace] factorize more
2012-07-31 schnorr[trace] factorize code, use TRACE_msg_process_destroy...
2012-07-31 schnorr[trace] add function to destroy process container
2012-06-29 Samuel LepetitUse msg_host_t instead of m_host_t.
2012-06-29 Samuel LepetitUse msg_process_t instead of m_process_t
2012-05-03 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-04-28 Martin QuinsonI forgot to update my tree before commiting (once again...
2012-04-27 Martin QuinsonRemove the public field msg_host_t->name. Use MSG_host_...
2012-04-03 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-04-03 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-04-03 schnorr[trace] remove "executing" state from tracing/msg/proce...
2012-03-23 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-03-21 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-03-21 schnorr[trace] removing deprecated function from the tracing...
2012-01-30 Marion Guthmullermerge conflict resolved
2012-01-22 Lucas Schnorr[trace] re-writing some tracing functions
2012-01-22 Lucas Schnorr[trace] when a process migrates, we need to clean-up...
2012-01-22 Lucas Schnorr[trace] when a process ends, remove its container from...
2011-10-20 Martin Quinsonmerge branches
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-02-07 schnorr[trace] new data structure to hold values of states...
2011-02-07 schnorr[trace] removing unused code
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] setting the process state to "executing" after...
2010-12-29 schnorr[trace] simpler verifications to see what is enabled...
2010-12-27 schnorr[trace] changing the interface to write on the tracing...
2010-12-22 schnorr[trace] fix on link type creation (was indexed by type...
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] stop tracing process if user sets its category...
2010-12-13 schnorr[trace] renaming container type of msg process
2010-12-13 schnorr[trace] only let MSG processes receive categories if...
2010-12-13 schnorr[trace] update of msg process tracing (to monitor migra...
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