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

/linux-master/tools/perf/util/
H A Dstring2.h22 int strtailcmp(const char *s1, const char *s2);
H A Dstring.c194 * strtailcmp - Compare the tail of two strings
200 int strtailcmp(const char *s1, const char *s2) function
H A Dprobe-finder.c744 if (lineno != pf->lno || strtailcmp(fname, pf->fname) != 0)
817 strtailcmp(fname, pf->fname) != 0)
961 if (pp->file && fname && strtailcmp(pp->file, fname))
1037 if (!fname || strtailcmp(param->file, fname))
1691 if ((strtailcmp(fname, lf->fname) != 0) ||
1750 if (!fname || strtailcmp(lr->file, fname))
H A Ddwarf-aux.c38 if (strtailcmp(src, fname) == 0)
H A Dprobe-event.c567 if (!module || !strtailcmp(path, ".ko"))

Completed in 150 milliseconds