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

/freebsd-12-stable/sys/dev/hwpmc/
H A Dhwpmc_mod.c312 char pmc_debugstr[PMC_DEBUG_STRSIZE]; variable
313 TUNABLE_STR(PMC_SYSCTL_NAME_PREFIX "debugflags", pmc_debugstr,
314 sizeof(pmc_debugstr));
575 n = sizeof(pmc_debugstr);
577 (void) strlcpy(newstr, pmc_debugstr, n);
585 (void) strlcpy(pmc_debugstr, newstr,
586 sizeof(pmc_debugstr));
5537 pmc_debugstr, sizeof(pmc_debugstr)))
5538 pmc_debugflags_parse(pmc_debugstr,
[all...]

Completed in 112 milliseconds