Home
last modified time | relevance | path

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

/freebsd/lib/libpmc/
H A Dlibpmc.c1396 struct module_stat pmc_modstat; in pmc_init() local
1406 pmc_modstat.version = sizeof(struct module_stat); in pmc_init()
1407 if ((error = modstat(pmc_mod_id, &pmc_modstat)) < 0) in pmc_init()
1410 pmc_syscall = pmc_modstat.data.intval; in pmc_init()