Home
last modified time | relevance | path

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

/tools/perf/util/
Dthread.c314 if (!thread->comm_len) { in thread__comm_len()
318 thread->comm_len = strlen(comm); in thread__comm_len()
321 return thread->comm_len; in thread__comm_len()
Dthread.h35 int comm_len; member