Searched refs:sort_list (Results 1 – 11 of 11) sorted by relevance
| /linux/tools/perf/ |
| H A D | builtin-kmem.c | 1264 struct list_head *sort_list) in sort_slab_insert() argument 1277 list_for_each_entry(sort, sort_list, list) { in sort_slab_insert() 1294 struct list_head *sort_list) in __sort_slab_result() argument 1306 sort_slab_insert(root_sorted, data, sort_list); in __sort_slab_result() 1311 struct list_head *sort_list) in sort_page_insert() argument 1324 list_for_each_entry(sort, sort_list, list) { in sort_page_insert() 1341 struct list_head *sort_list) in __sort_page_result() argument 1353 sort_page_insert(root_sorted, data, sort_list); in __sort_page_result() 1717 static int setup_slab_sorting(struct list_head *sort_list, const char *arg) in setup_slab_sorting() argument 1732 if (slab_sort_dimension__add(tok, sort_list) < 0) { in setup_slab_sorting() [all …]
|
| H A D | builtin-kwork.c | 231 if (sort_dimension__add(kwork, tok, &kwork->sort_list) < 0) in setup_sorting() 312 struct list_head *sort_list) in work_search() argument 320 cmp = work_cmp(sort_list, key, work); in work_search() 335 struct kwork_work *key, struct list_head *sort_list) in work_insert() argument 345 cmp = work_cmp(sort_list, key, cur); in work_insert() 381 struct list_head *sort_list) in work_findnew() argument 383 struct kwork_work *work = work_search(root, key, sort_list); in work_findnew() 390 work_insert(root, work, sort_list); in work_findnew() 1700 data, &kwork->sort_list); in work_sort() 2345 .sort_list = LIST_HEAD_INIT(kwork.sort_list), in cmd_kwork()
|
| H A D | builtin-sched.c | 214 struct list_head sort_list, cmp_pid; member 980 struct list_head *sort_list) in thread_atoms_search() argument 991 cmp = thread_lat_cmp(sort_list, &key, atoms); in thread_atoms_search() 1006 struct list_head *sort_list) in __thread_latency_insert() argument 1018 cmp = thread_lat_cmp(sort_list, data, this); in __thread_latency_insert() 1506 __thread_latency_insert(&sched->sorted_atom_root, data, &sched->sort_list); in perf_sched__sort_lat() 3726 if (sort_dimension__add(tok, &sched->sort_list) < 0) { in setup_sorting() 3830 .sort_list = LIST_HEAD_INIT(sched.sort_list), in cmd_sched()
|
| H A D | builtin-diff.c | 577 INIT_LIST_HEAD(&bh->block_fmt.sort_list); in init_block_hist()
|
| H A D | builtin-kvm.c | 403 INIT_LIST_HEAD(&fmt->sort_list); in get_format()
|
| H A D | builtin-c2c.c | 1992 INIT_LIST_HEAD(&fmt->sort_list); in get_format()
|
| /linux/tools/perf/ui/ |
| H A D | hist.c | 810 BUG_ON(!list_empty(&fmt->sort_list)); in fmt_free() 831 if (fmt->sort_list.next == NULL) in perf_hpp__init() 832 INIT_LIST_HEAD(&fmt->sort_list); in perf_hpp__init() 894 list_add_tail(&format->sort_list, &list->sorts); in perf_hpp_list__register_sort_field() 900 list_add(&format->sort_list, &list->sorts); in perf_hpp_list__prepend_sort_field() 906 list_del_init(&format->sort_list); in perf_hpp__column_unregister() 1203 list_add_tail(&fmt_copy->sort_list, &node->hpp.sorts); in add_hierarchy_fmt()
|
| /linux/tools/perf/util/ |
| H A D | hist.h | 505 struct list_head sort_list; member 565 list_for_each_entry(format, &(_list)->sorts, sort_list) 568 list_for_each_entry_safe(format, tmp, &(_list)->sorts, sort_list)
|
| H A D | block-info.c | 382 INIT_LIST_HEAD(&fmt->sort_list); in hpp_register()
|
| H A D | sort.c | 2893 INIT_LIST_HEAD(&hse->hpp.sort_list); in __sort_dimension__alloc_hpp() 2915 INIT_LIST_HEAD(&fmt->sort_list); in __hpp_dimension__alloc_hpp() 3262 INIT_LIST_HEAD(&hde->hpp.sort_list); in __alloc_dynamic_entry() 3297 INIT_LIST_HEAD(&new_fmt->sort_list); in perf_hpp_fmt__dup()
|
| /linux/block/ |
| H A D | bfq-iosched.h | 277 struct rb_root sort_list; member
|