Re: [PATCH 1/2] Adds full stack to critical-section tracing

2007-08-29 Thread Daniel Walker
On Fri, 2007-08-10 at 08:14 -0600, Gregory Haskins wrote: > --- > > include/linux/sched.h |7 +-- > kernel/latency_trace.c | 18 +++--- > 2 files changed, 16 insertions(+), 9 deletions(-) > > diff --git a/include/linux/sched.h b/include/linux/sched.h > index

Re: [PATCH 1/2] Adds full stack to critical-section tracing

2007-08-29 Thread Daniel Walker
On Fri, 2007-08-10 at 08:14 -0600, Gregory Haskins wrote: --- include/linux/sched.h |7 +-- kernel/latency_trace.c | 18 +++--- 2 files changed, 16 insertions(+), 9 deletions(-) diff --git a/include/linux/sched.h b/include/linux/sched.h index 8ebb43c..233d26c

[PATCH 1/2] Adds full stack to critical-section tracing

2007-08-10 Thread Gregory Haskins
--- include/linux/sched.h |7 +-- kernel/latency_trace.c | 18 +++--- 2 files changed, 16 insertions(+), 9 deletions(-) diff --git a/include/linux/sched.h b/include/linux/sched.h index 8ebb43c..233d26c 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@

[PATCH 1/2] Adds full stack to critical-section tracing

2007-08-10 Thread Gregory Haskins
--- include/linux/sched.h |7 +-- kernel/latency_trace.c | 18 +++--- 2 files changed, 16 insertions(+), 9 deletions(-) diff --git a/include/linux/sched.h b/include/linux/sched.h index 8ebb43c..233d26c 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@