Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
H A Dcomm.c19 static struct rb_root comm_str_root; variable
34 rb_erase(&cs->rb_node, &comm_str_root); in comm_str__put()
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()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dcomm.c19 static struct rb_root comm_str_root; variable
34 rb_erase(&cs->rb_node, &comm_str_root); in comm_str__put()
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()

Completed in 1 milliseconds