|
From: <sv...@va...> - 2008-04-01 16:57:37
|
Author: bart Date: 2008-04-01 17:57:42 +0100 (Tue, 01 Apr 2008) New Revision: 7833 Log: Updated DRD's help text (-h): added documentation for --trace-malloc. Modified: trunk/exp-drd/drd_main.c Modified: trunk/exp-drd/drd_main.c =================================================================== --- trunk/exp-drd/drd_main.c 2008-04-01 16:55:51 UTC (rev 7832) +++ trunk/exp-drd/drd_main.c 2008-04-01 16:57:42 UTC (rev 7833) @@ -156,18 +156,19 @@ " reading in all debug information for all variables at once may\n" " cause an out of memory error [no].\n" "\n" -" DRD options for monitoring process behavior:\n" +" exp-drd options for monitoring process behavior:\n" " --trace-address=<address> Trace all load and store activity for the.\n" " specified address [off].\n" " --trace-barrier=yes|no Trace all barrier activity [no].\n" " --trace-cond=yes|no Trace all condition variable activity [no].\n" " --trace-fork-join=yes|no Trace all thread fork/join activity [no].\n" -" --trace-mutex=yes|no Trace all mutex activity[no].\n" +" --trace-malloc=yes|no Trace all dynamic memory allocation calls [no].\n" +" --trace-mutex=yes|no Trace all mutex activity [no].\n" " --trace-rwlock=yes|no Trace all reader-writer lock activity[no].\n" " --trace-segment=yes|no Trace segment actions [no].\n" " --trace-semaphore=yes|no Trace all semaphore activity [no].\n" "\n" -" Options for debugging DRD:\n" +" Options for debugging exp-drd:\n" " --drd-stats=yes|no Print statistics about DRD activity [no].\n" " --trace-clientobj=yes|no Trace all client object activity [no].\n" " --trace-csw=yes|no Trace all scheduler context switches [no].\n" |