Re: [Qemu-devel] [PATCH v3 22/34] trace: add acpi memory hotplug IO region events

2014-05-28 Thread Anshul Makkar
Hi, Sorry, for this basic question. Do the above trace function lead to some printfs which will be helpful for debugging. If yes, where I can see the trace logs. I have not been able to find the definition of these trace functions. Thanks Anshul Makkar www.justkernel.com On Tue, May 27, 2014

Re: [Qemu-devel] [PATCH v3 22/34] trace: add acpi memory hotplug IO region events

2014-05-28 Thread Igor Mammedov
On Wed, 28 May 2014 11:00:25 +0200 Anshul Makkar anshul.mak...@profitbricks.com wrote: Hi, Sorry, for this basic question. Do the above trace function lead to some printfs which will be helpful for debugging. If yes, where I can see the trace logs. I have not been able to find the

[Qemu-devel] [PATCH v3 22/34] trace: add acpi memory hotplug IO region events

2014-05-27 Thread Igor Mammedov
Add events for tracing accesses to memory hotplug IO ports. Signed-off-by: Igor Mammedov imamm...@redhat.com --- hw/acpi/memory_hotplug.c | 13 + trace-events | 13 + 2 files changed, 26 insertions(+), 0 deletions(-) diff --git a/hw/acpi/memory_hotplug.c