Searched refs:sort_entry (Results 1 – 6 of 6) sorted by relevance
28 extern struct sort_entry sort_comm;29 extern struct sort_entry sort_dso;30 extern struct sort_entry sort_sym;31 extern struct sort_entry sort_parent;32 extern struct sort_entry sort_dso_from;33 extern struct sort_entry sort_dso_to;34 extern struct sort_entry sort_sym_from;35 extern struct sort_entry sort_sym_to;36 extern struct sort_entry sort_srcline;282 struct sort_entry { struct[all …]
134 struct sort_entry sort_thread = {181 struct sort_entry sort_simd = {219 struct sort_entry sort_comm = {285 struct sort_entry sort_dso = {412 struct sort_entry sort_sym = {470 struct sort_entry sort_srcline = {523 struct sort_entry sort_srcline_from = {571 struct sort_entry sort_srcline_to = {607 struct sort_entry sort_sym_ipc = {625 struct sort_entry sort_sym_ipc_null = {[all …]
950 struct tracing_map_sort_entry *sort_entry; in create_sort_entry() local952 sort_entry = kzalloc(sizeof(*sort_entry), GFP_KERNEL); in create_sort_entry()953 if (!sort_entry) in create_sort_entry()956 sort_entry->key = key; in create_sort_entry()957 sort_entry->elt = elt; in create_sort_entry()959 return sort_entry; in create_sort_entry()1076 struct tracing_map_sort_entry *sort_entry, **entries; in tracing_map_sort_entries() local1079 entries = vmalloc(array_size(sizeof(sort_entry), map->max_elts)); in tracing_map_sort_entries()
345 json.dump(layerindexlib.sort_entry(pindex), f, indent=4)392 json.dump(layerindexlib.sort_entry(pindex), f, indent=4)
1362 def sort_entry(item): function1368 newitem[index] = sort_entry(newitem[index])1372 newitem[index] = sort_entry(newitem[index])
430 struct sort_entry *se;450 static int symbol_width(struct hists *hists, struct sort_entry *se) in symbol_width()