Home
last modified time | relevance | path

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

/external/autotest/client/profilers/powertop/src/
Dprocess.c83 char hotkey_string[300]; in suggest_process_death() local
84 sprintf(hotkey_string, _(" K - kill %s "), tokill); in suggest_process_death()
87 add_suggestion(comment, weight, 'K' , hotkey_string, do_kill); in suggest_process_death()