[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20081231154147.GB5748@nowhere>
Date: Wed, 31 Dec 2008 16:41:48 +0100
From: Frederic Weisbecker <fweisbec@...il.com>
To: Ingo Molnar <mingo@...e.hu>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Steven Rostedt <rostedt@...dmis.org>,
Pekka Enberg <penberg@...helsinki.fi>,
Eduard - Gabriel Munteanu <eduard.munteanu@...ux360.ro>,
fweisbec@...il.com
Subject: [PATCH 0/2] tracing/stat handling updates
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(-)
--
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