Searched refs:pmc_modstat (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/lib/libpmc/
H A Dlibpmc.c3951 struct module_stat pmc_modstat; local
3965 pmc_modstat.version = sizeof(struct module_stat);
3966 if ((error = modstat(pmc_mod_id, &pmc_modstat)) < 0)
3969 pmc_syscall = pmc_modstat.data.intval;

Completed in 65 milliseconds