Home | History | Annotate | Download | only in linux-tools-perf

Lines Matching refs:sort_list

921 			 struct list_head *sort_list)
932 cmp = thread_lat_cmp(sort_list, &key, atoms);
947 struct list_head *sort_list)
958 cmp = thread_lat_cmp(sort_list, data, this);
1361 static LIST_HEAD(sort_list);
1392 __thread_latency_insert(&sorted_atom_root, data, &sort_list);
1864 if (sort_dimension__add(tok, &sort_list) < 0) {