blob: ef376ab033f25145a4c536ef46a4a6933a43cb3a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-bo,v 1.1.1.1 2009/10/02 19:37:22 markd Exp $
--- ksysguard/ksysguardd/NetBSD/CPU.h.save 2006-10-26 15:12:41.000000000 +1300
+++ ksysguard/ksysguardd/NetBSD/CPU.h
@@ -37,6 +37,10 @@ void printCPUSys(const char* cmd);
void printCPUSysInfo(const char* cmd);
void printCPUIdle(const char* cmd);
void printCPUIdleInfo(const char* cmd);
+void printCPUIntr(const char* cmd);
+void printCPUIntrInfo(const char* cmd);
+void printCPUWait(const char* cmd);
+void printCPUWaitInfo(const char* cmd);
void printCPUxUser(const char* cmd);
void printCPUxUserInfo(const char* cmd);
void printCPUxNice(const char* cmd);
|