strtailcmp         38 tools/perf/util/dwarf-aux.c 		if (strtailcmp(src, fname) == 0)
strtailcmp        479 tools/perf/util/probe-event.c 		if (!module || !strtailcmp(path, ".ko"))
strtailcmp        791 tools/perf/util/probe-finder.c 	if (lineno != pf->lno || strtailcmp(fname, pf->fname) != 0)
strtailcmp        861 tools/perf/util/probe-finder.c 	    strtailcmp(fname, pf->fname) != 0)
strtailcmp        993 tools/perf/util/probe-finder.c 	if (pp->file && strtailcmp(pp->file, dwarf_decl_file(sp_die)))
strtailcmp       1067 tools/perf/util/probe-finder.c 			    strtailcmp(param->file, dwarf_decl_file(param->sp_die)))
strtailcmp       1708 tools/perf/util/probe-finder.c 	if ((strtailcmp(fname, lf->fname) != 0) ||
strtailcmp       1759 tools/perf/util/probe-finder.c 	if (lr->file && strtailcmp(lr->file, dwarf_decl_file(sp_die)))
strtailcmp         21 tools/perf/util/string2.h int strtailcmp(const char *s1, const char *s2);