Re: [PATCH v2 0/3] trace: Add a trace backend for the recorder library

2020-07-03 Thread Daniel P . Berrangé
On Fri, Jul 03, 2020 at 12:37:02PM +0200, Christophe de Dinechin wrote: > > On 2020-06-30 at 14:59 CEST, Stefan Hajnoczi wrote... > > On Fri, Jun 26, 2020 at 06:27:03PM +0200, Christophe de Dinechin wrote: > >> The recorder library implements low-cost always-on tracing, with three > >> usage model

Re: [PATCH v2 0/3] trace: Add a trace backend for the recorder library

2020-07-03 Thread Christophe de Dinechin
On 2020-06-30 at 14:59 CEST, Stefan Hajnoczi wrote... > On Fri, Jun 26, 2020 at 06:27:03PM +0200, Christophe de Dinechin wrote: >> The recorder library implements low-cost always-on tracing, with three >> usage models: >> >> 1. Flight recorder: Dump information on recent events in case of crash >

Re: [PATCH v2 0/3] trace: Add a trace backend for the recorder library

2020-06-30 Thread Stefan Hajnoczi
On Fri, Jun 26, 2020 at 06:27:03PM +0200, Christophe de Dinechin wrote: > The recorder library implements low-cost always-on tracing, with three > usage models: > > 1. Flight recorder: Dump information on recent events in case of crash > 2. Tracing: Individual traces can be enabled using environme

Re: [PATCH v2 0/3] trace: Add a trace backend for the recorder library

2020-06-26 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200626162706.3304357-1-dinec...@redhat.com/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [PATCH v2 0/3] trace: Add a trace backend for the recorder library Type: series Message-id

[PATCH v2 0/3] trace: Add a trace backend for the recorder library

2020-06-26 Thread Christophe de Dinechin
The recorder library implements low-cost always-on tracing, with three usage models: 1. Flight recorder: Dump information on recent events in case of crash 2. Tracing: Individual traces can be enabled using environment variables 3. Real-time graphing / control, using the recorder_scope application