[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1289390172-9730-1-git-send-email-jolsa@redhat.com>
Date: Wed, 10 Nov 2010 12:56:10 +0100
From: Jiri Olsa <jolsa@...hat.com>
To: mingo@...e.hu, rostedt@...dmis.org, andi@...stfloor.org,
lwoodman@...hat.com
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH 0/2] tracing,mm - add kernel pagefault tracepoint for x86 & x86_64
This provides a tracepoint to trace kernel pagefault event
for x86 and x86_64 architectures.
There's a problem with this tracepoint when having the
userstacktrace option enabled, since it might generated
the page fault itself. The 2/2 patch address this issue.
attached patches:
1/2 tracing,mm - add kernel pagefault tracepoint for x86 & x86_64
2/2 tracing - fix recursive user stack trace
wbr,
jirka
---
arch/x86/mm/fault.c | 32 +++++++++++++++++++++-----------
include/trace/events/kmem.h | 22 ++++++++++++++++++++++
kernel/trace/trace.c | 19 +++++++++++++++++++
3 files changed, 62 insertions(+), 11 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