Searched refs:autocorrect (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | help-unknown-cmd.c | 12 static int autocorrect; variable 17 if (!strcmp(var, "help.autocorrect")) in perf_unknown_cmd_config() 18 return perf_config_int(&autocorrect, var,value); in perf_unknown_cmd_config() 90 if (autocorrect && n == 1) { in help_unknown_cmd() 99 if (autocorrect > 0) { in help_unknown_cmd() 101 (float)autocorrect/10.0); in help_unknown_cmd() 102 poll(NULL, 0, autocorrect * 100); in help_unknown_cmd()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | help-unknown-cmd.c | 12 static int autocorrect; variable 17 if (!strcmp(var, "help.autocorrect")) in perf_unknown_cmd_config() 18 return perf_config_int(&autocorrect, var,value); in perf_unknown_cmd_config() 90 if (autocorrect && n == 1) { in help_unknown_cmd() 100 if (autocorrect > 0) { in help_unknown_cmd() 102 (float)autocorrect/10.0); in help_unknown_cmd() 103 poll(NULL, 0, autocorrect * 100); in help_unknown_cmd()
|
Completed in 1 milliseconds