Home
last modified time | relevance | path

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

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