Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dthread.c103 struct comm *thread__comm(const struct thread *thread) in thread__comm() function
127 struct comm *new, *curr = thread__comm(thread); in __thread__set_comm()
152 const struct comm *comm = thread__comm(thread); in thread__comm_str()
Dthread.h69 struct comm *thread__comm(const struct thread *thread);
Dhist.c467 .comm = thread__comm(al->thread), in __hists__add_entry()
791 .comm = thread__comm(al->thread), in iter_add_next_cumulative_entry()
Dmachine.c461 return thread__comm(thread); in machine__thread_exec_comm()