Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130593
b: refs/heads/master
c: 1092307
h: refs/heads/master
i:
  130591: 4340a7a
v: v3
  • Loading branch information
Steven Rostedt authored and Ingo Molnar committed Jan 21, 2009
1 parent d481a14 commit 65a74ff
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a442e5e0a2011af5b2d1f118fee0a8f9079f1d88
refs/heads/master: 1092307d582a7566d23779c304cf86f3075ac5f0
2 changes: 1 addition & 1 deletion trunk/kernel/trace/trace.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

#define TRACE_BUFFER_FLAGS (RB_FL_OVERWRITE)

unsigned long __read_mostly tracing_max_latency = (cycle_t)ULONG_MAX;
unsigned long __read_mostly tracing_max_latency;
unsigned long __read_mostly tracing_thresh;

/*
Expand Down
1 change: 1 addition & 0 deletions trunk/kernel/trace/trace_irqsoff.c
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@ static void stop_irqsoff_tracer(struct trace_array *tr)

static void __irqsoff_tracer_init(struct trace_array *tr)
{
tracing_max_latency = 0;
irqsoff_trace = tr;
/* make sure that the tracer is visible */
smp_wmb();
Expand Down
1 change: 1 addition & 0 deletions trunk/kernel/trace/trace_sched_wakeup.c
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ static void stop_wakeup_tracer(struct trace_array *tr)

static int wakeup_tracer_init(struct trace_array *tr)
{
tracing_max_latency = 0;
wakeup_trace = tr;
start_wakeup_tracer(tr);
return 0;
Expand Down

0 comments on commit 65a74ff

Please sign in to comment.