Home
last modified time | relevance | path

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

/external/autotest/client/profilers/powertop/src/
Dprocess.c77 void suggest_process_death(char *process_match, char *tokill, struct line *slines, int linecount, d… in suggest_process_death() argument
82 if (slines[i].string && strstr(slines[i].string, process_match)) { in suggest_process_death()
Dpowertop.h46 void suggest_process_death(char *process_match, char *process_name, struct line *slines, int lineco…