Searched refs:DBG_SET_FLAG_MIN (Results 1 – 1 of 1) sorted by relevance
| /src/sys/dev/hwpmc/ |
| H A D | hwpmc_mod.c | 521 #define DBG_SET_FLAG_MIN(S,F) \ in pmc_debugflags_parse() macro 529 DBG_SET_FLAG_MIN("allocaterow", ALR); in pmc_debugflags_parse() 530 DBG_SET_FLAG_MIN("allocate", ALL); in pmc_debugflags_parse() 531 DBG_SET_FLAG_MIN("attach", ATT); in pmc_debugflags_parse() 532 DBG_SET_FLAG_MIN("bind", BND); in pmc_debugflags_parse() 533 DBG_SET_FLAG_MIN("config", CFG); in pmc_debugflags_parse() 534 DBG_SET_FLAG_MIN("exec", EXC); in pmc_debugflags_parse() 535 DBG_SET_FLAG_MIN("exit", EXT); in pmc_debugflags_parse() 536 DBG_SET_FLAG_MIN("find", FND); in pmc_debugflags_parse() 537 DBG_SET_FLAG_MIN("flush", FLS); in pmc_debugflags_parse() [all …]
|