Home
last modified time | relevance | path

Searched refs:thread__comm (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/tools/perf/util/
Dthread.c174 struct comm *thread__comm(const struct thread *thread) in thread__comm() function
198 struct comm *new, *curr = thread__comm(thread); in ____thread__set_comm()
250 const struct comm *comm = thread__comm(thread); in __thread__comm_str()
Dthread.h86 struct comm *thread__comm(const struct thread *thread);
Dhist.c595 .comm = thread__comm(al->thread), in __hists__add_entry()
955 .comm = thread__comm(al->thread), in iter_add_next_cumulative_entry()
Dmachine.c560 return thread__comm(thread); in machine__thread_exec_comm()