Re: [PATCH v5 07/10] ACPI ERST: trace support

2021-07-26 Thread Eric DeVolder
On 7/26/21 6:08 AM, Igor Mammedov wrote: On Wed, 21 Jul 2021 11:14:37 -0500 Eric DeVolder wrote: On 7/20/21 8:15 AM, Igor Mammedov wrote: On Wed, 30 Jun 2021 15:07:18 -0400 Eric DeVolder wrote: Provide the definitions needed to support tracing in ACPI ERST. trace points should be

Re: [PATCH v5 07/10] ACPI ERST: trace support

2021-07-26 Thread Igor Mammedov
On Wed, 21 Jul 2021 11:14:37 -0500 Eric DeVolder wrote: > On 7/20/21 8:15 AM, Igor Mammedov wrote: > > On Wed, 30 Jun 2021 15:07:18 -0400 > > Eric DeVolder wrote: > > > >> Provide the definitions needed to support tracing in ACPI ERST. > > trace points should be introduced in patches that

Re: [PATCH v5 07/10] ACPI ERST: trace support

2021-07-21 Thread Eric DeVolder
On 7/20/21 8:15 AM, Igor Mammedov wrote: On Wed, 30 Jun 2021 15:07:18 -0400 Eric DeVolder wrote: Provide the definitions needed to support tracing in ACPI ERST. trace points should be introduced in patches that use them for the first time, as it stands now series breaks bisection. Are

Re: [PATCH v5 07/10] ACPI ERST: trace support

2021-07-20 Thread Igor Mammedov
On Wed, 30 Jun 2021 15:07:18 -0400 Eric DeVolder wrote: > Provide the definitions needed to support tracing in ACPI ERST. trace points should be introduced in patches that use them for the first time, as it stands now series breaks bisection. > > Signed-off-by: Eric DeVolder > --- >

[PATCH v5 07/10] ACPI ERST: trace support

2021-06-30 Thread Eric DeVolder
Provide the definitions needed to support tracing in ACPI ERST. Signed-off-by: Eric DeVolder --- hw/acpi/trace-events | 14 ++ 1 file changed, 14 insertions(+) diff --git a/hw/acpi/trace-events b/hw/acpi/trace-events index dcc1438..a5c2755 100644 --- a/hw/acpi/trace-events +++