Searched refs:tokill (Results 1 - 1 of 1) sorted by relevance

/external/autotest/client/profilers/powertop/src/
H A Dprocess.c43 char *tokill; local
45 tokill = &process_to_kill[1];
54 if (!strstr(line, tokill))
77 void suggest_process_death(char *process_match, char *tokill, struct line *slines, int linecount, double minwakeups, char *comment, int weight) argument
84 sprintf(hotkey_string, _(" K - kill %s "), tokill);
85 strcpy(process_to_kill, tokill);

Completed in 153 milliseconds