tracing/sysprof: add missing tracing_{start,stop}_record_cmdline()
authorFrederic Weisbecker <fweisbec@gmail.com>
Tue, 10 Feb 2009 14:49:11 +0000 (15:49 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 11 Feb 2009 11:55:19 +0000 (12:55 +0100)
Add the missing pair tracing_{start,stop}_record_cmdline() to record well
the cmdline associated with pid.

Changes in v2:

- fix a build error, the sched_switch tracer is needed to record the
  cmdline.

Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Acked-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found