Searched refs:sort_entry (Results 1 – 3 of 3) sorted by relevance
19 extern struct sort_entry sort_comm;20 extern struct sort_entry sort_dso;21 extern struct sort_entry sort_sym;22 extern struct sort_entry sort_parent;23 extern struct sort_entry sort_dso_from;24 extern struct sort_entry sort_dso_to;25 extern struct sort_entry sort_sym_from;26 extern struct sort_entry sort_sym_to;27 extern struct sort_entry sort_srcline;28 extern struct sort_entry sort_type;[all …]
136 struct sort_entry sort_thread = {183 struct sort_entry sort_simd = {221 struct sort_entry sort_comm = {287 struct sort_entry sort_dso = {414 struct sort_entry sort_sym = {460 struct sort_entry sort_sym_offset = {518 struct sort_entry sort_srcline = {571 struct sort_entry sort_srcline_from = {619 struct sort_entry sort_srcline_to = {655 struct sort_entry sort_sym_ipc = {[all …]
413 struct sort_entry *se;433 static int symbol_width(struct hists *hists, struct sort_entry *se) in symbol_width()