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

/linux-master/tools/perf/
H A Dbuiltin-config.c124 const char *last_dot = strchr(arg, '.'); local
130 if (last_dot == NULL || last_dot == arg) {
134 if (!last_dot[1]) {

Completed in 86 milliseconds