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

/linux-master/tools/perf/
H A Dbuiltin-script.c3266 static const char *ends_with(const char *str, const char *suffix) function
3329 str = (char *)ends_with(script_root, suffix);
3611 return ends_with(script_path, "top") != NULL;

Completed in 314 milliseconds