Searched defs:wdiff (Results 1 - 2 of 2) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dsort.h68 s64 wdiff; member in struct:hist_entry_diff
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-diff.c82 [COMPUTE_WEIGHTED_DIFF] = "wdiff",
152 pr_debug("compute wdiff w1(%" PRId64 ") w2(%" PRId64 ")\n",
159 pr_err("Failed: wrong weight data, use 'wdiff:w1,w2'\n");
216 "(use 'delta','ratio' or 'wdiff')\n", str);
252 pair->diff.wdiff = new_period * compute_wdiff_w2 -
255 return pair->diff.wdiff;
487 s64 l = left->diff.wdiff;
488 s64 r = right->diff.wdiff;
706 "delta,ratio,wdiff:w1,w2 (default delta)",
789 s64 wdiff; local
[all...]

Completed in 84 milliseconds