qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [RFC PATCH v5 10/14] trace: Provide a per-event status


From: Harsh Bora
Subject: Re: [Qemu-devel] [RFC PATCH v5 10/14] trace: Provide a per-event status define for conditional compilation
Date: Wed, 14 Mar 2012 10:55:52 +0530
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10) Gecko/20100621 Fedora/3.0.5-1.fc13 Thunderbird/3.0.5

On 03/12/2012 08:55 PM, Lluís Vilanova wrote:
Harsh Prateek Bora writes:
diff --git a/docs/tracing.txt b/docs/tracing.txt
index 95ca16c..ab9048c 100644
--- a/docs/tracing.txt
+++ b/docs/tracing.txt
@@ -39,12 +39,12 @@ generate code for the trace events.  Trace events are 
invoked directly from
  source code like this:

      #include "trace.h"  /* needed for trace event prototype */
-
+
      void *qemu_vmalloc(size_t size)
      {
          void *ptr;
          size_t align = QEMU_VMALLOC_ALIGN;
-
+
          if (size<  align) {
              align = getpagesize();
          }

This was not present in my original patch, and will break the display of the
example when pasted into the wiki.


Oh, it looked like blank spaces in git show and therefore I removed, will revert that.

- Harsh


Lluis





reply via email to

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