Home
last modified time | relevance | path

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

/tools/perf/util/
Dthread.c107 struct comm *thread__comm(const struct thread *thread) in thread__comm() function
131 struct comm *new, *curr = thread__comm(thread); in __thread__set_comm()
172 const struct comm *comm = thread__comm(thread); in thread__comm_str()
Dthread.h76 struct comm *thread__comm(const struct thread *thread);
Dhist.c579 .comm = thread__comm(al->thread), in __hists__add_entry()
935 .comm = thread__comm(al->thread), in iter_add_next_cumulative_entry()
Dmachine.c456 return thread__comm(thread); in machine__thread_exec_comm()