Searched refs:strtailcmp (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | string2.h | 22 int strtailcmp(const char *s1, const char *s2);
|
H A D | string.c | 195 * strtailcmp - Compare the tail of two strings 201 int strtailcmp(const char *s1, const char *s2) in strtailcmp() function
|
H A D | probe-finder.c | 857 if (lineno != pf->lno || strtailcmp(fname, pf->fname) != 0) in probe_point_line_walker() 930 strtailcmp(fname, pf->fname) != 0) in probe_point_lazy_walker() 1068 if (pp->file && strtailcmp(pp->file, dwarf_decl_file(sp_die))) in probe_point_search_cb() 1142 strtailcmp(param->file, dwarf_decl_file(param->sp_die))) in pubname_search_cb() 1832 if ((strtailcmp(fname, lf->fname) != 0) || in line_range_walk_cb() 1888 if (lr->file && strtailcmp(lr->file, dwarf_decl_file(sp_die))) in line_range_search_cb()
|
H A D | dwarf-aux.c | 38 if (strtailcmp(src, fname) == 0) in cu_find_realpath()
|
H A D | probe-event.c | 544 if (!module || !strtailcmp(path, ".ko")) in open_debuginfo()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | string2.h | 22 int strtailcmp(const char *s1, const char *s2);
|
H A D | string.c | 194 * strtailcmp - Compare the tail of two strings 200 int strtailcmp(const char *s1, const char *s2) in strtailcmp() function
|
H A D | probe-finder.c | 862 if (lineno != pf->lno || strtailcmp(fname, pf->fname) != 0) in probe_point_line_walker() 935 strtailcmp(fname, pf->fname) != 0) in probe_point_lazy_walker() 1079 if (pp->file && fname && strtailcmp(pp->file, fname)) in probe_point_search_cb() 1155 if (!fname || strtailcmp(param->file, fname)) in pubname_search_cb() 1847 if ((strtailcmp(fname, lf->fname) != 0) || in line_range_walk_cb() 1906 if (!fname || strtailcmp(lr->file, fname)) in line_range_search_cb()
|
H A D | dwarf-aux.c | 38 if (strtailcmp(src, fname) == 0) in cu_find_realpath()
|
H A D | probe-event.c | 554 if (!module || !strtailcmp(path, ".ko")) in open_debuginfo()
|
Completed in 19 milliseconds