qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v3 12/14] simpletrace: added simplified Analyzer2 class


From: Mads Ynddal
Subject: Re: [PATCH v3 12/14] simpletrace: added simplified Analyzer2 class
Date: Fri, 9 Jun 2023 21:20:07 +0200

> On 8 Jun 2023, at 14.41, Mads Ynddal <mads@ynddal.dk> wrote:
> 
> From: Mads Ynddal <m.ynddal@samsung.com>
> 
> By moving the dynamic argument construction to keyword-arguments,
> we can remove all of the specialized handling, and streamline it.
> If a tracing method wants to access these, they can define the
> kwargs, or ignore it be placing `**kwargs` at the end of the
> function's arguments list.
> 
> Added deprecation warning to Analyzer class to make users aware
> of the Analyzer2 class. No removal date is planned.
> 
> Signed-off-by: Mads Ynddal <m.ynddal@samsung.com>
> ---
> scripts/simpletrace.py | 72 ++++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 72 insertions(+)

I noticed I'm missing Analyzer2 in __all__



reply via email to

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