From: Kris Van Hees <kris.van.hees@oracle.com>
To: eugene.loh@oracle.com
Cc: dtrace@lists.linux.dev, dtrace-devel@oss.oracle.com
Subject: Re: [DTrace-devel] [PATCH] test: Use a more ubiquitous probe for return()-action tests
Date: Thu, 14 Aug 2025 17:31:08 -0400 [thread overview]
Message-ID: <aJ5VnPAV0C7pRcLL@oracle.com> (raw)
In-Reply-To: <20250814212620.12497-1-eugene.loh@oracle.com>
On Thu, Aug 14, 2025 at 05:26:20PM -0400, eugene.loh--- via DTrace-devel wrote:
> From: Eugene Loh <eugene.loh@oracle.com>
>
> Signed-off-by: Eugene Loh <eugene.loh@oracle.com>
Reviewed-by: Kris Van Hees <kris.van.hees@oracle.com>
> ---
> test/unittest/actions/return/err.destructive.d | 2 +-
> test/unittest/actions/return/tst.destructive.d | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/test/unittest/actions/return/err.destructive.d b/test/unittest/actions/return/err.destructive.d
> index 4c6f788ec..9beefbf66 100644
> --- a/test/unittest/actions/return/err.destructive.d
> +++ b/test/unittest/actions/return/err.destructive.d
> @@ -19,7 +19,7 @@ BEGIN
> exit(0);
> }
>
> -rawfbt:btrfs:open_ctree:entry
> +rawfbt:vmlinux:__*_sys_getpid:entry
> /ok/
> {
> return(0);
> diff --git a/test/unittest/actions/return/tst.destructive.d b/test/unittest/actions/return/tst.destructive.d
> index f1d9e4d32..25813b2cb 100644
> --- a/test/unittest/actions/return/tst.destructive.d
> +++ b/test/unittest/actions/return/tst.destructive.d
> @@ -20,7 +20,7 @@ BEGIN
> exit(0);
> }
>
> -rawfbt:btrfs:open_ctree:entry
> +rawfbt:vmlinux:__*_sys_getpid:entry
> /ok/
> {
> return(0);
> --
> 2.47.3
>
>
> _______________________________________________
> DTrace-devel mailing list
> DTrace-devel@oss.oracle.com
> https://oss.oracle.com/mailman/listinfo/dtrace-devel
prev parent reply other threads:[~2025-08-14 21:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-14 21:26 [PATCH] test: Use a more ubiquitous probe for return()-action tests eugene.loh
2025-08-14 21:31 ` Kris Van Hees [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=aJ5VnPAV0C7pRcLL@oracle.com \
--to=kris.van.hees@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.