Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/util/
Dthread.h105 struct comm *thread__exec_comm(const struct thread *thread);
Dthread.c217 struct comm *thread__exec_comm(const struct thread *thread) in thread__exec_comm() function
Dmachine.c725 return thread__exec_comm(thread); in machine__thread_exec_comm()