[DTrace-devel] [PATCH 3/6] test: Remove some outdated and unhelpful comments
Kris Van Hees
kris.van.hees at oracle.com
Fri Oct 25 20:53:49 UTC 2024
On Fri, Sep 27, 2024 at 10:21:55PM -0400, eugene.loh at oracle.com wrote:
> From: Eugene Loh <eugene.loh at oracle.com>
>
> Signed-off-by: Eugene Loh <eugene.loh at oracle.com>
Reviewed-by: Kris Van Hees <kris.van.hees at oracle.com>
> ---
> test/triggers/Build | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/test/triggers/Build b/test/triggers/Build
> index 0e8660e59..db80b30ed 100644
> --- a/test/triggers/Build
> +++ b/test/triggers/Build
> @@ -192,18 +192,18 @@ pid-tst-weak1_CFLAGS := -O0
> pid-tst-weak2_CFLAGS := -O0
> profile-tst-ufuncsort_CFLAGS := -O0
>
> -# usdt-tst-argmap calls USDT probes (defined in argmap.d) using sys/sdt.h
> +# usdt-tst-argmap calls USDT probes using sys/sdt.h
> usdt-tst-argmap_CFLAGS := -Iuts/common
> usdt-tst-argmap_PROV := usdt-tst-argmap-prov.d
>
> -# usdt-tst-args calls USDT probes (defined in args.d) using sys/sdt.h
> +# usdt-tst-args calls USDT probes using sys/sdt.h
> usdt-tst-args_CFLAGS := -Iuts/common
> usdt-tst-args_PROV := usdt-tst-args-prov.d
>
> -# usdt-tst-forker calls USDT probes (defined in args.d) based on dtrace -h
> +# usdt-tst-forker calls USDT probes based on dtrace -h
> usdt-tst-forker_PROV := usdt-tst-forker-prov.d
>
> -# usdt-tst-special calls USDT probes (defined in prov.d) based on dtrace -h
> +# usdt-tst-special calls USDT probes based on dtrace -h
> usdt-tst-special_CFLAGS := -fno-inline -O2
> usdt-tst-special_PROV := usdt-tst-special-prov.d
>
> --
> 2.43.5
>
More information about the DTrace-devel
mailing list