From 39d2edc443b18d72ad47e2d4aeae8ceebbfefcb1 Mon Sep 17 00:00:00 2001 From: Doug Ledford Date: Sun, 17 Aug 2003 05:27:07 -0400 Subject: Add irq and softirq time accounting to the kernel --- include/linux/kernel_stat.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/linux/kernel_stat.h') diff --git a/include/linux/kernel_stat.h b/include/linux/kernel_stat.h index f2449476b088..17a9656a31fb 100644 --- a/include/linux/kernel_stat.h +++ b/include/linux/kernel_stat.h @@ -17,6 +17,8 @@ struct cpu_usage_stat { unsigned int user; unsigned int nice; unsigned int system; + unsigned int softirq; + unsigned int irq; unsigned int idle; unsigned int iowait; }; -- cgit v1.2.3