Searched refs:sort_by (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/contrib/plugins/ |
H A D | hotpages.c | 38 static int sort_by = SORT_RW; variable 56 switch (sort_by) { in cmp_access_count() 176 sort_by = SORT_R; in qemu_plugin_install() 178 sort_by = SORT_W; in qemu_plugin_install() 180 sort_by = SORT_A; in qemu_plugin_install()
|
/openbmc/openbmc/poky/scripts/ |
H A D | buildstats-diff | 117 def print_task_diff(bs1, bs2, val_type, min_val=0, min_absdiff=0, sort_by=('absdiff',), only_tasks=… argument 170 for field in reversed(sort_by): 279 sort_by = [] 280 for field in args.sort_by.split(','): 285 sort_by.append(field) 295 args.min_absdiff, sort_by, args.only_tasks)
|
/openbmc/qemu/include/qemu/ |
H A D | qsp.h | 19 void qsp_report(size_t max, enum QSPSortBy sort_by,
|
/openbmc/qemu/monitor/ |
H A D | hmp-cmds.c | 225 enum QSPSortBy sort_by; in hmp_info_sync_profile() local 227 sort_by = mean ? QSP_SORT_BY_AVG_WAIT_TIME : QSP_SORT_BY_TOTAL_WAIT_TIME; in hmp_info_sync_profile() 228 qsp_report(max, sort_by, coalesce); in hmp_info_sync_profile()
|
/openbmc/qemu/util/ |
H A D | qsp.c | 464 enum QSPSortBy sort_by = *(enum QSPSortBy *)up; in qsp_tree_cmp() local 468 switch (sort_by) { in qsp_tree_cmp() 768 void qsp_report(size_t max, enum QSPSortBy sort_by, in qsp_report() argument 771 GTree *tree = g_tree_new_full(qsp_tree_cmp, &sort_by, g_free, NULL); in qsp_report()
|
/openbmc/openbmc-tools/tof-voters/ |
H A D | README.md | 18 jq '[ .[] | select(.qualified) | {(.name): .points} ] | add | to_entries | sort_by(.value) | revers…
|
/openbmc/linux/rust/alloc/ |
H A D | slice.rs | 265 pub fn sort_by<F>(&mut self, mut compare: F) in sort_by() method
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |