From: Eduard - Gabriel Munteanu <eduard.munteanu@linux360.ro>
To: Pekka Enberg <penberg@cs.helsinki.fi>
Cc: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>,
Dipankar Sarma <dipankar@in.ibm.com>,
Alexey Dobriyan <adobriyan@gmail.com>,
Ingo Molnar <mingo@elte.hu>,
Eduard - Gabriel Munteanu <eduard.munteanu@linux360.ro>,
linux-kernel@vger.kernel.org
Subject: [PATCH 0/3] kmemtrace over tracepoints
Date: Mon, 29 Dec 2008 03:40:05 +0200 [thread overview]
Message-ID: <cover.1230499486.git.eduard.munteanu@linux360.ro> (raw)
Hi everybody,
As suggested by Mathieu Desnoyers, here's kmemtrace w/ tracepoints instead
of markers. The RCU stuff has been giving me some headaches because of
circular dependencies, but I think I've got it right.
I'm currently working on another thing Mathieu suggested, that is
variable-length fields, so we don't waste space on non-64-bit arches.
Pekka, please merge this if it looks okay. I'll try to come up in time with
the stuff described above; however, should I not be ready in time, please
ask Linus to git-pull whatever we've got at present. Hopefully, it'll get
in this time.
Alexey Dobriyan, please see if that problem you reported when kmemtrace was
using markers is still there.
And (for everybody) please be kind and test and report whatever problems
appear if possible.
Happy holidays,
Eduard
Eduard - Gabriel Munteanu (3):
RCU: Move some definitions to minimal headers.
tracepoints: Include only minimal RCU headers in linux/tracepoint.h.
kmemtrace: Use tracepoints instead of markers.
include/linux/kmemtrace.h | 76 +++------------
include/linux/rcuclassic.h | 40 +--------
include/linux/rcuclassic_min.h | 77 +++++++++++++++
include/linux/rcupdate.h | 160 +-------------------------------
include/linux/rcupdate_min.h | 205 ++++++++++++++++++++++++++++++++++++++++
include/linux/rcupreempt.h | 32 +------
include/linux/rcupreempt_min.h | 68 +++++++++++++
include/linux/slab_def.h | 11 +-
include/linux/slub_def.h | 16 ++--
include/linux/tracepoint.h | 2 +-
lib/Kconfig.debug | 2 +-
mm/kmemtrace.c | 50 +++++-----
mm/slab.c | 27 +++---
mm/slob.c | 32 +++---
mm/slub.c | 36 ++++----
15 files changed, 457 insertions(+), 377 deletions(-)
create mode 100644 include/linux/rcuclassic_min.h
create mode 100644 include/linux/rcupdate_min.h
create mode 100644 include/linux/rcupreempt_min.h
next reply other threads:[~2008-12-29 1:40 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-12-29 1:40 Eduard - Gabriel Munteanu [this message]
2008-12-29 1:40 ` [PATCH 1/3] RCU: Move some definitions to minimal headers Eduard - Gabriel Munteanu
2008-12-29 9:42 ` Pekka Enberg
2008-12-29 12:32 ` Ingo Molnar
2008-12-30 6:31 ` Paul E. McKenney
2008-12-29 14:56 ` Ingo Molnar
2008-12-29 1:40 ` [PATCH 2/3] tracepoints: Include only minimal RCU headers in linux/tracepoint.h Eduard - Gabriel Munteanu
2008-12-29 1:40 ` [PATCH 3/3] kmemtrace: Use tracepoints instead of markers Eduard - Gabriel Munteanu
2008-12-29 9:44 ` Pekka Enberg
2009-01-02 20:54 ` Mathieu Desnoyers
2009-01-02 23:03 ` Eduard - Gabriel Munteanu
2008-12-29 13:43 ` Pekka Enberg
2008-12-29 20:11 ` Eduard - Gabriel Munteanu
2009-01-02 20:53 ` Mathieu Desnoyers
2009-01-02 23:01 ` Eduard - Gabriel Munteanu
2009-01-02 23:42 ` Mathieu Desnoyers
2009-01-04 1:53 ` Eduard - Gabriel Munteanu
2009-01-04 4:10 ` Eduard - Gabriel Munteanu
2009-01-05 16:05 ` Mathieu Desnoyers
2009-01-05 17:57 ` Eduard - Gabriel Munteanu
2009-01-05 18:09 ` Mathieu Desnoyers
2008-12-29 9:41 ` [PATCH 0/3] kmemtrace over tracepoints Pekka Enberg
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=cover.1230499486.git.eduard.munteanu@linux360.ro \
--to=eduard.munteanu@linux360.ro \
--cc=adobriyan@gmail.com \
--cc=dipankar@in.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mathieu.desnoyers@polymtl.ca \
--cc=mingo@elte.hu \
--cc=penberg@cs.helsinki.fi \
/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