Home
last modified time | relevance | path

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

/external/autotest/client/profilers/powertop/src/
Dpowertop.h37 typedef void (suggestion_func)(void); typedef
78 extern suggestion_func *suggestion_activate;
115 void add_suggestion(char *text, int weight, char key, char *keystring, suggestion_func *func);
Dsuggestions.c38 suggestion_func *suggestion_activate;
51 suggestion_func *func;
80 void add_suggestion(char *text, int weight, char key, char *keystring, suggestion_func *func) in add_suggestion()