[patch 15/19] dyntick: add nohz stats to /proc/stat

From: Thomas Gleixner
Date: Thu Nov 09 2006 - 18:43:24 EST


From: Thomas Gleixner <tglx@xxxxxxxxxxxxx>

Add nohz stats to /proc/stat.

Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
Signed-off-by: Ingo Molnar <mingo@xxxxxxx>

diff -puN fs/proc/proc_misc.c~dynticks-add-nohz-stats-to-proc-stat fs/proc/proc_misc.c
--- a/fs/proc/proc_misc.c~dynticks-add-nohz-stats-to-proc-stat
+++ a/fs/proc/proc_misc.c
@@ -527,6 +527,8 @@ static int show_stat(struct seq_file *p,
nr_running(),
nr_iowait());

+ show_no_hz_stats(p);
+
return 0;
}

_

--

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/