* [PATCH] test: Use a more ubiquitous probe for return()-action tests
@ 2025-08-14 21:26 eugene.loh
2025-08-14 21:31 ` [DTrace-devel] " Kris Van Hees
0 siblings, 1 reply; 2+ messages in thread
From: eugene.loh @ 2025-08-14 21:26 UTC (permalink / raw)
To: dtrace, dtrace-devel
From: Eugene Loh <eugene.loh@oracle.com>
Signed-off-by: Eugene Loh <eugene.loh@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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [DTrace-devel] [PATCH] test: Use a more ubiquitous probe for return()-action tests
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
0 siblings, 0 replies; 2+ messages in thread
From: Kris Van Hees @ 2025-08-14 21:31 UTC (permalink / raw)
To: eugene.loh; +Cc: dtrace, dtrace-devel
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-08-14 21:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-14 21:26 [PATCH] test: Use a more ubiquitous probe for return()-action tests eugene.loh
2025-08-14 21:31 ` [DTrace-devel] " Kris Van Hees
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.