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

/external/linux-tools-perf/src/tools/perf/util/
H A Dprobe-finder.c827 if (lineno != pf->lno || strtailcmp(fname, pf->fname) != 0)
895 strtailcmp(fname, pf->fname) != 0)
979 if (pp->file && strtailcmp(pp->file, dwarf_decl_file(sp_die)))
1039 strtailcmp(param->file, dwarf_decl_file(param->sp_die)))
1440 if ((strtailcmp(fname, lf->fname) != 0) ||
1490 if (lr->file && strtailcmp(lr->file, dwarf_decl_file(sp_die)))
H A Dstring.c299 * strtailcmp - Compare the tail of two strings
305 int strtailcmp(const char *s1, const char *s2) function
H A Dutil.h250 int strtailcmp(const char *s1, const char *s2);
H A Ddwarf-aux.c48 if (strtailcmp(src, fname) == 0)

Completed in 153 milliseconds