Searched refs:strtailcmp (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/tools/perf/util/ |
| D | string2.h | 21 int strtailcmp(const char *s1, const char *s2);
|
| D | string.c | 201 int strtailcmp(const char *s1, const char *s2) in strtailcmp() function
|
| D | probe-finder.c | 783 if (lineno != pf->lno || strtailcmp(fname, pf->fname) != 0) in probe_point_line_walker() 853 strtailcmp(fname, pf->fname) != 0) in probe_point_lazy_walker() 985 if (pp->file && strtailcmp(pp->file, dwarf_decl_file(sp_die))) in probe_point_search_cb() 1059 strtailcmp(param->file, dwarf_decl_file(param->sp_die))) in pubname_search_cb() 1680 if ((strtailcmp(fname, lf->fname) != 0) || in line_range_walk_cb() 1731 if (lr->file && strtailcmp(lr->file, dwarf_decl_file(sp_die))) in line_range_search_cb()
|
| D | dwarf-aux.c | 38 if (strtailcmp(src, fname) == 0) in cu_find_realpath()
|
| D | probe-event.c | 479 if (!module || !strtailcmp(path, ".ko")) in open_debuginfo()
|