]> git.baikalelectronics.ru Git - kernel.git/commit
tracing: Restore original format of sched events
authorLi Zefan <lizf@cn.fujitsu.com>
Thu, 26 Nov 2009 07:08:01 +0000 (15:08 +0800)
committerIngo Molnar <mingo@elte.hu>
Thu, 26 Nov 2009 08:14:05 +0000 (09:14 +0100)
commitbe648a5a4b8150024b316393bd5fc1a8a2deb0ac
treec24bd04ea87975a56d34f3a86c2d32c9350bc6a0
parentd4e1c28b6ae7c49ff25212d8e243ad6a2fc0a5b8
tracing: Restore original format of sched events

The original format for sched_stat_iowait and sched_stat_sleep:

  $ cat events/sched/sched_stat_iowait/format
  ...
  print fmt: "comm=%s pid=%d delay=%Lu [ns]", ...
  $ cat events/sched/sched_stat_sleep/format
  ...
  print fmt: "comm=%s pid=%d delay=%Lu [ns]", ...

But commit commit 692afd7844f78251e3169c3b9fc4ada084275d8a
("tracing: Convert some sched trace events to DEFINE_EVENT and
_PRINT") broke the format:

  $ cat events/sched/sched_stat_iowait/format
  print fmt: "task: %s:%d iowait: %Lu [ns]", ...
  $ cat events/sched/sched_stat_sleep/format
  print fmt: "task: %s:%d sleep: %Lu [ns]", ...

No change in functionality.

Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
LKML-Reference: <4B0E2951.9050800@cn.fujitsu.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/trace/events/sched.h