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

/linux-master/tools/perf/util/
H A Dcomm.h24 const char *comm__str(const struct comm *comm);
H A Dcomm.c150 const char *comm__str(const struct comm *comm) function
H A Dthread.c294 return comm__str(comm);
H A Dsort.c199 return strcmp(comm__str(right->comm), comm__str(left->comm));
205 return strcmp(comm__str(right->comm), comm__str(left->comm));
211 return strcmp(comm__str(right->comm), comm__str(left->comm));
217 return repsep_snprintf(bf, size, "%-*.*s", width, width, comm__str(he->comm));
/linux-master/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c1211 tuple_set_string(t, 1, comm__str(comm));

Completed in 152 milliseconds