Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dcomm.c14 static struct rb_root comm_str_root; variable
26 rb_erase(&cs->rb_node, &comm_str_root); in comm_str__put()
92 comm->comm_str = comm_str__findnew(str, &comm_str_root); in comm__new()
107 new = comm_str__findnew(str, &comm_str_root); in comm__override()