Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Do not request status if not requested by caller.
[simgrid.git] / src / instr /
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...
2010-08-06 schnorrtrace: functions to generate links, append a link type...
2010-08-06 schnorrtrace: a dictionary to keep link keys, put and get...
2010-08-05 schnorrtracing MPI collective operations implemented in SMPI
2010-08-05 schnorrtracing MPI_Init and MPI_Finalize (trace container...
2010-08-05 schnorrinitial instrumentation points for the smpi component
2010-08-05 schnorrdetecting if TRACE_start was called too soon (before...
2010-08-05 schnorrkill all aspects related to masks in the tracing interface
2010-08-05 schnorrdeclaration of configuration options for tracing
2010-07-30 schnorrfix: bw and lat are stored as double* in the link_...
2010-07-30 schnorrcomment some tracing functions
2010-07-12 schnorrnew tracing functions to deal with trace markers
2010-07-12 schnorrnew paje event declared on header of trace file, tesh...
2010-07-12 schnorrupdating copyright note to GNU LGPL
2010-07-07 mquinsonMerge tracing_config.h into simgrid_config.h, where...
2010-06-15 navarropDont declare variables at the middle of nowhere.
2010-05-20 schnorrbug fixes: correct use of xbt dictionaries and arrays
2010-05-20 schnorrcorrect duplication of a variable
2010-04-25 mquinsonFix copyright headers
2010-04-23 schnorrnew tracing mask TRACE_VOLUME to trace the msg tasks...
2010-04-23 schnorrnew function to generate a paje start link with a volum...
2010-04-23 schnorrsplitting the code of one tracing function in two ...
2010-04-21 schnorrset the category for process containers also
2010-04-21 schnorrsetting the type of the task so we can define its color...
2010-04-21 schnorrfix: correct trace mask checking
2010-04-21 schnorrallowing the user to set the three tracing masks
2010-04-21 schnorrre-organizing tracing masks and first support for ...
2010-04-20 schnorrrenaming value of presence state to "presence" (to...
2010-04-20 schnorrrenaming more tracing functions
2010-04-15 schnorrrenaming the tracing functions that set the host/link...
2010-04-15 schnorrremoving code that was used to trace every single surf...
2010-04-15 schnorrrenaming some tracing functions to make easy to remembe...
2010-04-15 schnorrfix so enable_compile_warnings works nice when enable_t...
2010-04-15 schnorrproperly removing entries from dictionaries used by...
2010-04-15 schnorrcleaning tracing code
2010-04-15 schnorrremoving unused tracing variable
2010-04-15 schnorrtracing vivaldi x,y,h for each host
2010-04-14 schnorrimplement TRACE_start as function instead of pre-proces...
2010-04-13 schnorronly way to know if a category is well declared is...
2010-04-13 schnorrdo not throw an exception if category is already create...
2010-04-13 schnorrcorrecting exception message to let user know which...
2010-04-13 schnorrproperly closing host containers on simulation trace...
2010-04-07 schnorrcorrecting the return value for the TRACE_start function
2010-04-07 schnorrthrowing an exception if TRACE_start is called twice
2010-04-07 schnorrtracing only with the TRACE_PLATFORM mask (for now)
2010-04-01 schnorrproper use of the HAVE_TRACING variable defined by...
next