* [PATCH 0/2] tracing/stat handling updates
@ 2008-12-31 15:41 Frederic Weisbecker
0 siblings, 0 replies; only message in thread
From: Frederic Weisbecker @ 2008-12-31 15:41 UTC (permalink / raw)
To: Ingo Molnar
Cc: Linux Kernel Mailing List, Steven Rostedt, Pekka Enberg,
Eduard - Gabriel Munteanu, fweisbec
After a quick look on the need of stats tracers, it looks like it is often
needed to have several stat modes/files for a single tracer.
The current tracing stat API doesn't support more than one stat file per tracer.
The first patch makes the tracing/stat Api reentrant and let a tracer able
implement more than one stat file.
The second one adapts this Api to the branch tracer.
kernel/trace/trace.h | 35 ++++---
kernel/trace/trace_branch.c | 69 +++++--------
kernel/trace/trace_stat.c | 229 +++++++++++++++++++++++++++++++------------
3 files changed, 216 insertions(+), 117 deletions(-)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-12-31 15:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-31 15:41 [PATCH 0/2] tracing/stat handling updates Frederic Weisbecker
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox