Home
last modified time | relevance | path

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

/tools/power/x86/turbostat/
Dturbostat.c486 unsigned long long bic_lookup(char *name_list, enum show_hide_mode mode) in bic_lookup() argument
491 while (name_list) { in bic_lookup()
494 comma = strchr(name_list, ','); in bic_lookup()
500 if (!strcmp(name_list, bic[i].name)) { in bic_lookup()
507 fprintf(stderr, "Invalid counter name: %s\n", name_list); in bic_lookup()
510 deferred_skip_names[deferred_skip_index++] = name_list; in bic_lookup()
512 fprintf(stderr, "deferred \"%s\"\n", name_list); in bic_lookup()
515 MAX_DEFERRED, name_list); in bic_lookup()
521 name_list = comma; in bic_lookup()
522 if (name_list) in bic_lookup()
[all …]