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

/linux-4.1.27/tools/perf/util/
H A Dcomm.h23 const char *comm__str(const struct comm *comm);
H A Dcomm.c122 const char *comm__str(const struct comm *comm) comm__str() function
H A Dthread.c153 return comm__str(comm); thread__comm_str()
H A Dsort.c92 return comm__str(right->comm) - comm__str(left->comm); sort__comm_cmp()
99 return comm__str(right->comm) - comm__str(left->comm); sort__comm_collapse()
105 return strcmp(comm__str(right->comm), comm__str(left->comm)); sort__comm_sort()
111 return repsep_snprintf(bf, size, "%-*.*s", width, width, comm__str(he->comm)); hist_entry__comm_snprintf()
/linux-4.1.27/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c578 tuple_set_string(t, 1, comm__str(comm)); python_export_comm()

Completed in 171 milliseconds