Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dthread.h68 int thread__comm_len(struct thread *thread);
Dthread.c161 int thread__comm_len(struct thread *thread) in thread__comm_len() function
Dhist.c80 len = thread__comm_len(h->thread); in hists__calc_col_len()
/linux-4.4.14/tools/perf/ui/stdio/
Dhist.c307 left_margin -= thread__comm_len(he->thread); in hist_entry__callchain_fprintf()