Searched refs:DBG_SET_FLAG_MAJ (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/hwpmc/ |
H A D | hwpmc_mod.c | 478 #define DBG_SET_FLAG_MAJ(S,F) \ in pmc_debugflags_parse() macro 482 DBG_SET_FLAG_MAJ("cpu", CPU); in pmc_debugflags_parse() 483 DBG_SET_FLAG_MAJ("csw", CSW); in pmc_debugflags_parse() 484 DBG_SET_FLAG_MAJ("logging", LOG); in pmc_debugflags_parse() 485 DBG_SET_FLAG_MAJ("module", MOD); in pmc_debugflags_parse() 486 DBG_SET_FLAG_MAJ("md", MDP); in pmc_debugflags_parse() 487 DBG_SET_FLAG_MAJ("owner", OWN); in pmc_debugflags_parse() 488 DBG_SET_FLAG_MAJ("pmc", PMC); in pmc_debugflags_parse() 489 DBG_SET_FLAG_MAJ("process", PRC); in pmc_debugflags_parse() 490 DBG_SET_FLAG_MAJ("sampling", SAM); in pmc_debugflags_parse() [all …]
|