Home
last modified time | relevance | path

Searched refs:comm__str (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/tools/perf/util/
Dcomm.h23 const char *comm__str(const struct comm *comm);
Dcomm.c127 const char *comm__str(const struct comm *comm) in comm__str() function
Dsort.c93 return strcmp(comm__str(right->comm), comm__str(left->comm)); in sort__comm_cmp()
100 return strcmp(comm__str(right->comm), comm__str(left->comm)); in sort__comm_collapse()
106 return strcmp(comm__str(right->comm), comm__str(left->comm)); in sort__comm_sort()
112 return repsep_snprintf(bf, size, "%-*.*s", width, width, comm__str(he->comm)); in hist_entry__comm_snprintf()
Dthread.c157 return comm__str(comm); in thread__comm_str()
/linux-4.4.14/tools/perf/util/scripting-engines/
Dtrace-event-python.c579 tuple_set_string(t, 1, comm__str(comm)); in python_export_comm()