HomeSort by relevance Sort by last modified time
    Searched refs:strtailcmp (Results 1 - 4 of 4) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
probe-finder.c 848 if (lineno != pf->lno || strtailcmp(fname, pf->fname) != 0)
916 strtailcmp(fname, pf->fname) != 0)
1000 if (pp->file && strtailcmp(pp->file, dwarf_decl_file(sp_die)))
1060 strtailcmp(param->file, dwarf_decl_file(param->sp_die)))
    [all...]
string.c 299 * strtailcmp - Compare the tail of two strings
305 int strtailcmp(const char *s1, const char *s2) function
util.h 250 int strtailcmp(const char *s1, const char *s2);
dwarf-aux.c 48 if (strtailcmp(src, fname) == 0)

Completed in 463 milliseconds