From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49508) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VWPsH-0003vw-IA for qemu-devel@nongnu.org; Wed, 16 Oct 2013 08:06:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VWPsD-0007Z3-MQ for qemu-devel@nongnu.org; Wed, 16 Oct 2013 08:06:49 -0400 Received: from static.88-198-71-155.clients.your-server.de ([88.198.71.155]:52869 helo=socrates.bennee.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VWPsD-0007Yz-Gi for qemu-devel@nongnu.org; Wed, 16 Oct 2013 08:06:45 -0400 References: <1381775755-8421-1-git-send-email-mohamad.gebai@polymtl.ca> <1381775755-8421-3-git-send-email-mohamad.gebai@polymtl.ca> From: Alex =?utf-8?Q?Benn=C3=A9e?= In-reply-to: <1381775755-8421-3-git-send-email-mohamad.gebai@polymtl.ca> Date: Wed, 16 Oct 2013 13:06:44 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [RFC PATCH v3 2/5] Modified the tracetool framework for LTTng 2.x. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Mohamad Gebai Cc: Mohamad Gebai , qemu-devel@nongnu.org mohamad.gebai@gmail.com writes: > * A new format is required to generate definitions for ust tracepoints. > Files ust_events_h.py and ust_events_c.py define common macros, while > new function ust_events_h in events.py does the actual definition of > each tracepoint. > * ust.py generates the new interface for calling userspace tracepoints > with LTTng 2.x, replacing trace_name(args) to tracepoint(name, args). > * As explained in ust_events_c.py, -Wredundant-decls gives a warning > when compiling with gcc 4.7 or older. This is specific to lttng-ust so > for now use a pragma clause to avoid getting a warning. > > Signed-off-by: Mohamad Gebai Reviewed-by: Alex Bennée -- Alex Bennée