Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dthread.c310 return thread__var_comm_len(thread); in __thread__comm_len()
316 int comm_len = thread__var_comm_len(thread); in thread__comm_len()
H A Dthread.h216 static inline int thread__var_comm_len(const struct thread *thread) in thread__var_comm_len() function