Searched refs:bic_enabled (Results 1 – 1 of 1) sorted by relevance
197 unsigned long long bic_enabled = (0xFFFFFFFFFFFFFFFFULL & ~BIC_DISABLED_BY_DEFAULT); variable200 #define DO_BIC(COUNTER_NAME) (bic_enabled & bic_present & COUNTER_NAME)202 #define ENABLE_BIC(COUNTER_NAME) (bic_enabled |= COUNTER_NAME)205 #define BIC_IS_ENABLED(COUNTER_BIT) (bic_enabled & COUNTER_BIT)6634 bic_enabled = bic_enabled | bic_lookup(optarg, SHOW_LIST); in cmdline()6645 bic_enabled &= ~bic_lookup(optarg, HIDE_LIST); in cmdline()6702 bic_enabled = bic_lookup(optarg, SHOW_LIST); in cmdline()6704 bic_enabled |= bic_lookup(optarg, SHOW_LIST); in cmdline()