Searched refs:DBG_SET_FLAG_MIN (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14-stable/sys/dev/hwpmc/ |
| HD | hwpmc_mod.c | 516 #define DBG_SET_FLAG_MIN(S,F) \ in pmc_debugflags_parse() macro 524 DBG_SET_FLAG_MIN("allocaterow", ALR); in pmc_debugflags_parse() 525 DBG_SET_FLAG_MIN("allocate", ALL); in pmc_debugflags_parse() 526 DBG_SET_FLAG_MIN("attach", ATT); in pmc_debugflags_parse() 527 DBG_SET_FLAG_MIN("bind", BND); in pmc_debugflags_parse() 528 DBG_SET_FLAG_MIN("config", CFG); in pmc_debugflags_parse() 529 DBG_SET_FLAG_MIN("exec", EXC); in pmc_debugflags_parse() 530 DBG_SET_FLAG_MIN("exit", EXT); in pmc_debugflags_parse() 531 DBG_SET_FLAG_MIN("find", FND); in pmc_debugflags_parse() 532 DBG_SET_FLAG_MIN("flush", FLS); in pmc_debugflags_parse() [all …]
|