From: Ingo Molnar Date: Fri, 13 Feb 2009 09:25:18 +0000 (+0100) Subject: Merge branches 'tracing/ftrace', 'tracing/ring-buffer', 'tracing/sysprof', 'tracing... X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=1c511f740fe7031867f51831854360e8be1ba34c;p=deliverable%2Flinux.git Merge branches 'tracing/ftrace', 'tracing/ring-buffer', 'tracing/sysprof', 'tracing/urgent' and 'linus' into tracing/core --- 1c511f740fe7031867f51831854360e8be1ba34c diff --cc kernel/trace/trace_sysprof.c index 4e2de4de1d65,84ca9d81e74d,9902c15997ad,eaca5ad803ff..7c9a2d82a7d8 --- a/kernel/trace/trace_sysprof.c +++ b/kernel/trace/trace_sysprof.c @@@@@ -238,10 -238,10 -238,12 -247,7 +238,12 @@@@@ static int stack_trace_init(struct trac { sysprof_trace = tr; - start_stack_trace(tr); ++ + tracing_start_cmdline_record(); ++ + + mutex_lock(&sample_timer_lock); + start_stack_timers(); + tracer_enabled = 1; + mutex_unlock(&sample_timer_lock); return 0; }