Home
last modified time | relevance | path

Searched refs:comm_str__str (Results 1 – 1 of 1) sorted by relevance

/linux/tools/perf/util/
H A Dcomm.c46 static const char *comm_str__str(const struct comm_str *cs) in comm_str__str() function
94 return strcmp(key, comm_str__str(member)); in comm_str__search()
109 entry = bsearch(comm_str__str(cs), comm_strs->strs, comm_strs->num_strs, in comm_strs__remove_if_last()
169 int cmp = strcmp(comm_str__str(comm_strs->strs[mid]), str); in comm_strs__findnew()
232 return comm_str__str(comm->comm_str); in comm__str()