Searched refs:comm__str (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | comm.h | 24 const char *comm__str(const struct comm *comm);
|
H A D | comm.c | 150 const char *comm__str(const struct comm *comm) in comm__str() function
|
H A D | sort.c | 138 return strcmp(comm__str(right->comm), comm__str(left->comm)); in sort__comm_cmp() 144 return strcmp(comm__str(right->comm), comm__str(left->comm)); in sort__comm_collapse() 150 return strcmp(comm__str(right->comm), comm__str(left->comm)); in sort__comm_sort() 156 return repsep_snprintf(bf, size, "%-*.*s", width, width, comm__str(he->comm)); in hist_entry__comm_snprintf()
|
H A D | thread.c | 299 return comm__str(comm); in __thread__comm_str()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | comm.h | 24 const char *comm__str(const struct comm *comm);
|
H A D | comm.c | 150 const char *comm__str(const struct comm *comm) in comm__str() function
|
H A D | sort.c | 198 return strcmp(comm__str(right->comm), comm__str(left->comm)); in sort__comm_cmp() 204 return strcmp(comm__str(right->comm), comm__str(left->comm)); in sort__comm_collapse() 210 return strcmp(comm__str(right->comm), comm__str(left->comm)); in sort__comm_sort() 216 return repsep_snprintf(bf, size, "%-*.*s", width, width, comm__str(he->comm)); in hist_entry__comm_snprintf()
|
H A D | thread.c | 294 return comm__str(comm); in __thread__comm_str()
|
/kernel/linux/linux-5.10/tools/perf/util/scripting-engines/ |
H A D | trace-event-python.c | 1045 tuple_set_string(t, 1, comm__str(comm)); in python_export_comm()
|
/kernel/linux/linux-6.6/tools/perf/util/scripting-engines/ |
H A D | trace-event-python.c | 1200 tuple_set_string(t, 1, comm__str(comm)); in python_export_comm()
|
Completed in 17 milliseconds