Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dthread.c159 if (!thread->comm_len) { in thread__comm_len()
163 thread->comm_len = strlen(comm); in thread__comm_len()
166 return thread->comm_len; in thread__comm_len()
Dthread.h29 int comm_len; member