Searched refs:comm__str (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | comm.h | 24 const char *comm__str(const struct comm *comm);
|
| H A D | comm.c | 234 const char *comm__str(const struct comm *comm) in comm__str() function
|
| H A D | sort.c | 253 return strcmp(comm__str(right->comm), comm__str(left->comm)); in hist_entry__comm_snprintf() 259 return strcmp(comm__str(right->comm), comm__str(left->comm)); 265 return strcmp(comm__str(right->comm), comm__str(left->comm)); 271 return repsep_snprintf(bf, size, "%-*.*s", width, width, comm__str(he->comm)); in _sort__dso_cmp() 288 const char *comm = comm__str(entry->comm); in _sort__dso_cmp() 329 return strcmp_nodigit(comm__str(right->comm), comm__str(lef [all...] |
| H A D | thread.c | 318 return comm__str(comm); in thread__comm_str()
|
| /linux/tools/perf/util/scripting-engines/ |
| H A D | trace-event-python.c | 1205 tuple_set_string(t, 1, comm__str(comm)); in python_export_comm()
|