Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/libxfs/
H A Dxfs_rtbitmap.c319 if ((wdiff = (incore ^ want) & mask)) { in xfs_rtfind_back()
323 i = bit - xfs_highbit32(wdiff); in xfs_rtfind_back()
357 if ((wdiff = incore ^ want)) { in xfs_rtfind_back()
478 i = xfs_lowbit32(wdiff) - bit; in xfs_rtfind_forw()
512 if ((wdiff = incore ^ want)) { in xfs_rtfind_forw()
516 i += xfs_lowbit32(wdiff); in xfs_rtfind_forw()
553 i += xfs_lowbit32(wdiff); in xfs_rtfind_forw()
931 i = xfs_lowbit32(wdiff) - bit; in xfs_rtcheck_range()
966 if ((wdiff = incore ^ val)) { in xfs_rtcheck_range()
970 i += xfs_lowbit32(wdiff); in xfs_rtcheck_range()
[all …]
/linux-6.15/tools/perf/
H A Dbuiltin-diff.c309 return pair->diff.wdiff; in compute_wdiff()
774 s64 l = left->diff.wdiff; in __hist_entry__cmp_compute()
775 s64 r = right->diff.wdiff; in __hist_entry__cmp_compute()
1391 s64 wdiff; in __hpp__color_compare() local
1431 wdiff = pair->diff.wdiff; in __hpp__color_compare()
1433 wdiff = compute_wdiff(he, pair); in __hpp__color_compare()
1437 get_percent_color(wdiff), in __hpp__color_compare()
1438 pfmt, wdiff); in __hpp__color_compare()
1579 s64 wdiff; in hpp__entry_pair() local
1616 wdiff = pair->diff.wdiff; in hpp__entry_pair()
[all …]
/linux-6.15/tools/perf/Documentation/
H A Dperf-diff.txt93 Differential computation selection - delta, ratio, wdiff, cycles,
277 wdiff:WEIGHT-B,WEIGHT-A
289 behind ':' separator like '-c wdiff:1,2'.
H A Dperf-config.txt626 'wdiff'. Default is 'delta'.
/linux-6.15/tools/perf/util/
H A Dhist.h206 s64 wdiff; member