OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:strtailcmp
(Results
1 - 5
of
5
) sorted by null
/external/linux-tools-perf/src/tools/perf/util/
string.c
299
*
strtailcmp
- Compare the tail of two strings
305
int
strtailcmp
(const char *s1, const char *s2)
function
probe-finder.c
827
if (lineno != pf->lno ||
strtailcmp
(fname, pf->fname) != 0)
895
strtailcmp
(fname, pf->fname) != 0)
979
if (pp->file &&
strtailcmp
(pp->file, dwarf_decl_file(sp_die)))
1039
strtailcmp
(param->file, dwarf_decl_file(param->sp_die)))
[
all
...]
util.h
250
int
strtailcmp
(const char *s1, const char *s2);
dwarf-aux.c
48
if (
strtailcmp
(src, fname) == 0)
/external/skia/platform_tools/android/bin/linux/
perfhost
Completed in 1245 milliseconds