Kinfo counts lock_notify() and lock_send() calls.

This commit is contained in:
Jorrit Herder
2005-05-27 14:54:40 +00:00
parent 8d9c0886cd
commit 852008d669
3 changed files with 8 additions and 2 deletions

View File

@@ -103,6 +103,8 @@ struct kinfo {
phys_bytes params_base; /* parameters passed by boot monitor */
phys_bytes params_size;
long nr_ntf_pending;
long lock_notify;
long lock_send;
int nr_procs; /* number of user processes */
int nr_tasks; /* number of kernel tasks */
char version[8]; /* kernel version number */