Home
last modified time | relevance | path

Searched refs:thread__exec_comm (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/util/
H A Dthread.h106 struct comm *thread__exec_comm(struct thread *thread);
H A Dthread.c207 struct comm *thread__exec_comm(struct thread *thread) in thread__exec_comm() function
H A Dmachine.c556 return thread__exec_comm(thread); in machine__thread_exec_comm()