Home
last modified time | relevance | path

Searched refs:kvmvars (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/usr.sbin/kgmon/
Dkgmon.c57 struct kvmvars { struct
66 void kgmon(char *, char *, struct kvmvars *, int); argument
67 void setprof(struct kvmvars *, int, int);
68 void dumpstate(struct kvmvars *, int);
69 void reset(struct kvmvars *, int);
71 int getprof(struct kvmvars *, int);
72 int getprofhz(struct kvmvars *);
73 int openfiles(char *, char *, struct kvmvars *, int);
80 struct kvmvars kvmvars; in main() local
142 kgmon(sys, kmemf, &kvmvars, cpuid); in main()
[all …]