Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dthread.c99 struct comm *thread__comm(const struct thread *thread) in thread__comm() function
123 struct comm *new, *curr = thread__comm(thread); in __thread__set_comm()
148 const struct comm *comm = thread__comm(thread); in thread__comm_str()
Dthread.h68 struct comm *thread__comm(const struct thread *thread);
Dhist.c452 .comm = thread__comm(al->thread), in __hists__add_entry()
773 .comm = thread__comm(al->thread), in iter_add_next_cumulative_entry()
Dmachine.c427 return thread__comm(thread); in machine__thread_exec_comm()