Home
last modified time | relevance | path

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

/linux-6.6.21/tools/perf/util/
Dcomm.c97 static struct comm_str *comm_str__findnew(const char *str, struct rb_root *root) in comm_str__findnew() function
118 comm->comm_str = comm_str__findnew(str, &comm_str_root); in comm__new()
131 new = comm_str__findnew(str, &comm_str_root); in comm__override()