Home
last modified time | relevance | path

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

/external/autotest/client/profilers/powertop/src/
Dsuggestions.c37 char suggestion_key; variable
75 suggestion_key = 255; in reset_suggestions()
109 suggestion_key = 255; in pick_suggestion()
130 suggestion_key = ptr->key; in pick_suggestion()
Dpowertop.h77 extern char suggestion_key;
Dpowertop.c1049 if (keychar == suggestion_key && suggestion_activate) { in main()