Searched refs:DBG_SET_FLAG_MAJ (Results 1 – 1 of 1) sorted by relevance
| /trueos/sys/dev/hwpmc/ |
| HD | hwpmc_mod.c | 383 #define DBG_SET_FLAG_MAJ(S,F) \ in pmc_debugflags_parse() macro 387 DBG_SET_FLAG_MAJ("cpu", CPU); in pmc_debugflags_parse() 388 DBG_SET_FLAG_MAJ("csw", CSW); in pmc_debugflags_parse() 389 DBG_SET_FLAG_MAJ("logging", LOG); in pmc_debugflags_parse() 390 DBG_SET_FLAG_MAJ("module", MOD); in pmc_debugflags_parse() 391 DBG_SET_FLAG_MAJ("md", MDP); in pmc_debugflags_parse() 392 DBG_SET_FLAG_MAJ("owner", OWN); in pmc_debugflags_parse() 393 DBG_SET_FLAG_MAJ("pmc", PMC); in pmc_debugflags_parse() 394 DBG_SET_FLAG_MAJ("process", PRC); in pmc_debugflags_parse() 395 DBG_SET_FLAG_MAJ("sampling", SAM); in pmc_debugflags_parse()
|