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

/linux-master/tools/perf/util/
H A Dcomm.c19 static struct rb_root comm_str_root; variable in typeref:struct:rb_root
34 rb_erase(&cs->rb_node, &comm_str_root);
118 comm->comm_str = comm_str__findnew(str, &comm_str_root);
131 new = comm_str__findnew(str, &comm_str_root);

Completed in 122 milliseconds