public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* collecting static data related to tracing
@ 2010-05-18 14:09 Johannes Berg
  2010-05-18 14:41 ` Steven Rostedt
  0 siblings, 1 reply; 6+ messages in thread
From: Johannes Berg @ 2010-05-18 14:09 UTC (permalink / raw)
  To: Steven Rostedt; +Cc: linux-kernel

Hi,

We've got some tracing in the wireless subsystem that allows us to find
out what's going on quite well. I frequently ask users to use trace-cmd
to record data and send me the resulting file. (Oh and please ... I
don't care if perf could do this as well, trace-cmd works great for me)

However, in all of this I still have to ask users for things like their
hardware and firmware version etc. I also ask for the kernel version,
but that would be easy to simply record in trace-cmd. However, device
versions are very specific to the tracer in use.

I'm thinking that we could have per subsystem "detail" files that are
provided by the respective subsystem implementation in some way, and can
then simply be included in the recorded trace file. However, I have no
idea if that is feasible to implement, or if maybe there's another way.
FWIW, all my events already contain a pointer, used as a cookie, to
identify the hardware instance, but that only allows me to read a trace
that contains data about multiple devices, it doesn't give me
information about each device. Ideally, the "detail" file would list all
the information along with the cookie, so I could connect the dots.

Thoughts?

johannes


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-05-19 14:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-18 14:09 collecting static data related to tracing Johannes Berg
2010-05-18 14:41 ` Steven Rostedt
2010-05-18 14:45   ` Johannes Berg
2010-05-19  7:28     ` Frederic Weisbecker
2010-05-19  8:15       ` Johannes Berg
2010-05-19 14:44       ` Steven Rostedt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox