[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20080922120656.13D1.KOSAKI.MOTOHIRO@jp.fujitsu.com>
Date: Mon, 22 Sep 2008 12:09:37 +0900
From: KOSAKI Motohiro <kosaki.motohiro@...fujitsu.com>
To: Mathieu Desnoyers <compudj@...stal.dyndns.org>
Cc: kosaki.motohiro@...fujitsu.com,
Steven Rostedt <rostedt@...dmis.org>,
Martin Bligh <mbligh@...gle.com>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Linus Torvalds <torvalds@...ux-foundation.org>,
Thomas Gleixner <tglx@...utronix.de>, od@...ell.com,
"Frank Ch. Eigler" <fche@...hat.com>
Subject: Re: Unified tracing buffer
> > > CONTROL
> > > -------
> > >
> > > Sysfs style tree under debugfs
> > >
> > > /debugfs/tracing/<name>/buffers/enabed <--- binary value
> > >
> > > /debugfs/tracing/<name>/<event1>
> > > /debugfs/tracing/<name>/<event2>
> > > etc ...
> >
> > I wonder if we should make this another sub dir:
> >
> > /debugfs/tracing/buffers/events/<event-name>
> >
>
> Sure.
>
> If needed, we could change the markers to take two separate parameters :
>
> trace_mark(tracer_name, event_name, "format", args)
Sorry, disagreed.
I believe any marker point should be independent to tracer.
Otherwise, number of trace_mark() will blow up easily.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists