Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jul 2025 10:40:27 GMT
From:      Peter Holm <pho@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 113f2f0c76a7 - main - stress2: Updated dtrace comment
Message-ID:  <202507161040.56GAeRQV006690@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pho:

URL: https://cgit.FreeBSD.org/src/commit/?id=113f2f0c76a7ddc09cbadaa199e47cecec0f2814

commit 113f2f0c76a7ddc09cbadaa199e47cecec0f2814
Author:     Peter Holm <pho@FreeBSD.org>
AuthorDate: 2025-07-16 10:38:25 +0000
Commit:     Peter Holm <pho@FreeBSD.org>
CommitDate: 2025-07-16 10:38:25 +0000

    stress2: Updated dtrace comment
---
 tools/test/stress2/misc/fullpath2.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/test/stress2/misc/fullpath2.sh b/tools/test/stress2/misc/fullpath2.sh
index e4024c32f317..f0037851482d 100755
--- a/tools/test/stress2/misc/fullpath2.sh
+++ b/tools/test/stress2/misc/fullpath2.sh
@@ -123,7 +123,7 @@ static volatile u_int *share;
 #define NB 1024
 #define RUNTIME 300
 
-/* dtrace -w -n 'fbt::*vn_fullpath1:entry {@rw[execname,probefunc] = count(); }' */
+/* dtrace -w -n 'fbt::*vn_fullpath:entry {@rw[execname,probefunc] = count(); }' */
 
 static void
 getfiles(pid_t pid)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202507161040.56GAeRQV006690>