Searched refs:strtailcmp (Results 1 – 5 of 5) sorted by relevance
/tools/perf/util/ |
D | string.c | 278 int strtailcmp(const char *s1, const char *s2) in strtailcmp() function
|
D | probe-finder.c | 782 if (lineno != pf->lno || strtailcmp(fname, pf->fname) != 0) in probe_point_line_walker() 852 strtailcmp(fname, pf->fname) != 0) in probe_point_lazy_walker() 947 if (pp->file && strtailcmp(pp->file, dwarf_decl_file(sp_die))) in probe_point_search_cb() 1014 strtailcmp(param->file, dwarf_decl_file(param->sp_die))) in pubname_search_cb() 1612 if ((strtailcmp(fname, lf->fname) != 0) || in line_range_walk_cb() 1663 if (lr->file && strtailcmp(lr->file, dwarf_decl_file(sp_die))) in line_range_search_cb()
|
D | util.h | 259 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 | 433 if (!module || !strtailcmp(path, ".ko")) in open_debuginfo()
|