Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/util/
Dthread.h37 int thread__comm_len(struct thread *self);
Dthread.c48 int thread__comm_len(struct thread *self) in thread__comm_len() function
Dhist.c90 len = thread__comm_len(h->thread); in hists__calc_col_len()
/external/linux-tools-perf/src/tools/perf/ui/stdio/
Dhist.c305 left_margin -= thread__comm_len(he->thread); in hist_entry__callchain_fprintf()