update
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 14 Jul 2008 23:42:47 +0000 (23:42 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 14 Jul 2008 23:42:47 +0000 (23:42 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2961 04897980-b3bd-0310-b5e0-8ef037075253

ltt-control/lttctl/ltt-armalluser.sh

index aa670891ba06e9718941f3055514fb6cdef72167..290e360b42f4b16b02ff32cbf8a7340be2b4824d 100755 (executable)
@@ -2,6 +2,8 @@
 #excluding locking markers (high traffic)
 
 echo Connecting all userspace markers of _CURRENTLY RUNNING_ processes only !
+echo All the markers listed here will also automatically be enabled if 
+echo present in a newly created process.
 
 for a in /proc/[0-9]*; do
        for marker in `cat $a/markers | awk '{print $2}'`; do
This page took 0.024842 seconds and 4 git commands to generate.