From: eugene.loh@oracle.com
To: dtrace@lists.linux.dev, dtrace-devel@oss.oracle.com
Subject: [PATCH] test: Add tcp to expected providers
Date: Tue, 5 Aug 2025 16:18:41 -0400 [thread overview]
Message-ID: <20250805201841.19694-1-eugene.loh@oracle.com> (raw)
From: Eugene Loh <eugene.loh@oracle.com>
Signed-off-by: Eugene Loh <eugene.loh@oracle.com>
---
test/unittest/dtrace-util/tst.ListProbes.r | 1 +
test/unittest/dtrace-util/tst.ListProbes.sh | 1 +
2 files changed, 2 insertions(+)
diff --git a/test/unittest/dtrace-util/tst.ListProbes.r b/test/unittest/dtrace-util/tst.ListProbes.r
index a04669843..ad557253f 100644
--- a/test/unittest/dtrace-util/tst.ListProbes.r
+++ b/test/unittest/dtrace-util/tst.ListProbes.r
@@ -11,3 +11,4 @@ rawtp
sched
sdt
syscall
+tcp
diff --git a/test/unittest/dtrace-util/tst.ListProbes.sh b/test/unittest/dtrace-util/tst.ListProbes.sh
index 84f363443..a747a0458 100755
--- a/test/unittest/dtrace-util/tst.ListProbes.sh
+++ b/test/unittest/dtrace-util/tst.ListProbes.sh
@@ -69,6 +69,7 @@ $dtrace $dt_flags -l \
$2 == "sched" { mycheck($2, $1, 3, 30); next }
$2 == "sdt" { mycheck($2, $1, 600, 6000); next }
$2 == "syscall" { mycheck($2, $1, 300, 3000); next }
+ $2 == "tcp" { mycheck($2, $1, 8, 8); next }
# nothing for usdt
# Unrecognized line.
--
2.43.5
next reply other threads:[~2025-08-05 20:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-05 20:18 eugene.loh [this message]
2025-08-06 15:58 ` [PATCH] test: Add tcp to expected providers Alan Maguire
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250805201841.19694-1-eugene.loh@oracle.com \
--to=eugene.loh@oracle.com \
--cc=dtrace-devel@oss.oracle.com \
--cc=dtrace@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox