Searched refs:comm__str (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/tools/perf/util/ |
A D | comm.h | 24 const char *comm__str(const struct comm *comm);
|
A D | comm.c | 150 const char *comm__str(const struct comm *comm) in comm__str() function
|
A D | sort.c | 152 return strcmp(comm__str(right->comm), comm__str(left->comm)); in sort__comm_cmp() 158 return strcmp(comm__str(right->comm), comm__str(left->comm)); in sort__comm_collapse() 164 return strcmp(comm__str(right->comm), comm__str(left->comm)); in sort__comm_sort() 170 return repsep_snprintf(bf, size, "%-*.*s", width, width, comm__str(he->comm)); in hist_entry__comm_snprintf()
|
A D | thread.c | 300 return comm__str(comm); in __thread__comm_str()
|
/linux-6.3-rc2/tools/perf/util/scripting-engines/ |
A D | trace-event-python.c | 1167 tuple_set_string(t, 1, comm__str(comm)); in python_export_comm()
|
Completed in 23 milliseconds