Home
last modified time | relevance | path

Searched refs:SHOW_LIST (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/power/x86/turbostat/
H A Dturbostat.c642 * SHOW_LIST - show this list of counters, hide the rest
644 enum show_hide_mode { SHOW_LIST, HIDE_LIST } global_show_hide_mode = HIDE_LIST; enumerator
715 if (mode == SHOW_LIST) { in bic_lookup()
6103 bic_enabled = bic_enabled | bic_lookup(optarg, SHOW_LIST); in cmdline()
6165 bic_enabled = bic_lookup(optarg, SHOW_LIST); in cmdline()
6167 bic_enabled |= bic_lookup(optarg, SHOW_LIST); in cmdline()
/kernel/linux/linux-6.6/tools/power/x86/turbostat/
H A Dturbostat.c710 * SHOW_LIST - show this list of counters, hide the rest
712 enum show_hide_mode { SHOW_LIST, HIDE_LIST } global_show_hide_mode = HIDE_LIST; enumerator
800 if (mode == SHOW_LIST) { in bic_lookup()
6634 bic_enabled = bic_enabled | bic_lookup(optarg, SHOW_LIST); in cmdline()
6702 bic_enabled = bic_lookup(optarg, SHOW_LIST); in cmdline()
6704 bic_enabled |= bic_lookup(optarg, SHOW_LIST); in cmdline()

Completed in 14 milliseconds