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

From: Thomas Gleixner
Date: Wed Oct 04 2006 - 13:41:10 EST


From: Thomas Gleixner <tglx@xxxxxxxxxxxxx>

Add nohz stats to /proc/stat.

Signed-off-by: Ingo Molnar <mingo@xxxxxxx>
Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
fs/proc/proc_misc.c | 2 ++
1 file changed, 2 insertions(+)

Index: linux-2.6.18-mm3/fs/proc/proc_misc.c
===================================================================
--- linux-2.6.18-mm3.orig/fs/proc/proc_misc.c 2006-10-04 18:13:48.000000000 +0200
+++ linux-2.6.18-mm3/fs/proc/proc_misc.c 2006-10-04 18:13:58.000000000 +0200
@@ -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/