Home
last modified time | relevance | path

Searched refs:sort_compute (Results 1 – 1 of 1) sorted by relevance

/external/linux-tools-perf/src/tools/perf/
Dbuiltin-diff.c67 static unsigned int sort_compute; variable
436 pair = get_pair_data(he, &data__files[sort_compute]); in hists__precompute()
513 p_left = get_pair_data(left, &data__files[sort_compute]); in hist_entry__cmp_compute()
514 p_right = get_pair_data(right, &data__files[sort_compute]); in hist_entry__cmp_compute()
583 if (sort_compute) { in hists__process()
731 OPT_UINTEGER('o', "order", &sort_compute, "Specify compute sorting."),
1007 if (sort_compute >= (unsigned int) data__files_cnt) { in data_init()