(dummy)
| 113 | } |
| 114 | |
| 115 | static void |
| 116 | perfmon_init_dev(dummy) |
| 117 | void *dummy; |
| 118 | { |
| 119 | make_dev(&perfmon_cdevsw, 32, UID_ROOT, GID_KMEM, 0640, "perfmon"); |
| 120 | } |
| 121 | |
| 122 | int |
| 123 | perfmon_avail(void) |
nothing calls this directly
no test coverage detected