Searched refs:strtailcmp (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/tools/perf/util/ |
D | probe-finder.c | 764 if (lineno != pf->lno || strtailcmp(fname, pf->fname) != 0) in probe_point_line_walker() 834 strtailcmp(fname, pf->fname) != 0) in probe_point_lazy_walker() 929 if (pp->file && strtailcmp(pp->file, dwarf_decl_file(sp_die))) in probe_point_search_cb() 985 strtailcmp(param->file, dwarf_decl_file(param->sp_die))) in pubname_search_cb() 1483 if ((strtailcmp(fname, lf->fname) != 0) || in line_range_walk_cb() 1534 if (lr->file && strtailcmp(lr->file, dwarf_decl_file(sp_die))) in line_range_search_cb()
|
D | string.c | 275 int strtailcmp(const char *s1, const char *s2) in strtailcmp() function
|
D | util.h | 260 int strtailcmp(const char *s1, const char *s2);
|
D | dwarf-aux.c | 48 if (strtailcmp(src, fname) == 0) in cu_find_realpath()
|
D | probe-event.c | 407 if (!module || !strtailcmp(path, ".ko")) in open_debuginfo()
|