Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dthread.h221 static inline void thread__set_comm_len(struct thread *thread, int len) in thread__set_comm_len() function
H A Dthread.c308 thread__set_comm_len(thread, strlen(comm)); in __thread__comm_len()