Skip to content
  • Mads Ynddal's avatar
    3470fef1
    simpletrace: added simplified Analyzer2 class · 3470fef1
    Mads Ynddal authored
    
    
    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: default avatarMads Ynddal <m.ynddal@samsung.com>
    Message-id: 20230926103436.25700-13-mads@ynddal.dk
    Signed-off-by: default avatarStefan Hajnoczi <stefanha@redhat.com>
    3470fef1
    simpletrace: added simplified Analyzer2 class
    Mads Ynddal authored
    
    
    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: default avatarMads Ynddal <m.ynddal@samsung.com>
    Message-id: 20230926103436.25700-13-mads@ynddal.dk
    Signed-off-by: default avatarStefan Hajnoczi <stefanha@redhat.com>
Loading