qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: [PATCH] tracetool: Add optional argument to specify dtr


From: Stefan Hajnoczi
Subject: [Qemu-devel] Re: [PATCH] tracetool: Add optional argument to specify dtrace probe names
Date: Tue, 15 Feb 2011 11:33:20 +0000
User-agent: Mutt/1.5.20 (2009-06-14)

On Tue, Feb 15, 2011 at 11:10:22AM +0100, address@hidden wrote:
> From: Jes Sorensen <address@hidden>
> 
> Optional feature allowing a user to generate the probe list to match
> the name of the binary, in case they wish to install qemu under a
> different name than qemu-{system,user},<arch>
> 
> Signed-off-by: Jes Sorensen <address@hidden>
> ---
>  scripts/tracetool |   14 ++++++++++----
>  1 files changed, 10 insertions(+), 4 deletions(-)
> 
> diff --git a/scripts/tracetool b/scripts/tracetool
> index e046683..0200afa 100755
> --- a/scripts/tracetool
> +++ b/scripts/tracetool
> @@ -33,6 +33,7 @@ Options:
>    --binary      [path]  Full path to QEMU binary
>    --target-arch [arch]  QEMU emulator target arch
>    --target-type [type]  QEMU emulator target type ('system' or 'user')
> +  --probe-name  [name]  Specify alternative name for dtrace probes

It's not obvious to me what --probe-name does given this description.
How about:

--probe-prefix [prefix]  Prefix for dtrace probe names (default: 
qemu-$targettype-$targetarch)

Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]