Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove unused include "simgrid_config.h"
[simgrid.git] / src / instr /
2010-12-13 schnorr[trace] simpler tracing interface, just one way to...
2010-12-13 schnorr[trace] updating the tracing of user host variables...
2010-12-13 schnorr[trace] trace type hierarchy depends on the platform...
2010-12-13 schnorr[trace] graph configuration file for triva no longer...
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] properly destroy the tracing platform
2010-12-13 schnorr[trace] removing obsolete code (host and link declarati...
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] remove logging trace message
2010-12-07 schnorr[trace] use xbt_strdup to copy category
2010-12-07 schnorr[trace] declare smpi category and let instr continues...
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-07 schnorr[trace] new system call to make categorized host utiliz...
2010-12-06 schnorr[trace] TRACE_[start|end] no longer belong to public...
2010-12-06 schnorr[trace] logging the categorized/uncategorized resource...
2010-12-06 schnorr[trace] configuration option tracing/platform renamed...
2010-12-06 schnorr[trace] use of xbt functions inside instr
2010-12-06 schnorr[trace] logging messages for category attribution of...
2010-12-06 schnorr[trace] call functions that do the simix processes...
2010-12-06 schnorr[trace] declaring xbt_log categories for tracing
2010-12-06 schnorr[trace] detailed description of new configuration options
2010-12-06 schnorr[trace] new tracing options to generate graph configura...
2010-12-06 schnorr[trace] uncategorized resource tracing option is indepe...
2010-12-06 schnorr[trace] verbose comments to connect simulator parameter...
2010-12-06 schnorr[trace] let paje output its own header
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 check what is traced in internal resourc...
2010-12-03 schnorr[trace] do not rely on preprocessor constants to contro...
2010-12-03 schnorr[trace] separate TRACE_is_active() from IS_TRACED condition
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
2010-12-02 schnorr[trace] detailed explanation about all tracing options...
2010-12-02 schnorr[trace] removing unused strsplit that is no longer...
2010-12-02 schnorr[trace] removing constant that is used only once
2010-12-02 schnorr[trace] undef constants used only in this source file...
2010-12-02 schnorr[trace] removing unused code
2010-12-02 piniSIMIX2 renamed some of the tracing stuff.
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...
2010-12-01 agierschUsing strcpy is ok as enough memory was reserved just...
2010-12-01 agierschAlways initialize task->category...
2010-12-01 schnorrchanging default tracing method for resource categorize...
2010-11-25 schnorrgraph of platform is always traced if tracing is enabled
2010-11-23 schnorrtracing: new configuration option to control if tracing...
2010-11-10 schnorrtwo additional functions to declare categories (now...
2010-11-10 schnorrnew event to declare a variable type associated with...
2010-11-09 schnorrre-implementing categorized platform tracing method...
2010-11-09 schnorrisolating uncategorized resource utilization tracing...
2010-11-09 schnorrtracing option to trace uncategorized resource utilization
2010-11-05 schnorrnew configuration option tracing/smpi/group
2010-10-29 schnorrlet pass if action is not being traced with a category
2010-10-28 schnorrmoving TRACE_smpi_set_category to smpi_mpi.c so functio...
2010-10-28 schnorrfix on the use of dynar by smpi instrumentation
2010-10-27 schnorrdefine the size of local char variables in the instrume...
2010-10-13 schnorrtrace: save link end points in timestamp 0 of the trace...
2010-10-13 schnorrxbt_die when caller tries to declare a link that is...
2010-10-13 schnorrsurf actions might arrive here without category
2010-10-11 alegrandIndent include and src using this command:
2010-10-08 schnorrfix: avoiding the execution of TRACE_surf_action when...
2010-10-08 schnorrSimDag instrumentation for categorized resource utilization
2010-10-08 schnorrchar *name transformed in const char *name to avoid...
2010-10-08 schnorrget trace category from surf_action instead of smx_acti...
2010-10-08 schnorrnew variable for surf_action_t to contain its tracing...
2010-10-08 schnorrtracing uncategorized resource utilization
2010-10-06 schnorrbetter handling of resource utilization tracing methods
2010-10-06 schnorrcosmetics on tracing mechanism
2010-10-05 schnorrcleaning some old surf tracing code
2010-10-05 schnorrremoving one space in the beginning of the trace files
2010-10-05 schnorrdo not trace loopback links
2010-10-05 schnorronly trace link-related data if tracing mechanism know...
2010-10-05 schnorrregistering the source and destination of all onelink...
2010-10-04 schnorrmemory address is the unique identifier of links in...
2010-10-01 schnorrlet snprintf decide how many digits use for timestamps
2010-10-01 schnorrremoving old and no longer used tracing functions
2010-10-01 schnorrproper closing the LINK containers at the end of the...
2010-10-01 schnorrtrace cosmetics
2010-10-01 schnorrTRACE_surf_[host|link]_declaration responsible for...
2010-09-28 schnorrfixing indentation by removing tags and including spaces
2010-09-28 schnorrwipe out old code based on ids for nodes
2010-09-28 navarropClean code.
2010-09-28 navarropRemove unuse variables
2010-09-28 navarropI comment all the calls to used_routing, in order to...
2010-09-23 schnorrcode clean-up
2010-09-23 schnorrnew configuration option tracing/platform/method
2010-09-23 schnorrdedicated file to trace categorized resource utilization
2010-09-23 schnorrcosmetics: fixing identation
2010-09-17 schnorronly remove from dict if the key is there
2010-09-15 schnorrproperly destroying containers at the end of trace...
2010-09-15 schnorrtrace: new interface function for tracing resource...
2010-09-15 schnorrcreating a source file dedicated to handle the categories
2010-08-10 schnorrfix on smpi tracing: check if tracing is disabled
2010-08-09 schnorrusing two dictionaries to keep host information (name...
2010-08-09 schnorrfullduplex support
2010-08-06 schnorrtrace: functions to generate states for point-to-point...
next