Home
last modified time | relevance | path

Searched refs:bic_lookup (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/tools/power/x86/turbostat/
Dturbostat.c2136 unsigned long long bic_lookup(char *name_list, enum show_hide_mode mode) in bic_lookup() function
9811 bic_enabled = bic_enabled | bic_lookup(optarg, SHOW_LIST); in cmdline()
9822 bic_enabled &= ~bic_lookup(optarg, HIDE_LIST); in cmdline()
9883 bic_enabled = bic_lookup(optarg, SHOW_LIST); in cmdline()
9885 bic_enabled |= bic_lookup(optarg, SHOW_LIST); in cmdline()