Linux DTrace development list
 help / color / mirror / Atom feed
From: Alan Maguire <alan.maguire@oracle.com>
To: eugene.loh@oracle.com, dtrace@lists.linux.dev,
	dtrace-devel@oss.oracle.com
Subject: Re: [PATCH] test: Add tcp to expected providers
Date: Wed, 6 Aug 2025 16:58:27 +0100	[thread overview]
Message-ID: <b9c18809-79fb-403b-8705-3b53dc2aced4@oracle.com> (raw)
In-Reply-To: <20250805201841.19694-1-eugene.loh@oracle.com>

On 05/08/2025 21:18, eugene.loh@oracle.com wrote:
> From: Eugene Loh <eugene.loh@oracle.com>
> 
> Signed-off-by: Eugene Loh <eugene.loh@oracle.com>

Reviewed-by: Alan Maguire <alan.maguire@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.


      reply	other threads:[~2025-08-06 15:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-05 20:18 [PATCH] test: Add tcp to expected providers eugene.loh
2025-08-06 15:58 ` Alan Maguire [this message]

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=b9c18809-79fb-403b-8705-3b53dc2aced4@oracle.com \
    --to=alan.maguire@oracle.com \
    --cc=dtrace-devel@oss.oracle.com \
    --cc=dtrace@lists.linux.dev \
    --cc=eugene.loh@oracle.com \
    /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