From: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
To: Ingo Molnar <mingo@elte.hu>
Cc: Steven Rostedt <rostedt@goodmis.org>,
Christoph Hellwig <hch@infradead.org>,
Arjan van de Ven <arjan@infradead.org>,
linux-kernel@vger.kernel.org,
Frederic Weisbecker <fweisbec@gmail.com>,
Thomas Gleixner <tglx@linutronix.de>
Subject: Re: [patch] introduce TRACE_EVENT_ABI (was Re: TRACE_EVENT_ABI ?)
Date: Wed, 23 Sep 2009 12:16:34 -0400 [thread overview]
Message-ID: <20090923161634.GA4854@Krystal> (raw)
In-Reply-To: <20090923153834.GA6105@elte.hu>
* Ingo Molnar (mingo@elte.hu) wrote:
>
> * Steven Rostedt <rostedt@goodmis.org> wrote:
>
> > On Wed, 2009-09-23 at 08:43 -0400, Christoph Hellwig wrote:
>
> > > I'm not sure we can support any as an ABI yet. The text format
> > > seems to volatile in general - not just the output of the individual
> > > trace events but also the common file format, and for the binary
> > > format we need to figure a good way to tag the output yet. Also
> > > when we define one as one ABI we should make very clear what that
> > > means, e.g. does it have to stay exactly as is? Or can we add new
> > > fields but not remove old one?
> >
> > I had this discussion with people in Portland. We seem to agree that
> > this should just lock the old fields in, but you can add new ones at
> > the end.
>
> Yeah, that's the sanest approach i was thinking about when i suggested
> TRACE_EVENT_ABI() to Arjan and Peter.
>
> The raw record is opaque, comes with a length field and goes into the
> ring-buffer so it's nicely extensible. Existing bits shouldnt change.
>
> User-space that relies on a record can define a structure of that and
> copy that over from the ring-buffer - and ignore any new bits.
>
> What i'd also like to see is the use of typical ABI-safe type fields in
> the trace definitions themselves: u8, u32, u64, etc. 'long' is obviously
> not good. Could we do some automation for that perhaps? I.e. emit a
> warning (boot time or so) if TRACE_EVENT_ABI() is used with unsafe type
> fields.
>
> ( Endianness is another detail, if perf.data is shipped to a
> different-endian system. Best is probably to define a new perf.data
> attribute extension with the endianness of the generator system
> included. That way the perf.data parser can convert endianness if it
> wants/needs to. )
>
You can ship sizeof(long) along with the endianness information to
access "long" typed variables from the parser too. If we export this
information, then I don't see how exporting a 'long' variable would be
obviously not good. It would become as portable as u32 or u64, yet more
efficient when only the space for a 'long' record is required. Same
applies to pointers, obviously.
All we need is a small "accessor" library to deal with the type size and
endianness issues.
Mathieu
> Ingo
--
Mathieu Desnoyers
OpenPGP key fingerprint: 8CD5 52C3 8E3C 4140 715F BA06 3F25 A8FE 3BAE 9A68
next prev parent reply other threads:[~2009-09-23 16:16 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-23 12:43 [patch] introduce TRACE_EVENT_ABI (was Re: TRACE_EVENT_ABI ?) Christoph Hellwig
2009-09-23 14:03 ` Steven Rostedt
2009-09-23 14:07 ` Christoph Hellwig
2009-09-23 15:38 ` Ingo Molnar
2009-09-23 16:16 ` Mathieu Desnoyers [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-09-21 7:36 TRACE_EVENT_ABI ? Arjan van de Ven
2009-09-21 13:26 ` Steven Rostedt
2009-09-21 13:28 ` Arjan van de Ven
2009-09-21 16:46 ` Steven Rostedt
2009-09-21 18:00 ` Arjan van de Ven
2009-09-21 21:20 ` Steven Rostedt
2009-09-23 8:32 ` [patch] introduce TRACE_EVENT_ABI (was Re: TRACE_EVENT_ABI ?) Arjan van de Ven
2009-09-23 10:57 ` Frédéric Weisbecker
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090923161634.GA4854@Krystal \
--to=mathieu.desnoyers@polymtl.ca \
--cc=arjan@infradead.org \
--cc=fweisbec@gmail.com \
--cc=hch@infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=rostedt@goodmis.org \
--cc=tglx@linutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox