Home
last modified time | relevance | path

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

/external/autotest/client/profilers/powertop/src/
Dsuggestions.c49 char *keystring; member
69 free(ptr->keystring); in reset_suggestions()
80 void add_suggestion(char *text, int weight, char key, char *keystring, suggestion_func *func) in add_suggestion() argument
94 if (keystring) in add_suggestion()
95 new->keystring = strdup(keystring); in add_suggestion()
128 if (ptr->keystring) in pick_suggestion()
129 strncpy(status_bar_slots[8],ptr->keystring, 40); in pick_suggestion()
Dpowertop.h115 void add_suggestion(char *text, int weight, char key, char *keystring, suggestion_func *func);