MCPcopy Create free account
hub / github.com/F-Stack/f-stack / perfmon_init_dev

Function perfmon_init_dev

freebsd/i386/i386/perfmon.c:115–120  ·  view source on GitHub ↗
(dummy)

Source from the content-addressed store, hash-verified

113}
114
115static void
116perfmon_init_dev(dummy)
117 void *dummy;
118{
119 make_dev(&perfmon_cdevsw, 32, UID_ROOT, GID_KMEM, 0640, "perfmon");
120}
121
122int
123perfmon_avail(void)

Callers

nothing calls this directly

Calls 1

make_devFunction · 0.85

Tested by

no test coverage detected