Searched refs:sort_entry (Results 1 – 4 of 4) sorted by relevance
26 extern struct sort_entry sort_comm;27 extern struct sort_entry sort_dso;28 extern struct sort_entry sort_sym;29 extern struct sort_entry sort_parent;30 extern struct sort_entry sort_dso_from;31 extern struct sort_entry sort_dso_to;32 extern struct sort_entry sort_sym_from;33 extern struct sort_entry sort_sym_to;34 extern struct sort_entry sort_srcline;256 struct sort_entry { struct[all …]
117 struct sort_entry sort_thread = {156 struct sort_entry sort_comm = {222 struct sort_entry sort_dso = {342 struct sort_entry sort_sym = {378 struct sort_entry sort_srcline = {410 struct sort_entry sort_srcline_from = {437 struct sort_entry sort_srcline_to = {470 struct sort_entry sort_sym_ipc = {488 struct sort_entry sort_sym_ipc_null = {540 struct sort_entry sort_srcfile = {[all …]
937 struct tracing_map_sort_entry *sort_entry; in create_sort_entry() local939 sort_entry = kzalloc(sizeof(*sort_entry), GFP_KERNEL); in create_sort_entry()940 if (!sort_entry) in create_sort_entry()943 sort_entry->key = key; in create_sort_entry()944 sort_entry->elt = elt; in create_sort_entry()946 return sort_entry; in create_sort_entry()1066 struct tracing_map_sort_entry *sort_entry, **entries; in tracing_map_sort_entries() local1069 entries = vmalloc(array_size(sizeof(sort_entry), map->max_elts)); in tracing_map_sort_entries()
398 struct sort_entry *se;418 static int symbol_width(struct hists *hists, struct sort_entry *se) in symbol_width()