last_dot          123 tools/perf/builtin-config.c 	const char *last_dot = strchr(arg, '.');
last_dot          129 tools/perf/builtin-config.c 	if (last_dot == NULL || last_dot == arg) {
last_dot          133 tools/perf/builtin-config.c 	if (!last_dot[1]) {