Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/util/
Dhelp.c273 unsigned int i, n = 0, best_similarity = 0; in help_unknown_cmd() local
299 best_similarity = main_cmds.names[0]->len; in help_unknown_cmd()
301 while (n < main_cmds.cnt && best_similarity == main_cmds.names[n]->len) in help_unknown_cmd()
324 if (main_cmds.cnt && best_similarity < 6) { in help_unknown_cmd()