Changeset View
Changeset View
Standalone View
Standalone View
sys/cddl/dev/profile/profile.c
Show First 20 Lines • Show All 653 Lines • ▼ Show 20 Lines | default: | ||||
error = EOPNOTSUPP; | error = EOPNOTSUPP; | ||||
break; | break; | ||||
} | } | ||||
return (error); | return (error); | ||||
} | } | ||||
SYSINIT(profile_load, SI_SUB_DTRACE_PROVIDER, SI_ORDER_ANY, profile_load, NULL); | SYSINIT(profile_load, SI_SUB_DTRACE_PROVIDER, SI_ORDER_ANY, profile_load, NULL); | ||||
SYSUNINIT(profile_unload, SI_SUB_DTRACE_PROVIDER, SI_ORDER_ANY, profile_unload, NULL); | SYSUNINIT(profile_unload, SI_SUB_DTRACE_PROVIDER, SI_ORDER_ANY, profile_unload); | ||||
DEV_MODULE(profile, profile_modevent, NULL); | DEV_MODULE(profile, profile_modevent, NULL); | ||||
MODULE_VERSION(profile, 1); | MODULE_VERSION(profile, 1); | ||||
MODULE_DEPEND(profile, dtrace, 1, 1, 1); | MODULE_DEPEND(profile, dtrace, 1, 1, 1); | ||||
MODULE_DEPEND(profile, opensolaris, 1, 1, 1); | MODULE_DEPEND(profile, opensolaris, 1, 1, 1); |