Searched refs:bic_lookup (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/power/x86/turbostat/ |
H A D | turbostat.c | 688 * bic_lookup 692 unsigned long long bic_lookup(char *name_list, enum show_hide_mode mode) in bic_lookup() function 6103 bic_enabled = bic_enabled | bic_lookup(optarg, SHOW_LIST); in cmdline() 6114 bic_enabled &= ~bic_lookup(optarg, HIDE_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 D | turbostat.c | 756 * bic_lookup 760 unsigned long long bic_lookup(char *name_list, enum show_hide_mode mode) in bic_lookup() function 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()
|
Completed in 15 milliseconds