diff options
| author | Doug Ledford <dledford@compaq.xsintricity.com> | 2003-08-17 05:27:07 -0400 |
|---|---|---|
| committer | Doug Ledford <dledford@compaq.xsintricity.com> | 2003-08-17 05:27:07 -0400 |
| commit | 39d2edc443b18d72ad47e2d4aeae8ceebbfefcb1 (patch) | |
| tree | d38ee2a433a1a776834f9529db6687f71f013a82 /include/linux/kernel_stat.h | |
| parent | a1ad3d823549923ee72310496e463ed0081c0f6b (diff) | |
Add irq and softirq time accounting to the kernel
Diffstat (limited to 'include/linux/kernel_stat.h')
| -rw-r--r-- | include/linux/kernel_stat.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; }; |
