Skip to content

Instantly share code, notes, and snippets.

@evansus
Created June 4, 2014 00:55
Show Gist options
  • Save evansus/1687154be7a4454eeb17 to your computer and use it in GitHub Desktop.
Save evansus/1687154be7a4454eeb17 to your computer and use it in GitHub Desktop.
Off-CPU flame graph for vdev-iokit, zvol_unmap, and more...
Display the source blob
Display the rendered blob
Raw
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" width="1000" height="402" onload="init(evt)" viewBox="0 0 1000 402" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs >
<linearGradient id="background" y1="0" y2="1" x1="0" x2="0" >
<stop stop-color="#f8f8f8" offset="5%" />
<stop stop-color="#e8e8e8" offset="95%" />
</linearGradient>
</defs>
<style type="text/css">
.func_g:hover { stroke:black; stroke-width:0.5; }
</style>
<script type="text/ecmascript">
<![CDATA[
var details;
function init(evt) { details = document.getElementById("details").firstChild; }
function s(info) { details.nodeValue = "Function: " + info; }
function c() { details.nodeValue = ' '; }
]]>
</script>
<rect x="0.0" y="0" width="1000.0" height="402.0" fill="url(#background)" />
<text text-anchor="middle" x="500" y="24" font-size="17" font-family="Verdana" fill="rgb(0,0,0)" >FS off-cpu</text>
<text text-anchor="" x="10" y="385" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" id="details" > </text>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bc7520 (49,706 ns, 0.05%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bc7520 (49,706 ns, 0.05%)</title><rect x="953.8" y="161" width="0.5" height="15.0" fill="rgb(88,88,193)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zio_vdev_io_start (2,312,278 ns, 2.11%)')" onmouseout="c()">
<title>zfs`zio_vdev_io_start (2,312,278 ns, 2.11%)</title><rect x="399.7" y="209" width="20.7" height="15.0" fill="rgb(105,105,238)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_STRATEGY (49,706 ns, 0.05%)')" onmouseout="c()">
<title>mach_kernel`VNOP_STRATEGY (49,706 ns, 0.05%)</title><rect x="953.8" y="145" width="0.5" height="15.0" fill="rgb(130,130,224)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`dbuf_read (836,006 ns, 0.76%)')" onmouseout="c()">
<title>zfs`dbuf_read (836,006 ns, 0.76%)</title><rect x="981.9" y="209" width="7.4" height="15.0" fill="rgb(81,81,241)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`writev_nocancel (47,805 ns, 0.04%)')" onmouseout="c()">
<title>mach_kernel`writev_nocancel (47,805 ns, 0.04%)</title><rect x="948.3" y="305" width="0.4" height="15.0" fill="rgb(125,125,199)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zvol_read_iokit (27,380 ns, 0.03%)')" onmouseout="c()">
<title>zfs`zvol_read_iokit (27,380 ns, 0.03%)</title><rect x="796.6" y="33" width="0.2" height="15.0" fill="rgb(93,93,226)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (1,414,934 ns, 1.29%)')" onmouseout="c()">
<title>zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (1,414,934 ns, 1.29%)</title><rect x="931.5" y="81" width="12.7" height="15.0" fill="rgb(98,98,195)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`cluster_read_ext (1,556,447 ns, 1.42%)')" onmouseout="c()">
<title>mach_kernel`cluster_read_ext (1,556,447 ns, 1.42%)</title><rect x="930.7" y="225" width="13.9" height="15.0" fill="rgb(98,98,207)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::executeRequest (23,012 ns, 0.02%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::executeRequest (23,012 ns, 0.02%)</title><rect x="46.3" y="65" width="0.2" height="15.0" fill="rgb(90,90,221)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_LOOKUP (23,012 ns, 0.02%)')" onmouseout="c()">
<title>mach_kernel`VNOP_LOOKUP (23,012 ns, 0.02%)</title><rect x="46.3" y="289" width="0.2" height="15.0" fill="rgb(88,88,236)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bf3920 (408,096 ns, 0.37%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bf3920 (408,096 ns, 0.37%)</title><rect x="944.6" y="273" width="3.7" height="15.0" fill="rgb(127,127,210)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bcc3d0 (1,414,934 ns, 1.29%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bcc3d0 (1,414,934 ns, 1.29%)</title><rect x="931.5" y="193" width="12.7" height="15.0" fill="rgb(108,108,236)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`dbuf_read (72,829 ns, 0.07%)')" onmouseout="c()">
<title>zfs`dbuf_read (72,829 ns, 0.07%)</title><rect x="989.3" y="273" width="0.7" height="15.0" fill="rgb(132,132,239)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (82,535 ns, 0.08%)')" onmouseout="c()">
<title>zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (82,535 ns, 0.08%)</title><rect x="879.9" y="49" width="0.7" height="15.0" fill="rgb(117,117,234)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_STRATEGY (17,953 ns, 0.02%)')" onmouseout="c()">
<title>mach_kernel`VNOP_STRATEGY (17,953 ns, 0.02%)</title><rect x="45.7" y="145" width="0.2" height="15.0" fill="rgb(95,95,241)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`__zio_execute (30,041 ns, 0.03%)')" onmouseout="c()">
<title>zfs`__zio_execute (30,041 ns, 0.03%)</title><rect x="334.0" y="97" width="0.3" height="15.0" fill="rgb(94,94,241)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_meta_bread (208,872 ns, 0.19%)')" onmouseout="c()">
<title>mach_kernel`buf_meta_bread (208,872 ns, 0.19%)</title><rect x="43.6" y="177" width="1.8" height="15.0" fill="rgb(86,86,213)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`dkreadwrite (208,872 ns, 0.19%)')" onmouseout="c()">
<title>IOStorageFamily`dkreadwrite (208,872 ns, 0.19%)</title><rect x="43.6" y="97" width="1.8" height="15.0" fill="rgb(123,123,244)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020becb10 (443,883 ns, 0.41%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020becb10 (443,883 ns, 0.41%)</title><rect x="868.9" y="289" width="4.0" height="15.0" fill="rgb(88,88,244)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bd0c30 (5,477,082 ns, 5.00%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bd0c30 (5,477,082 ns, 5.00%)</title><rect x="881.4" y="209" width="49.0" height="15.0" fill="rgb(138,138,224)" rx="2" ry="2" />
<text text-anchor="" x="884.426613834715" y="219.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >mach..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`cat_idlookup (333,355 ns, 0.30%)')" onmouseout="c()">
<title>mach_kernel`cat_idlookup (333,355 ns, 0.30%)</title><rect x="954.3" y="257" width="3.0" height="15.0" fill="rgb(101,101,211)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_STRATEGY (50,742 ns, 0.05%)')" onmouseout="c()">
<title>mach_kernel`VNOP_STRATEGY (50,742 ns, 0.05%)</title><rect x="832.1" y="145" width="0.5" height="15.0" fill="rgb(83,83,208)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_LOOKUP (17,953 ns, 0.02%)')" onmouseout="c()">
<title>mach_kernel`VNOP_LOOKUP (17,953 ns, 0.02%)</title><rect x="45.7" y="289" width="0.2" height="15.0" fill="rgb(92,92,230)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_strategy (72,180 ns, 0.07%)')" onmouseout="c()">
<title>mach_kernel`buf_strategy (72,180 ns, 0.07%)</title><rect x="953.2" y="129" width="0.6" height="15.0" fill="rgb(101,101,206)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`GetBTreeBlock (383,024 ns, 0.35%)')" onmouseout="c()">
<title>mach_kernel`GetBTreeBlock (383,024 ns, 0.35%)</title><rect x="949.8" y="193" width="3.4" height="15.0" fill="rgb(104,104,226)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zio_nowait (1,355,445 ns, 1.24%)')" onmouseout="c()">
<title>zfs`zio_nowait (1,355,445 ns, 1.24%)</title><rect x="31.4" y="97" width="12.2" height="15.0" fill="rgb(123,123,244)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_READ (27,380 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`VNOP_READ (27,380 ns, 0.03%)</title><rect x="796.6" y="225" width="0.2" height="15.0" fill="rgb(117,117,207)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_BLOCKMAP (32,870 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`VNOP_BLOCKMAP (32,870 ns, 0.03%)</title><rect x="45.4" y="321" width="0.3" height="15.0" fill="rgb(91,91,217)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zvol_read_iokit (114,664 ns, 0.10%)')" onmouseout="c()">
<title>zfs`zvol_read_iokit (114,664 ns, 0.10%)</title><rect x="878.8" y="49" width="1.1" height="15.0" fill="rgb(124,124,244)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`dkreadwrite (3,943,104 ns, 3.60%)')" onmouseout="c()">
<title>IOStorageFamily`dkreadwrite (3,943,104 ns, 3.60%)</title><rect x="796.8" y="129" width="35.3" height="15.0" fill="rgb(122,122,191)" rx="2" ry="2" />
<text text-anchor="" x="799.847217406472" y="139.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >IO..</text>
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`dkreadwrite (226,926 ns, 0.21%)')" onmouseout="c()">
<title>IOStorageFamily`dkreadwrite (226,926 ns, 0.21%)</title><rect x="754.2" y="97" width="2.0" height="15.0" fill="rgb(120,120,218)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`SearchTree (371,172 ns, 0.34%)')" onmouseout="c()">
<title>mach_kernel`SearchTree (371,172 ns, 0.34%)</title><rect x="760.3" y="225" width="3.3" height="15.0" fill="rgb(112,112,209)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_STRATEGY (23,012 ns, 0.02%)')" onmouseout="c()">
<title>mach_kernel`VNOP_STRATEGY (23,012 ns, 0.02%)</title><rect x="46.3" y="145" width="0.2" height="15.0" fill="rgb(81,81,239)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::prepareRequest (31,238 ns, 0.03%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::prepareRequest (31,238 ns, 0.03%)</title><rect x="769.0" y="81" width="0.2" height="15.0" fill="rgb(129,129,206)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_vnop_setattr (30,513 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`hfs_vnop_setattr (30,513 ns, 0.03%)</title><rect x="868.6" y="257" width="0.3" height="15.0" fill="rgb(100,100,223)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_STRATEGY (665,014 ns, 0.61%)')" onmouseout="c()">
<title>mach_kernel`VNOP_STRATEGY (665,014 ns, 0.61%)</title><rect x="872.9" y="161" width="5.9" height="15.0" fill="rgb(99,99,234)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zvol_write_iokit (809,703 ns, 0.74%)')" onmouseout="c()">
<title>zfs`zvol_write_iokit (809,703 ns, 0.74%)</title><rect x="24.2" y="289" width="7.2" height="15.0" fill="rgb(118,118,237)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`cluster_write (30,513 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`cluster_write (30,513 ns, 0.03%)</title><rect x="868.6" y="209" width="0.3" height="15.0" fill="rgb(138,138,199)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`GetNode (333,355 ns, 0.30%)')" onmouseout="c()">
<title>mach_kernel`GetNode (333,355 ns, 0.30%)</title><rect x="954.3" y="209" width="3.0" height="15.0" fill="rgb(100,100,228)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zvol_read_iokit (49,706 ns, 0.05%)')" onmouseout="c()">
<title>zfs`zvol_read_iokit (49,706 ns, 0.05%)</title><rect x="953.8" y="33" width="0.5" height="15.0" fill="rgb(127,127,225)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (317,227 ns, 0.29%)')" onmouseout="c()">
<title>zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (317,227 ns, 0.29%)</title><rect x="832.7" y="81" width="2.8" height="15.0" fill="rgb(120,120,197)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_vnop_read (1,256,107 ns, 1.15%)')" onmouseout="c()">
<title>mach_kernel`hfs_vnop_read (1,256,107 ns, 1.15%)</title><rect x="12.9" y="209" width="11.3" height="15.0" fill="rgb(135,135,229)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zvol_unmap (3,645,210 ns, 3.33%)')" onmouseout="c()">
<title>zfs`zvol_unmap (3,645,210 ns, 3.33%)</title><rect x="836.0" y="97" width="32.6" height="15.0" fill="rgb(127,127,205)" rx="2" ry="2" />
<text text-anchor="" x="839.02000482299" y="107.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >zf..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_strategy (30,513 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`buf_strategy (30,513 ns, 0.03%)</title><rect x="868.6" y="129" width="0.3" height="15.0" fill="rgb(126,126,192)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`dmu_zfetch_dofetch (72,829 ns, 0.07%)')" onmouseout="c()">
<title>zfs`dmu_zfetch_dofetch (72,829 ns, 0.07%)</title><rect x="989.3" y="225" width="0.7" height="15.0" fill="rgb(131,131,243)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_vnop_read (5,568,974 ns, 5.09%)')" onmouseout="c()">
<title>mach_kernel`hfs_vnop_read (5,568,974 ns, 5.09%)</title><rect x="880.6" y="241" width="49.8" height="15.0" fill="rgb(134,134,200)" rx="2" ry="2" />
<text text-anchor="" x="883.604236660433" y="251.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >mach_..</text>
</g>
<g class="func_g" onmouseover="s('zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (17,953 ns, 0.02%)')" onmouseout="c()">
<title>zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (17,953 ns, 0.02%)</title><rect x="45.7" y="49" width="0.2" height="15.0" fill="rgb(84,84,195)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zvol_write_iokit (317,227 ns, 0.29%)')" onmouseout="c()">
<title>zfs`zvol_write_iokit (317,227 ns, 0.29%)</title><rect x="832.7" y="65" width="2.8" height="15.0" fill="rgb(139,139,202)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_GETXATTR (447,839 ns, 0.41%)')" onmouseout="c()">
<title>mach_kernel`VNOP_GETXATTR (447,839 ns, 0.41%)</title><rect x="756.2" y="257" width="4.1" height="15.0" fill="rgb(92,92,217)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::prepareRequest (14,795 ns, 0.01%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::prepareRequest (14,795 ns, 0.01%)</title><rect x="981.7" y="81" width="0.2" height="15.0" fill="rgb(92,92,210)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::prepareRequest (30,513 ns, 0.03%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::prepareRequest (30,513 ns, 0.03%)</title><rect x="868.6" y="81" width="0.3" height="15.0" fill="rgb(94,94,239)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`__zio_execute (21,947,184 ns, 20.04%)')" onmouseout="c()">
<title>zfs`__zio_execute (21,947,184 ns, 20.04%)</title><rect x="552.9" y="241" width="196.4" height="15.0" fill="rgb(97,97,222)" rx="2" ry="2" />
<text text-anchor="" x="555.927580829801" y="251.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >zfs`__zio_execute</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`vnode_put_locked (532,670 ns, 0.49%)')" onmouseout="c()">
<title>mach_kernel`vnode_put_locked (532,670 ns, 0.49%)</title><rect x="749.3" y="289" width="4.8" height="15.0" fill="rgb(87,87,209)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_STRATEGY (671,260 ns, 0.61%)')" onmouseout="c()">
<title>mach_kernel`VNOP_STRATEGY (671,260 ns, 0.61%)</title><rect x="790.6" y="177" width="6.0" height="15.0" fill="rgb(126,126,244)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::prepareRequest (2,385,726 ns, 2.18%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::prepareRequest (2,385,726 ns, 2.18%)</title><rect x="769.2" y="81" width="21.4" height="15.0" fill="rgb(138,138,229)" rx="2" ry="2" />
<text text-anchor="" x="772.244028929427" y="91.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >I..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_vnop_inactive (46,084 ns, 0.04%)')" onmouseout="c()">
<title>mach_kernel`hfs_vnop_inactive (46,084 ns, 0.04%)</title><rect x="981.3" y="289" width="0.4" height="15.0" fill="rgb(132,132,225)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::executeRequest (91,892 ns, 0.08%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::executeRequest (91,892 ns, 0.08%)</title><rect x="880.6" y="113" width="0.8" height="15.0" fill="rgb(132,132,224)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_GETXATTR (602,530 ns, 0.55%)')" onmouseout="c()">
<title>mach_kernel`VNOP_GETXATTR (602,530 ns, 0.55%)</title><rect x="763.6" y="257" width="5.4" height="15.0" fill="rgb(136,136,211)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`GetBTreeBlock (46,084 ns, 0.04%)')" onmouseout="c()">
<title>mach_kernel`GetBTreeBlock (46,084 ns, 0.04%)</title><rect x="981.3" y="193" width="0.4" height="15.0" fill="rgb(115,115,223)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`advisory_read_ext (856,907 ns, 0.78%)')" onmouseout="c()">
<title>mach_kernel`advisory_read_ext (856,907 ns, 0.78%)</title><rect x="922.8" y="177" width="7.6" height="15.0" fill="rgb(95,95,202)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`dmu_buf_hold_array (72,829 ns, 0.07%)')" onmouseout="c()">
<title>zfs`dmu_buf_hold_array (72,829 ns, 0.07%)</title><rect x="989.3" y="305" width="0.7" height="15.0" fill="rgb(103,103,200)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`unix_syscall64 (2,815,228 ns, 2.57%)')" onmouseout="c()">
<title>mach_kernel`unix_syscall64 (2,815,228 ns, 2.57%)</title><rect x="954.3" y="337" width="25.2" height="15.0" fill="rgb(97,97,225)" rx="2" ry="2" />
<text text-anchor="" x="957.293758076652" y="347.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >m..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_STRATEGY (602,530 ns, 0.55%)')" onmouseout="c()">
<title>mach_kernel`VNOP_STRATEGY (602,530 ns, 0.55%)</title><rect x="763.6" y="145" width="5.4" height="15.0" fill="rgb(102,102,239)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`vdev_uberblock_sync_list (8,606,645 ns, 7.86%)')" onmouseout="c()">
<title>zfs`vdev_uberblock_sync_list (8,606,645 ns, 7.86%)</title><rect x="475.9" y="273" width="77.0" height="15.0" fill="rgb(110,110,235)" rx="2" ry="2" />
<text text-anchor="" x="478.903374205159" y="283.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >zfs`vdev..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020c03550 (4,079,253 ns, 3.73%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020c03550 (4,079,253 ns, 3.73%)</title><rect x="832.1" y="209" width="36.5" height="15.0" fill="rgb(119,119,242)" rx="2" ry="2" />
<text text-anchor="" x="835.135585549745" y="219.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >mac..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_GETXATTR (327,929 ns, 0.30%)')" onmouseout="c()">
<title>mach_kernel`VNOP_GETXATTR (327,929 ns, 0.30%)</title><rect x="10.0" y="289" width="2.9" height="15.0" fill="rgb(135,135,213)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bc7520 (46,084 ns, 0.04%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bc7520 (46,084 ns, 0.04%)</title><rect x="981.3" y="161" width="0.4" height="15.0" fill="rgb(92,92,231)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zio_vdev_io_start (21,947,184 ns, 20.04%)')" onmouseout="c()">
<title>zfs`zio_vdev_io_start (21,947,184 ns, 20.04%)</title><rect x="552.9" y="225" width="196.4" height="15.0" fill="rgb(116,116,243)" rx="2" ry="2" />
<text text-anchor="" x="555.927580829801" y="235.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >zfs`zio_vdev_io_start</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_STRATEGY (51,363 ns, 0.05%)')" onmouseout="c()">
<title>mach_kernel`VNOP_STRATEGY (51,363 ns, 0.05%)</title><rect x="944.2" y="145" width="0.4" height="15.0" fill="rgb(88,88,237)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_strategy (91,892 ns, 0.08%)')" onmouseout="c()">
<title>mach_kernel`buf_strategy (91,892 ns, 0.08%)</title><rect x="880.6" y="177" width="0.8" height="15.0" fill="rgb(133,133,210)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bce760 (47,805 ns, 0.04%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bce760 (47,805 ns, 0.04%)</title><rect x="948.3" y="193" width="0.4" height="15.0" fill="rgb(97,97,199)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zvol_read_iokit (30,228 ns, 0.03%)')" onmouseout="c()">
<title>zfs`zvol_read_iokit (30,228 ns, 0.03%)</title><rect x="930.4" y="49" width="0.3" height="15.0" fill="rgb(112,112,201)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`cluster_pageout_ext (31,238 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`cluster_pageout_ext (31,238 ns, 0.03%)</title><rect x="769.0" y="305" width="0.2" height="15.0" fill="rgb(116,116,218)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VFS_VGET (333,355 ns, 0.30%)')" onmouseout="c()">
<title>mach_kernel`VFS_VGET (333,355 ns, 0.30%)</title><rect x="954.3" y="305" width="3.0" height="15.0" fill="rgb(82,82,239)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('AppleFSCompressionTypeZlib`_getxattr (602,530 ns, 0.55%)')" onmouseout="c()">
<title>AppleFSCompressionTypeZlib`_getxattr (602,530 ns, 0.55%)</title><rect x="763.6" y="273" width="5.4" height="15.0" fill="rgb(108,108,194)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_meta_bread (333,355 ns, 0.30%)')" onmouseout="c()">
<title>mach_kernel`buf_meta_bread (333,355 ns, 0.30%)</title><rect x="954.3" y="177" width="3.0" height="15.0" fill="rgb(84,84,236)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`BTSearchRecord (71,936 ns, 0.07%)')" onmouseout="c()">
<title>mach_kernel`BTSearchRecord (71,936 ns, 0.07%)</title><rect x="980.6" y="241" width="0.6" height="15.0" fill="rgb(134,134,234)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`BTSearchRecord (32,870 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`BTSearchRecord (32,870 ns, 0.03%)</title><rect x="45.4" y="241" width="0.3" height="15.0" fill="rgb(115,115,231)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_LOOKUP (47,607 ns, 0.04%)')" onmouseout="c()">
<title>mach_kernel`VNOP_LOOKUP (47,607 ns, 0.04%)</title><rect x="45.9" y="289" width="0.4" height="15.0" fill="rgb(138,138,194)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bcc3d0 (151,162 ns, 0.14%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bcc3d0 (151,162 ns, 0.14%)</title><rect x="946.9" y="161" width="1.4" height="15.0" fill="rgb(121,121,212)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_LOOKUP (383,024 ns, 0.35%)')" onmouseout="c()">
<title>mach_kernel`VNOP_LOOKUP (383,024 ns, 0.35%)</title><rect x="949.8" y="305" width="3.4" height="15.0" fill="rgb(99,99,228)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`cluster_read_ext (5,568,974 ns, 5.09%)')" onmouseout="c()">
<title>mach_kernel`cluster_read_ext (5,568,974 ns, 5.09%)</title><rect x="880.6" y="225" width="49.8" height="15.0" fill="rgb(121,121,195)" rx="2" ry="2" />
<text text-anchor="" x="883.604236660433" y="235.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >mach_..</text>
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`dkreadwrite (4,620,175 ns, 4.22%)')" onmouseout="c()">
<title>IOStorageFamily`dkreadwrite (4,620,175 ns, 4.22%)</title><rect x="881.4" y="129" width="41.4" height="15.0" fill="rgb(117,117,222)" rx="2" ry="2" />
<text text-anchor="" x="884.426613834715" y="139.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >IOS..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bd2bc0 (3,943,104 ns, 3.60%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bd2bc0 (3,943,104 ns, 3.60%)</title><rect x="796.8" y="209" width="35.3" height="15.0" fill="rgb(99,99,233)" rx="2" ry="2" />
<text text-anchor="" x="799.847217406472" y="219.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >ma..</text>
</g>
<g class="func_g" onmouseover="s('zfs`__zio_execute (72,829 ns, 0.07%)')" onmouseout="c()">
<title>zfs`__zio_execute (72,829 ns, 0.07%)</title><rect x="989.3" y="145" width="0.7" height="15.0" fill="rgb(103,103,243)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020d607e0 (46,084 ns, 0.04%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020d607e0 (46,084 ns, 0.04%)</title><rect x="981.3" y="273" width="0.4" height="15.0" fill="rgb(106,106,232)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zvol_read_iokit (602,530 ns, 0.55%)')" onmouseout="c()">
<title>zfs`zvol_read_iokit (602,530 ns, 0.55%)</title><rect x="763.6" y="33" width="5.4" height="15.0" fill="rgb(94,94,217)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_strategy (47,805 ns, 0.04%)')" onmouseout="c()">
<title>mach_kernel`buf_strategy (47,805 ns, 0.04%)</title><rect x="948.3" y="145" width="0.4" height="15.0" fill="rgb(121,121,226)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`vn_open_auth (72,180 ns, 0.07%)')" onmouseout="c()">
<title>mach_kernel`vn_open_auth (72,180 ns, 0.07%)</title><rect x="953.2" y="321" width="0.6" height="15.0" fill="rgb(85,85,205)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`vdev_iokit_io_start (836,006 ns, 0.76%)')" onmouseout="c()">
<title>zfs`vdev_iokit_io_start (836,006 ns, 0.76%)</title><rect x="981.9" y="49" width="7.4" height="15.0" fill="rgb(80,80,203)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zio_ready (488,837 ns, 0.45%)')" onmouseout="c()">
<title>zfs`zio_ready (488,837 ns, 0.45%)</title><rect x="334.0" y="273" width="4.4" height="15.0" fill="rgb(113,113,218)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_STRATEGY (19,155,106 ns, 17.49%)')" onmouseout="c()">
<title>mach_kernel`VNOP_STRATEGY (19,155,106 ns, 17.49%)</title><rect x="46.5" y="177" width="171.4" height="15.0" fill="rgb(92,92,241)" rx="2" ry="2" />
<text text-anchor="" x="49.5090109882323" y="187.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >mach_kernel`VNOP_STRAT..</text>
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::executeRequest (317,227 ns, 0.29%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::executeRequest (317,227 ns, 0.29%)</title><rect x="832.7" y="97" width="2.8" height="15.0" fill="rgb(96,96,232)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_vnop_getxattr (1,256,107 ns, 1.15%)')" onmouseout="c()">
<title>mach_kernel`hfs_vnop_getxattr (1,256,107 ns, 1.15%)</title><rect x="12.9" y="241" width="11.3" height="15.0" fill="rgb(139,139,193)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_strategy (17,953 ns, 0.02%)')" onmouseout="c()">
<title>mach_kernel`buf_strategy (17,953 ns, 0.02%)</title><rect x="45.7" y="129" width="0.2" height="15.0" fill="rgb(139,139,198)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`getdirentries64 (443,883 ns, 0.41%)')" onmouseout="c()">
<title>mach_kernel`getdirentries64 (443,883 ns, 0.41%)</title><rect x="868.9" y="305" width="4.0" height="15.0" fill="rgb(81,81,210)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('AppleFSCompressionTypeZlib`doValidateType4 (602,530 ns, 0.55%)')" onmouseout="c()">
<title>AppleFSCompressionTypeZlib`doValidateType4 (602,530 ns, 0.55%)</title><rect x="763.6" y="289" width="5.4" height="15.0" fill="rgb(114,114,217)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_strategy (371,172 ns, 0.34%)')" onmouseout="c()">
<title>mach_kernel`buf_strategy (371,172 ns, 0.34%)</title><rect x="760.3" y="129" width="3.3" height="15.0" fill="rgb(139,139,219)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::executeRequest (19,155,106 ns, 17.49%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::executeRequest (19,155,106 ns, 17.49%)</title><rect x="46.5" y="97" width="171.4" height="15.0" fill="rgb(108,108,235)" rx="2" ry="2" />
<text text-anchor="" x="49.5090109882323" y="107.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >IOStorageFamily`IOBloc..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`GetNode (12,512 ns, 0.01%)')" onmouseout="c()">
<title>mach_kernel`GetNode (12,512 ns, 0.01%)</title><rect x="981.2" y="209" width="0.1" height="15.0" fill="rgb(132,132,232)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_STRATEGY (82,535 ns, 0.08%)')" onmouseout="c()">
<title>mach_kernel`VNOP_STRATEGY (82,535 ns, 0.08%)</title><rect x="879.9" y="145" width="0.7" height="15.0" fill="rgb(136,136,199)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::prepareRequest (27,380 ns, 0.03%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::prepareRequest (27,380 ns, 0.03%)</title><rect x="796.6" y="81" width="0.2" height="15.0" fill="rgb(113,113,238)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`__dbuf_hold_impl (836,006 ns, 0.76%)')" onmouseout="c()">
<title>zfs`__dbuf_hold_impl (836,006 ns, 0.76%)</title><rect x="981.9" y="225" width="7.4" height="15.0" fill="rgb(91,91,207)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::prepareRequest (12,512 ns, 0.01%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::prepareRequest (12,512 ns, 0.01%)</title><rect x="981.2" y="81" width="0.1" height="15.0" fill="rgb(131,131,193)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bcc3d0 (30,228 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bcc3d0 (30,228 ns, 0.03%)</title><rect x="930.4" y="177" width="0.3" height="15.0" fill="rgb(101,101,209)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`dmu_write_iokit_dnode (809,703 ns, 0.74%)')" onmouseout="c()">
<title>zfs`dmu_write_iokit_dnode (809,703 ns, 0.74%)</title><rect x="24.2" y="257" width="7.2" height="15.0" fill="rgb(138,138,209)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_LOOKUP (12,512 ns, 0.01%)')" onmouseout="c()">
<title>mach_kernel`VNOP_LOOKUP (12,512 ns, 0.01%)</title><rect x="981.2" y="289" width="0.1" height="15.0" fill="rgb(131,131,238)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_strategy (671,260 ns, 0.61%)')" onmouseout="c()">
<title>mach_kernel`buf_strategy (671,260 ns, 0.61%)</title><rect x="790.6" y="161" width="6.0" height="15.0" fill="rgb(128,128,236)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bcc3d0 (32,870 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bcc3d0 (32,870 ns, 0.03%)</title><rect x="45.4" y="337" width="0.3" height="15.0" fill="rgb(88,88,190)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020d5a070 (17,953 ns, 0.02%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020d5a070 (17,953 ns, 0.02%)</title><rect x="45.7" y="241" width="0.2" height="15.0" fill="rgb(115,115,197)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zvol_read_iokit (23,012 ns, 0.02%)')" onmouseout="c()">
<title>zfs`zvol_read_iokit (23,012 ns, 0.02%)</title><rect x="46.3" y="33" width="0.2" height="15.0" fill="rgb(122,122,193)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bd36e0 (856,907 ns, 0.78%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bd36e0 (856,907 ns, 0.78%)</title><rect x="922.8" y="193" width="7.6" height="15.0" fill="rgb(102,102,212)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zio_vdev_io_start (277,572 ns, 0.25%)')" onmouseout="c()">
<title>zfs`zio_vdev_io_start (277,572 ns, 0.25%)</title><rect x="335.9" y="177" width="2.5" height="15.0" fill="rgb(121,121,191)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zvol_read_iokit (51,363 ns, 0.05%)')" onmouseout="c()">
<title>zfs`zvol_read_iokit (51,363 ns, 0.05%)</title><rect x="944.2" y="33" width="0.4" height="15.0" fill="rgb(92,92,222)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`GetBTreeBlock (72,180 ns, 0.07%)')" onmouseout="c()">
<title>mach_kernel`GetBTreeBlock (72,180 ns, 0.07%)</title><rect x="953.2" y="193" width="0.6" height="15.0" fill="rgb(129,129,215)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020d5a070 (12,512 ns, 0.01%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020d5a070 (12,512 ns, 0.01%)</title><rect x="981.2" y="241" width="0.1" height="15.0" fill="rgb(110,110,237)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_vnop_getxattr (71,936 ns, 0.07%)')" onmouseout="c()">
<title>mach_kernel`hfs_vnop_getxattr (71,936 ns, 0.07%)</title><rect x="980.6" y="273" width="0.6" height="15.0" fill="rgb(94,94,226)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_vnop_lookup (23,012 ns, 0.02%)')" onmouseout="c()">
<title>mach_kernel`hfs_vnop_lookup (23,012 ns, 0.02%)</title><rect x="46.3" y="273" width="0.2" height="15.0" fill="rgb(122,122,238)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_STRATEGY (208,872 ns, 0.19%)')" onmouseout="c()">
<title>mach_kernel`VNOP_STRATEGY (208,872 ns, 0.19%)</title><rect x="43.6" y="145" width="1.8" height="15.0" fill="rgb(131,131,241)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_READDIR (443,883 ns, 0.41%)')" onmouseout="c()">
<title>mach_kernel`VNOP_READDIR (443,883 ns, 0.41%)</title><rect x="868.9" y="273" width="4.0" height="15.0" fill="rgb(83,83,232)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_fsync (1,801,963 ns, 1.65%)')" onmouseout="c()">
<title>mach_kernel`hfs_fsync (1,801,963 ns, 1.65%)</title><rect x="957.3" y="273" width="16.1" height="15.0" fill="rgb(95,95,221)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`spec_strategy (371,172 ns, 0.34%)')" onmouseout="c()">
<title>mach_kernel`spec_strategy (371,172 ns, 0.34%)</title><rect x="760.3" y="113" width="3.3" height="15.0" fill="rgb(92,92,194)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`dbuf_read (809,703 ns, 0.74%)')" onmouseout="c()">
<title>zfs`dbuf_read (809,703 ns, 0.74%)</title><rect x="24.2" y="209" width="7.2" height="15.0" fill="rgb(132,132,205)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`open1 (72,180 ns, 0.07%)')" onmouseout="c()">
<title>mach_kernel`open1 (72,180 ns, 0.07%)</title><rect x="953.2" y="337" width="0.6" height="15.0" fill="rgb(131,131,204)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`dbuf_read_impl (809,703 ns, 0.74%)')" onmouseout="c()">
<title>zfs`dbuf_read_impl (809,703 ns, 0.74%)</title><rect x="24.2" y="193" width="7.2" height="15.0" fill="rgb(87,87,238)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zio_nowait (72,829 ns, 0.07%)')" onmouseout="c()">
<title>zfs`zio_nowait (72,829 ns, 0.07%)</title><rect x="989.3" y="97" width="0.7" height="15.0" fill="rgb(120,120,212)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (856,907 ns, 0.78%)')" onmouseout="c()">
<title>zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (856,907 ns, 0.78%)</title><rect x="922.8" y="49" width="7.6" height="15.0" fill="rgb(101,101,228)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_CREATE (72,180 ns, 0.07%)')" onmouseout="c()">
<title>mach_kernel`VNOP_CREATE (72,180 ns, 0.07%)</title><rect x="953.2" y="289" width="0.6" height="15.0" fill="rgb(89,89,203)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_strategy (333,355 ns, 0.30%)')" onmouseout="c()">
<title>mach_kernel`buf_strategy (333,355 ns, 0.30%)</title><rect x="954.3" y="129" width="3.0" height="15.0" fill="rgb(132,132,198)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`dmu_zfetch (72,829 ns, 0.07%)')" onmouseout="c()">
<title>zfs`dmu_zfetch (72,829 ns, 0.07%)</title><rect x="989.3" y="257" width="0.7" height="15.0" fill="rgb(117,117,235)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_strategy (27,380 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`buf_strategy (27,380 ns, 0.03%)</title><rect x="796.6" y="129" width="0.2" height="15.0" fill="rgb(89,89,196)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_vget (333,355 ns, 0.30%)')" onmouseout="c()">
<title>mach_kernel`hfs_vget (333,355 ns, 0.30%)</title><rect x="954.3" y="273" width="3.0" height="15.0" fill="rgb(139,139,198)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bcc3d0 (90,150 ns, 0.08%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bcc3d0 (90,150 ns, 0.08%)</title><rect x="930.7" y="209" width="0.8" height="15.0" fill="rgb(124,124,211)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_WRITE (30,228 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`VNOP_WRITE (30,228 ns, 0.03%)</title><rect x="930.4" y="257" width="0.3" height="15.0" fill="rgb(125,125,240)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`__zio_execute (277,572 ns, 0.25%)')" onmouseout="c()">
<title>zfs`__zio_execute (277,572 ns, 0.25%)</title><rect x="335.9" y="193" width="2.5" height="15.0" fill="rgb(109,109,241)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_vnop_lookup (12,512 ns, 0.01%)')" onmouseout="c()">
<title>mach_kernel`hfs_vnop_lookup (12,512 ns, 0.01%)</title><rect x="981.2" y="273" width="0.1" height="15.0" fill="rgb(89,89,231)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_vnop_lookup (109,540 ns, 0.10%)')" onmouseout="c()">
<title>mach_kernel`hfs_vnop_lookup (109,540 ns, 0.10%)</title><rect x="979.6" y="273" width="1.0" height="15.0" fill="rgb(112,112,234)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_vnop_write (408,096 ns, 0.37%)')" onmouseout="c()">
<title>mach_kernel`hfs_vnop_write (408,096 ns, 0.37%)</title><rect x="944.6" y="241" width="3.7" height="15.0" fill="rgb(109,109,244)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`dkreadwrite (90,150 ns, 0.08%)')" onmouseout="c()">
<title>IOStorageFamily`dkreadwrite (90,150 ns, 0.08%)</title><rect x="930.7" y="145" width="0.8" height="15.0" fill="rgb(135,135,193)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_strategy (3,943,104 ns, 3.60%)')" onmouseout="c()">
<title>mach_kernel`buf_strategy (3,943,104 ns, 3.60%)</title><rect x="796.8" y="161" width="35.3" height="15.0" fill="rgb(111,111,237)" rx="2" ry="2" />
<text text-anchor="" x="799.847217406472" y="171.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >ma..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bfc720 (71,936 ns, 0.07%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bfc720 (71,936 ns, 0.07%)</title><rect x="980.6" y="321" width="0.6" height="15.0" fill="rgb(80,80,212)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_vnop_read (226,926 ns, 0.21%)')" onmouseout="c()">
<title>mach_kernel`hfs_vnop_read (226,926 ns, 0.21%)</title><rect x="754.2" y="209" width="2.0" height="15.0" fill="rgb(124,124,199)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`dkreadwrite (256,934 ns, 0.23%)')" onmouseout="c()">
<title>IOStorageFamily`dkreadwrite (256,934 ns, 0.23%)</title><rect x="944.6" y="113" width="2.3" height="15.0" fill="rgb(109,109,236)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zio_execute (5,786,685 ns, 5.28%)')" onmouseout="c()">
<title>zfs`zio_execute (5,786,685 ns, 5.28%)</title><rect x="347.9" y="241" width="51.8" height="15.0" fill="rgb(94,94,233)" rx="2" ry="2" />
<text text-anchor="" x="350.908974549611" y="251.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >zfs`z..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_meta_bread (72,180 ns, 0.07%)')" onmouseout="c()">
<title>mach_kernel`buf_meta_bread (72,180 ns, 0.07%)</title><rect x="953.2" y="177" width="0.6" height="15.0" fill="rgb(102,102,202)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_vnop_read (327,929 ns, 0.30%)')" onmouseout="c()">
<title>mach_kernel`hfs_vnop_read (327,929 ns, 0.30%)</title><rect x="10.0" y="241" width="2.9" height="15.0" fill="rgb(109,109,221)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`namei (109,540 ns, 0.10%)')" onmouseout="c()">
<title>mach_kernel`namei (109,540 ns, 0.10%)</title><rect x="979.6" y="321" width="1.0" height="15.0" fill="rgb(136,136,191)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_STRATEGY (95,089 ns, 0.09%)')" onmouseout="c()">
<title>mach_kernel`VNOP_STRATEGY (95,089 ns, 0.09%)</title><rect x="217.9" y="273" width="0.9" height="15.0" fill="rgb(87,87,195)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zio_vdev_io_done (9,162,195 ns, 8.37%)')" onmouseout="c()">
<title>zfs`zio_vdev_io_done (9,162,195 ns, 8.37%)</title><rect x="338.4" y="273" width="82.0" height="15.0" fill="rgb(105,105,210)" rx="2" ry="2" />
<text text-anchor="" x="341.393698706593" y="283.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >zfs`zio_v..</text>
</g>
<g class="func_g" onmouseover="s('zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (226,926 ns, 0.21%)')" onmouseout="c()">
<title>zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (226,926 ns, 0.21%)</title><rect x="754.2" y="49" width="2.0" height="15.0" fill="rgb(118,118,195)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`dmu_zfetch_fetch (72,829 ns, 0.07%)')" onmouseout="c()">
<title>zfs`dmu_zfetch_fetch (72,829 ns, 0.07%)</title><rect x="989.3" y="209" width="0.7" height="15.0" fill="rgb(85,85,230)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`vdev_mirror_io_start (72,829 ns, 0.07%)')" onmouseout="c()">
<title>zfs`vdev_mirror_io_start (72,829 ns, 0.07%)</title><rect x="989.3" y="113" width="0.7" height="15.0" fill="rgb(82,82,192)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('AppleFSCompressionTypeZlib`doUncompressType4 (447,839 ns, 0.41%)')" onmouseout="c()">
<title>AppleFSCompressionTypeZlib`doUncompressType4 (447,839 ns, 0.41%)</title><rect x="756.2" y="289" width="4.1" height="15.0" fill="rgb(85,85,240)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`vdev_iokit_strategy (836,006 ns, 0.76%)')" onmouseout="c()">
<title>zfs`vdev_iokit_strategy (836,006 ns, 0.76%)</title><rect x="981.9" y="33" width="7.4" height="15.0" fill="rgb(107,107,232)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`dmu_write_iokit_dbuf (836,006 ns, 0.76%)')" onmouseout="c()">
<title>zfs`dmu_write_iokit_dbuf (836,006 ns, 0.76%)</title><rect x="981.9" y="305" width="7.4" height="15.0" fill="rgb(95,95,222)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::prepareRequest (50,742 ns, 0.05%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::prepareRequest (50,742 ns, 0.05%)</title><rect x="832.1" y="97" width="0.5" height="15.0" fill="rgb(111,111,200)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_STRATEGY (317,227 ns, 0.29%)')" onmouseout="c()">
<title>mach_kernel`VNOP_STRATEGY (317,227 ns, 0.29%)</title><rect x="832.7" y="161" width="2.8" height="15.0" fill="rgb(123,123,244)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zio_flush (21,947,184 ns, 20.04%)')" onmouseout="c()">
<title>zfs`zio_flush (21,947,184 ns, 20.04%)</title><rect x="552.9" y="273" width="196.4" height="15.0" fill="rgb(132,132,221)" rx="2" ry="2" />
<text text-anchor="" x="555.927580829801" y="283.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >zfs`zio_flush</text>
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::executeRequest (49,706 ns, 0.05%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::executeRequest (49,706 ns, 0.05%)</title><rect x="953.8" y="65" width="0.5" height="15.0" fill="rgb(139,139,200)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020d5a070 (23,012 ns, 0.02%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020d5a070 (23,012 ns, 0.02%)</title><rect x="46.3" y="241" width="0.2" height="15.0" fill="rgb(120,120,239)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::prepareRequest (371,172 ns, 0.34%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::prepareRequest (371,172 ns, 0.34%)</title><rect x="760.3" y="81" width="3.3" height="15.0" fill="rgb(85,85,200)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::prepareRequest (256,934 ns, 0.23%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::prepareRequest (256,934 ns, 0.23%)</title><rect x="944.6" y="97" width="2.3" height="15.0" fill="rgb(126,126,207)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bf37e0 (1,556,447 ns, 1.42%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bf37e0 (1,556,447 ns, 1.42%)</title><rect x="930.7" y="273" width="13.9" height="15.0" fill="rgb(109,109,200)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`dkreadwrite (1,414,934 ns, 1.29%)')" onmouseout="c()">
<title>IOStorageFamily`dkreadwrite (1,414,934 ns, 1.29%)</title><rect x="931.5" y="129" width="12.7" height="15.0" fill="rgb(118,118,244)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zvol_write_iokit (671,260 ns, 0.61%)')" onmouseout="c()">
<title>zfs`zvol_write_iokit (671,260 ns, 0.61%)</title><rect x="790.6" y="65" width="6.0" height="15.0" fill="rgb(84,84,232)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_READ (327,929 ns, 0.30%)')" onmouseout="c()">
<title>mach_kernel`VNOP_READ (327,929 ns, 0.30%)</title><rect x="10.0" y="257" width="2.9" height="15.0" fill="rgb(116,116,242)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_strategy (1,256,107 ns, 1.15%)')" onmouseout="c()">
<title>mach_kernel`buf_strategy (1,256,107 ns, 1.15%)</title><rect x="12.9" y="129" width="11.3" height="15.0" fill="rgb(89,89,216)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::prepareRequest (333,355 ns, 0.30%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::prepareRequest (333,355 ns, 0.30%)</title><rect x="954.3" y="81" width="3.0" height="15.0" fill="rgb(112,112,234)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bcc3d0 (1,256,107 ns, 1.15%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bcc3d0 (1,256,107 ns, 1.15%)</title><rect x="12.9" y="161" width="11.3" height="15.0" fill="rgb(89,89,221)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zvol_read_iokit (1,256,107 ns, 1.15%)')" onmouseout="c()">
<title>zfs`zvol_read_iokit (1,256,107 ns, 1.15%)</title><rect x="12.9" y="33" width="11.3" height="15.0" fill="rgb(134,134,197)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_vnop_ioctl (1,801,963 ns, 1.65%)')" onmouseout="c()">
<title>mach_kernel`hfs_vnop_ioctl (1,801,963 ns, 1.65%)</title><rect x="957.3" y="289" width="16.1" height="15.0" fill="rgb(125,125,203)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`spec_strategy (2,385,726 ns, 2.18%)')" onmouseout="c()">
<title>mach_kernel`spec_strategy (2,385,726 ns, 2.18%)</title><rect x="769.2" y="113" width="21.4" height="15.0" fill="rgb(97,97,193)" rx="2" ry="2" />
<text text-anchor="" x="772.244028929427" y="123.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >m..</text>
</g>
<g class="func_g" onmouseover="s('zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (30,513 ns, 0.03%)')" onmouseout="c()">
<title>zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (30,513 ns, 0.03%)</title><rect x="868.6" y="49" width="0.3" height="15.0" fill="rgb(120,120,217)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zio_nowait (277,572 ns, 0.25%)')" onmouseout="c()">
<title>zfs`zio_nowait (277,572 ns, 0.25%)</title><rect x="335.9" y="209" width="2.5" height="15.0" fill="rgb(80,80,190)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`vn_open_auth (109,540 ns, 0.10%)')" onmouseout="c()">
<title>mach_kernel`vn_open_auth (109,540 ns, 0.10%)</title><rect x="979.6" y="337" width="1.0" height="15.0" fill="rgb(88,88,211)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (1,256,107 ns, 1.15%)')" onmouseout="c()">
<title>zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (1,256,107 ns, 1.15%)</title><rect x="12.9" y="49" width="11.3" height="15.0" fill="rgb(90,90,242)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bcc3d0 (51,363 ns, 0.05%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bcc3d0 (51,363 ns, 0.05%)</title><rect x="944.2" y="161" width="0.4" height="15.0" fill="rgb(82,82,211)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`vnode_setattr (30,513 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`vnode_setattr (30,513 ns, 0.03%)</title><rect x="868.6" y="289" width="0.3" height="15.0" fill="rgb(92,92,201)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('AppleFSCompressionTypeZlib`_getxattr (447,839 ns, 0.41%)')" onmouseout="c()">
<title>AppleFSCompressionTypeZlib`_getxattr (447,839 ns, 0.41%)</title><rect x="756.2" y="273" width="4.1" height="15.0" fill="rgb(108,108,213)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`journal_flush (1,801,963 ns, 1.65%)')" onmouseout="c()">
<title>mach_kernel`journal_flush (1,801,963 ns, 1.65%)</title><rect x="957.3" y="241" width="16.1" height="15.0" fill="rgb(103,103,222)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zvol_read_iokit (679,910 ns, 0.62%)')" onmouseout="c()">
<title>zfs`zvol_read_iokit (679,910 ns, 0.62%)</title><rect x="973.4" y="33" width="6.1" height="15.0" fill="rgb(87,87,196)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`vdev_config_sync (30,553,829 ns, 27.90%)')" onmouseout="c()">
<title>zfs`vdev_config_sync (30,553,829 ns, 27.90%)</title><rect x="475.9" y="289" width="273.4" height="15.0" fill="rgb(91,91,244)" rx="2" ry="2" />
<text text-anchor="" x="478.903374205159" y="299.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >zfs`vdev_config_sync</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`spec_strategy (109,540 ns, 0.10%)')" onmouseout="c()">
<title>mach_kernel`spec_strategy (109,540 ns, 0.10%)</title><rect x="979.6" y="113" width="1.0" height="15.0" fill="rgb(99,99,224)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::prepareRequest (91,892 ns, 0.08%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::prepareRequest (91,892 ns, 0.08%)</title><rect x="880.6" y="129" width="0.8" height="15.0" fill="rgb(122,122,204)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::executeRequest (679,910 ns, 0.62%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::executeRequest (679,910 ns, 0.62%)</title><rect x="973.4" y="65" width="6.1" height="15.0" fill="rgb(81,81,216)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_strategy (117,569 ns, 0.11%)')" onmouseout="c()">
<title>mach_kernel`buf_strategy (117,569 ns, 0.11%)</title><rect x="948.7" y="161" width="1.1" height="15.0" fill="rgb(103,103,215)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020df1c50 (5,568,974 ns, 5.09%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020df1c50 (5,568,974 ns, 5.09%)</title><rect x="880.6" y="289" width="49.8" height="15.0" fill="rgb(139,139,197)" rx="2" ry="2" />
<text text-anchor="" x="883.604236660433" y="299.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >mach_..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bce760 (30,228 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bce760 (30,228 ns, 0.03%)</title><rect x="930.4" y="193" width="0.3" height="15.0" fill="rgb(136,136,209)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`dkreadwrite (91,892 ns, 0.08%)')" onmouseout="c()">
<title>IOStorageFamily`dkreadwrite (91,892 ns, 0.08%)</title><rect x="880.6" y="145" width="0.8" height="15.0" fill="rgb(138,138,192)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_meta_bread (109,540 ns, 0.10%)')" onmouseout="c()">
<title>mach_kernel`buf_meta_bread (109,540 ns, 0.10%)</title><rect x="979.6" y="177" width="1.0" height="15.0" fill="rgb(83,83,201)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zvol_read_iokit (2,385,726 ns, 2.18%)')" onmouseout="c()">
<title>zfs`zvol_read_iokit (2,385,726 ns, 2.18%)</title><rect x="769.2" y="33" width="21.4" height="15.0" fill="rgb(98,98,200)" rx="2" ry="2" />
<text text-anchor="" x="772.244028929427" y="43.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >z..</text>
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::prepareRequest (11,529 ns, 0.01%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::prepareRequest (11,529 ns, 0.01%)</title><rect x="754.1" y="81" width="0.1" height="15.0" fill="rgb(112,112,241)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`spec_strategy (317,227 ns, 0.29%)')" onmouseout="c()">
<title>mach_kernel`spec_strategy (317,227 ns, 0.29%)</title><rect x="832.7" y="145" width="2.8" height="15.0" fill="rgb(85,85,228)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`unix_syscall64 (17,669,156 ns, 16.14%)')" onmouseout="c()">
<title>mach_kernel`unix_syscall64 (17,669,156 ns, 16.14%)</title><rect x="790.6" y="321" width="158.1" height="15.0" fill="rgb(117,117,209)" rx="2" ry="2" />
<text text-anchor="" x="793.594816881501" y="331.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >mach_kernel`unix_sys..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bcc3d0 (327,929 ns, 0.30%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bcc3d0 (327,929 ns, 0.30%)</title><rect x="10.0" y="161" width="2.9" height="15.0" fill="rgb(94,94,215)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_IOCTL (8,022,357 ns, 7.33%)')" onmouseout="c()">
<title>mach_kernel`VNOP_IOCTL (8,022,357 ns, 7.33%)</title><rect x="796.8" y="289" width="71.8" height="15.0" fill="rgb(80,80,233)" rx="2" ry="2" />
<text text-anchor="" x="799.847217406472" y="299.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >mach_ker..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bf3920 (47,805 ns, 0.04%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bf3920 (47,805 ns, 0.04%)</title><rect x="948.3" y="273" width="0.4" height="15.0" fill="rgb(120,120,223)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_STRATEGY (32,870 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`VNOP_STRATEGY (32,870 ns, 0.03%)</title><rect x="45.4" y="145" width="0.3" height="15.0" fill="rgb(132,132,225)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zvol_read_iokit (82,535 ns, 0.08%)')" onmouseout="c()">
<title>zfs`zvol_read_iokit (82,535 ns, 0.08%)</title><rect x="879.9" y="33" width="0.7" height="15.0" fill="rgb(125,125,243)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::prepareRequest (317,227 ns, 0.29%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::prepareRequest (317,227 ns, 0.29%)</title><rect x="832.7" y="113" width="2.8" height="15.0" fill="rgb(81,81,227)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::executeRequest (72,180 ns, 0.07%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::executeRequest (72,180 ns, 0.07%)</title><rect x="953.2" y="65" width="0.6" height="15.0" fill="rgb(118,118,237)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_vnop_write (30,228 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`hfs_vnop_write (30,228 ns, 0.03%)</title><rect x="930.4" y="241" width="0.3" height="15.0" fill="rgb(112,112,237)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::executeRequest (327,929 ns, 0.30%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::executeRequest (327,929 ns, 0.30%)</title><rect x="10.0" y="65" width="2.9" height="15.0" fill="rgb(121,121,211)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::executeRequest (30,513 ns, 0.03%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::executeRequest (30,513 ns, 0.03%)</title><rect x="868.6" y="65" width="0.3" height="15.0" fill="rgb(104,104,204)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`vdev_mirror_io_start (5,980,256 ns, 5.46%)')" onmouseout="c()">
<title>zfs`vdev_mirror_io_start (5,980,256 ns, 5.46%)</title><rect x="422.4" y="257" width="53.5" height="15.0" fill="rgb(111,111,230)" rx="2" ry="2" />
<text text-anchor="" x="425.383742128751" y="267.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >zfs`v..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`vnode_pageout (19,155,106 ns, 17.49%)')" onmouseout="c()">
<title>mach_kernel`vnode_pageout (19,155,106 ns, 17.49%)</title><rect x="46.5" y="273" width="171.4" height="15.0" fill="rgb(85,85,218)" rx="2" ry="2" />
<text text-anchor="" x="49.5090109882323" y="283.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >mach_kernel`vnode_page..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`GetBTreeBlock (443,883 ns, 0.41%)')" onmouseout="c()">
<title>mach_kernel`GetBTreeBlock (443,883 ns, 0.41%)</title><rect x="868.9" y="193" width="4.0" height="15.0" fill="rgb(100,100,235)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`dkreadwrite (317,227 ns, 0.29%)')" onmouseout="c()">
<title>IOStorageFamily`dkreadwrite (317,227 ns, 0.29%)</title><rect x="832.7" y="129" width="2.8" height="15.0" fill="rgb(96,96,232)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`GetBTreeBlock (665,014 ns, 0.61%)')" onmouseout="c()">
<title>mach_kernel`GetBTreeBlock (665,014 ns, 0.61%)</title><rect x="872.9" y="209" width="5.9" height="15.0" fill="rgb(121,121,242)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`BlockAllocate (31,238 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`BlockAllocate (31,238 ns, 0.03%)</title><rect x="769.0" y="225" width="0.2" height="15.0" fill="rgb(133,133,196)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`spec_ioctl (3,645,210 ns, 3.33%)')" onmouseout="c()">
<title>mach_kernel`spec_ioctl (3,645,210 ns, 3.33%)</title><rect x="836.0" y="161" width="32.6" height="15.0" fill="rgb(81,81,219)" rx="2" ry="2" />
<text text-anchor="" x="839.02000482299" y="171.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >ma..</text>
</g>
<g class="func_g" onmouseover="s('zfs`dmu_buf_hold_array_by_dnode (836,006 ns, 0.76%)')" onmouseout="c()">
<title>zfs`dmu_buf_hold_array_by_dnode (836,006 ns, 0.76%)</title><rect x="981.9" y="273" width="7.4" height="15.0" fill="rgb(93,93,208)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`vdev_iokit_strategy (277,572 ns, 0.25%)')" onmouseout="c()">
<title>zfs`vdev_iokit_strategy (277,572 ns, 0.25%)</title><rect x="335.9" y="145" width="2.5" height="15.0" fill="rgb(121,121,221)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`BTSearchRecord (197,199 ns, 0.18%)')" onmouseout="c()">
<title>mach_kernel`BTSearchRecord (197,199 ns, 0.18%)</title><rect x="878.8" y="241" width="1.8" height="15.0" fill="rgb(115,115,206)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`dkreadwrite (856,907 ns, 0.78%)')" onmouseout="c()">
<title>IOStorageFamily`dkreadwrite (856,907 ns, 0.78%)</title><rect x="922.8" y="97" width="7.6" height="15.0" fill="rgb(102,102,205)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (809,703 ns, 0.74%)')" onmouseout="c()">
<title>zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (809,703 ns, 0.74%)</title><rect x="24.2" y="305" width="7.2" height="15.0" fill="rgb(117,117,224)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::prepareRequest (679,910 ns, 0.62%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::prepareRequest (679,910 ns, 0.62%)</title><rect x="973.4" y="81" width="6.1" height="15.0" fill="rgb(138,138,212)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_strategy (1,801,963 ns, 1.65%)')" onmouseout="c()">
<title>mach_kernel`buf_strategy (1,801,963 ns, 1.65%)</title><rect x="957.3" y="129" width="16.1" height="15.0" fill="rgb(111,111,191)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::executeRequest (1,256,107 ns, 1.15%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::executeRequest (1,256,107 ns, 1.15%)</title><rect x="12.9" y="65" width="11.3" height="15.0" fill="rgb(138,138,241)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`unix_syscall (117,569 ns, 0.11%)')" onmouseout="c()">
<title>mach_kernel`unix_syscall (117,569 ns, 0.11%)</title><rect x="948.7" y="321" width="1.1" height="15.0" fill="rgb(84,84,203)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`vdev_iokit_io_start (72,829 ns, 0.07%)')" onmouseout="c()">
<title>zfs`vdev_iokit_io_start (72,829 ns, 0.07%)</title><rect x="989.3" y="49" width="0.7" height="15.0" fill="rgb(133,133,200)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::prepareRequest (443,883 ns, 0.41%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::prepareRequest (443,883 ns, 0.41%)</title><rect x="868.9" y="81" width="4.0" height="15.0" fill="rgb(139,139,210)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_strategy (82,535 ns, 0.08%)')" onmouseout="c()">
<title>mach_kernel`buf_strategy (82,535 ns, 0.08%)</title><rect x="879.9" y="129" width="0.7" height="15.0" fill="rgb(113,113,236)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`GetBTreeBlock (32,870 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`GetBTreeBlock (32,870 ns, 0.03%)</title><rect x="45.4" y="193" width="0.3" height="15.0" fill="rgb(130,130,195)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_bwrite (1,801,963 ns, 1.65%)')" onmouseout="c()">
<title>mach_kernel`buf_bwrite (1,801,963 ns, 1.65%)</title><rect x="957.3" y="161" width="16.1" height="15.0" fill="rgb(100,100,241)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`vm_fault (2,385,726 ns, 2.18%)')" onmouseout="c()">
<title>mach_kernel`vm_fault (2,385,726 ns, 2.18%)</title><rect x="769.2" y="305" width="21.4" height="15.0" fill="rgb(129,129,230)" rx="2" ry="2" />
<text text-anchor="" x="772.244028929427" y="315.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >m..</text>
</g>
<g class="func_g" onmouseover="s('zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (109,540 ns, 0.10%)')" onmouseout="c()">
<title>zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (109,540 ns, 0.10%)</title><rect x="979.6" y="49" width="1.0" height="15.0" fill="rgb(120,120,206)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`GetNode (443,883 ns, 0.41%)')" onmouseout="c()">
<title>mach_kernel`GetNode (443,883 ns, 0.41%)</title><rect x="868.9" y="209" width="4.0" height="15.0" fill="rgb(131,131,201)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`dkreadwrite (671,260 ns, 0.61%)')" onmouseout="c()">
<title>IOStorageFamily`dkreadwrite (671,260 ns, 0.61%)</title><rect x="790.6" y="129" width="6.0" height="15.0" fill="rgb(119,119,212)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_GETXATTR (226,926 ns, 0.21%)')" onmouseout="c()">
<title>mach_kernel`VNOP_GETXATTR (226,926 ns, 0.21%)</title><rect x="754.2" y="257" width="2.0" height="15.0" fill="rgb(128,128,215)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('spl`taskq_thread (15,854,097 ns, 14.48%)')" onmouseout="c()">
<title>spl`taskq_thread (15,854,097 ns, 14.48%)</title><rect x="334.0" y="321" width="141.9" height="15.0" fill="rgb(81,81,213)" rx="2" ry="2" />
<text text-anchor="" x="337.01890666001" y="331.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >spl`taskq_thread</text>
</g>
<g class="func_g" onmouseover="s('zfs`__zio_execute (836,006 ns, 0.76%)')" onmouseout="c()">
<title>zfs`__zio_execute (836,006 ns, 0.76%)</title><rect x="981.9" y="81" width="7.4" height="15.0" fill="rgb(117,117,220)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`cluster_pagein_ext (2,385,726 ns, 2.18%)')" onmouseout="c()">
<title>mach_kernel`cluster_pagein_ext (2,385,726 ns, 2.18%)</title><rect x="769.2" y="177" width="21.4" height="15.0" fill="rgb(91,91,192)" rx="2" ry="2" />
<text text-anchor="" x="772.244028929427" y="187.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >m..</text>
</g>
<g class="func_g" onmouseover="s('zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (90,150 ns, 0.08%)')" onmouseout="c()">
<title>zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (90,150 ns, 0.08%)</title><rect x="930.7" y="97" width="0.8" height="15.0" fill="rgb(131,131,212)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_meta_bread (49,706 ns, 0.05%)')" onmouseout="c()">
<title>mach_kernel`buf_meta_bread (49,706 ns, 0.05%)</title><rect x="953.8" y="177" width="0.5" height="15.0" fill="rgb(139,139,192)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::prepareRequest (47,607 ns, 0.04%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::prepareRequest (47,607 ns, 0.04%)</title><rect x="45.9" y="81" width="0.4" height="15.0" fill="rgb(129,129,193)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::executeRequest (226,926 ns, 0.21%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::executeRequest (226,926 ns, 0.21%)</title><rect x="754.2" y="65" width="2.0" height="15.0" fill="rgb(116,116,239)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::prepareRequest (114,664 ns, 0.10%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::prepareRequest (114,664 ns, 0.10%)</title><rect x="878.8" y="97" width="1.1" height="15.0" fill="rgb(84,84,210)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`closef_locked (532,670 ns, 0.49%)')" onmouseout="c()">
<title>mach_kernel`closef_locked (532,670 ns, 0.49%)</title><rect x="749.3" y="337" width="4.8" height="15.0" fill="rgb(85,85,209)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_strategy (532,670 ns, 0.49%)')" onmouseout="c()">
<title>mach_kernel`buf_strategy (532,670 ns, 0.49%)</title><rect x="749.3" y="129" width="4.8" height="15.0" fill="rgb(124,124,232)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`spec_strategy (23,012 ns, 0.02%)')" onmouseout="c()">
<title>mach_kernel`spec_strategy (23,012 ns, 0.02%)</title><rect x="46.3" y="113" width="0.2" height="15.0" fill="rgb(105,105,227)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::executeRequest (1,801,963 ns, 1.65%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::executeRequest (1,801,963 ns, 1.65%)</title><rect x="957.3" y="65" width="16.1" height="15.0" fill="rgb(134,134,197)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_STRATEGY (4,620,175 ns, 4.22%)')" onmouseout="c()">
<title>mach_kernel`VNOP_STRATEGY (4,620,175 ns, 4.22%)</title><rect x="881.4" y="177" width="41.4" height="15.0" fill="rgb(99,99,215)" rx="2" ry="2" />
<text text-anchor="" x="884.426613834715" y="187.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >mac..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`BTSearchRecord (208,872 ns, 0.19%)')" onmouseout="c()">
<title>mach_kernel`BTSearchRecord (208,872 ns, 0.19%)</title><rect x="43.6" y="241" width="1.8" height="15.0" fill="rgb(138,138,195)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (532,670 ns, 0.49%)')" onmouseout="c()">
<title>zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (532,670 ns, 0.49%)</title><rect x="749.3" y="49" width="4.8" height="15.0" fill="rgb(90,90,213)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`vn_getxattr (371,172 ns, 0.34%)')" onmouseout="c()">
<title>mach_kernel`vn_getxattr (371,172 ns, 0.34%)</title><rect x="760.3" y="305" width="3.3" height="15.0" fill="rgb(136,136,233)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`spec_strategy (82,535 ns, 0.08%)')" onmouseout="c()">
<title>mach_kernel`spec_strategy (82,535 ns, 0.08%)</title><rect x="879.9" y="113" width="0.7" height="15.0" fill="rgb(96,96,231)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bc7520 (114,664 ns, 0.10%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bc7520 (114,664 ns, 0.10%)</title><rect x="878.8" y="177" width="1.1" height="15.0" fill="rgb(83,83,208)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zvol_write_iokit (95,089 ns, 0.09%)')" onmouseout="c()">
<title>zfs`zvol_write_iokit (95,089 ns, 0.09%)</title><rect x="217.9" y="177" width="0.9" height="15.0" fill="rgb(86,86,201)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('AppleFSCompressionTypeZlib`vnode_validate_compressed_file_Type4 (602,530 ns, 0.55%)')" onmouseout="c()">
<title>AppleFSCompressionTypeZlib`vnode_validate_compressed_file_Type4 (602,530 ns, 0.55%)</title><rect x="763.6" y="305" width="5.4" height="15.0" fill="rgb(137,137,211)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bf4010 (532,670 ns, 0.49%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bf4010 (532,670 ns, 0.49%)</title><rect x="749.3" y="321" width="4.8" height="15.0" fill="rgb(127,127,215)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_vnop_ioctl (8,022,357 ns, 7.33%)')" onmouseout="c()">
<title>mach_kernel`hfs_vnop_ioctl (8,022,357 ns, 7.33%)</title><rect x="796.8" y="273" width="71.8" height="15.0" fill="rgb(107,107,192)" rx="2" ry="2" />
<text text-anchor="" x="799.847217406472" y="283.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >mach_ker..</text>
</g>
<g class="func_g" onmouseover="s('zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (27,380 ns, 0.03%)')" onmouseout="c()">
<title>zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (27,380 ns, 0.03%)</title><rect x="796.6" y="49" width="0.2" height="15.0" fill="rgb(92,92,208)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_INACTIVE (532,670 ns, 0.49%)')" onmouseout="c()">
<title>mach_kernel`VNOP_INACTIVE (532,670 ns, 0.49%)</title><rect x="749.3" y="273" width="4.8" height="15.0" fill="rgb(135,135,226)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`__zio_execute (5,980,256 ns, 5.46%)')" onmouseout="c()">
<title>zfs`__zio_execute (5,980,256 ns, 5.46%)</title><rect x="422.4" y="225" width="53.5" height="15.0" fill="rgb(128,128,223)" rx="2" ry="2" />
<text text-anchor="" x="425.383742128751" y="235.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >zfs`_..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bcc3d0 (31,238 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bcc3d0 (31,238 ns, 0.03%)</title><rect x="769.0" y="289" width="0.2" height="15.0" fill="rgb(139,139,227)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_STRATEGY (371,172 ns, 0.34%)')" onmouseout="c()">
<title>mach_kernel`VNOP_STRATEGY (371,172 ns, 0.34%)</title><rect x="760.3" y="145" width="3.3" height="15.0" fill="rgb(92,92,209)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bcc3d0 (30,513 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bcc3d0 (30,513 ns, 0.03%)</title><rect x="868.6" y="161" width="0.3" height="15.0" fill="rgb(121,121,207)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020dcd1c0 (27,380 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020dcd1c0 (27,380 ns, 0.03%)</title><rect x="796.6" y="273" width="0.2" height="15.0" fill="rgb(109,109,198)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_STRATEGY (90,150 ns, 0.08%)')" onmouseout="c()">
<title>mach_kernel`VNOP_STRATEGY (90,150 ns, 0.08%)</title><rect x="930.7" y="193" width="0.8" height="15.0" fill="rgb(112,112,194)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`GetBTreeBlock (208,872 ns, 0.19%)')" onmouseout="c()">
<title>mach_kernel`GetBTreeBlock (208,872 ns, 0.19%)</title><rect x="43.6" y="193" width="1.8" height="15.0" fill="rgb(91,91,229)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_STRATEGY (11,529 ns, 0.01%)')" onmouseout="c()">
<title>mach_kernel`VNOP_STRATEGY (11,529 ns, 0.01%)</title><rect x="754.1" y="145" width="0.1" height="15.0" fill="rgb(138,138,217)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_bwrite (56,756 ns, 0.05%)')" onmouseout="c()">
<title>mach_kernel`buf_bwrite (56,756 ns, 0.05%)</title><rect x="835.5" y="161" width="0.5" height="15.0" fill="rgb(114,114,214)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`advisory_read_ext (327,929 ns, 0.30%)')" onmouseout="c()">
<title>mach_kernel`advisory_read_ext (327,929 ns, 0.30%)</title><rect x="10.0" y="177" width="2.9" height="15.0" fill="rgb(86,86,209)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020d9c210 (14,795 ns, 0.01%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020d9c210 (14,795 ns, 0.01%)</title><rect x="981.7" y="193" width="0.2" height="15.0" fill="rgb(81,81,211)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`__zio_execute (211,265 ns, 0.19%)')" onmouseout="c()">
<title>zfs`__zio_execute (211,265 ns, 0.19%)</title><rect x="334.0" y="225" width="1.9" height="15.0" fill="rgb(81,81,209)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::executeRequest (30,228 ns, 0.03%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::executeRequest (30,228 ns, 0.03%)</title><rect x="930.4" y="81" width="0.3" height="15.0" fill="rgb(103,103,221)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_STRATEGY (114,664 ns, 0.10%)')" onmouseout="c()">
<title>mach_kernel`VNOP_STRATEGY (114,664 ns, 0.10%)</title><rect x="878.8" y="161" width="1.1" height="15.0" fill="rgb(124,124,197)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::executeRequest (1,414,934 ns, 1.29%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::executeRequest (1,414,934 ns, 1.29%)</title><rect x="931.5" y="97" width="12.7" height="15.0" fill="rgb(95,95,216)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`dkreadwrite (1,355,445 ns, 1.24%)')" onmouseout="c()">
<title>IOStorageFamily`dkreadwrite (1,355,445 ns, 1.24%)</title><rect x="31.4" y="337" width="12.2" height="15.0" fill="rgb(100,100,191)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020df1c50 (117,569 ns, 0.11%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020df1c50 (117,569 ns, 0.11%)</title><rect x="948.7" y="289" width="1.1" height="15.0" fill="rgb(91,91,233)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_strategy (71,936 ns, 0.07%)')" onmouseout="c()">
<title>mach_kernel`buf_strategy (71,936 ns, 0.07%)</title><rect x="980.6" y="129" width="0.6" height="15.0" fill="rgb(128,128,229)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bcc3d0 (856,907 ns, 0.78%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bcc3d0 (856,907 ns, 0.78%)</title><rect x="922.8" y="161" width="7.6" height="15.0" fill="rgb(94,94,203)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zvol_read_iokit (256,934 ns, 0.23%)')" onmouseout="c()">
<title>zfs`zvol_read_iokit (256,934 ns, 0.23%)</title><rect x="944.6" y="49" width="2.3" height="15.0" fill="rgb(90,90,239)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bcc3d0 (4,620,175 ns, 4.22%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bcc3d0 (4,620,175 ns, 4.22%)</title><rect x="881.4" y="193" width="41.4" height="15.0" fill="rgb(83,83,217)" rx="2" ry="2" />
<text text-anchor="" x="884.426613834715" y="203.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >mac..</text>
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::prepareRequest (809,703 ns, 0.74%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::prepareRequest (809,703 ns, 0.74%)</title><rect x="24.2" y="337" width="7.2" height="15.0" fill="rgb(139,139,214)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`dkioctl (12,871,475 ns, 11.75%)')" onmouseout="c()">
<title>IOStorageFamily`dkioctl (12,871,475 ns, 11.75%)</title><rect x="218.8" y="257" width="115.2" height="15.0" fill="rgb(80,80,232)" rx="2" ry="2" />
<text text-anchor="" x="221.827081045741" y="267.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >IOStorageFamil..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_strategy (32,870 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`buf_strategy (32,870 ns, 0.03%)</title><rect x="45.4" y="129" width="0.3" height="15.0" fill="rgb(129,129,190)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zio_ready (30,041 ns, 0.03%)')" onmouseout="c()">
<title>zfs`zio_ready (30,041 ns, 0.03%)</title><rect x="334.0" y="209" width="0.3" height="15.0" fill="rgb(122,122,223)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`decmpfs_validate_compressed_file (602,530 ns, 0.55%)')" onmouseout="c()">
<title>mach_kernel`decmpfs_validate_compressed_file (602,530 ns, 0.55%)</title><rect x="763.6" y="321" width="5.4" height="15.0" fill="rgb(113,113,196)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zio_nowait (2,312,278 ns, 2.11%)')" onmouseout="c()">
<title>zfs`zio_nowait (2,312,278 ns, 2.11%)</title><rect x="399.7" y="241" width="20.7" height="15.0" fill="rgb(105,105,200)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::executeRequest (3,943,104 ns, 3.60%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::executeRequest (3,943,104 ns, 3.60%)</title><rect x="796.8" y="97" width="35.3" height="15.0" fill="rgb(80,80,206)" rx="2" ry="2" />
<text text-anchor="" x="799.847217406472" y="107.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >IO..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020d607e0 (14,795 ns, 0.01%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020d607e0 (14,795 ns, 0.01%)</title><rect x="981.7" y="289" width="0.2" height="15.0" fill="rgb(117,117,232)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::prepareRequest (226,926 ns, 0.21%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::prepareRequest (226,926 ns, 0.21%)</title><rect x="754.2" y="81" width="2.0" height="15.0" fill="rgb(112,112,215)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`cluster_write_ext (47,805 ns, 0.04%)')" onmouseout="c()">
<title>mach_kernel`cluster_write_ext (47,805 ns, 0.04%)</title><rect x="948.3" y="209" width="0.4" height="15.0" fill="rgb(80,80,216)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`cluster_write_ext (408,096 ns, 0.37%)')" onmouseout="c()">
<title>mach_kernel`cluster_write_ext (408,096 ns, 0.37%)</title><rect x="944.6" y="209" width="3.7" height="15.0" fill="rgb(130,130,203)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`dkreadwrite (50,742 ns, 0.05%)')" onmouseout="c()">
<title>IOStorageFamily`dkreadwrite (50,742 ns, 0.05%)</title><rect x="832.1" y="113" width="0.5" height="15.0" fill="rgb(124,124,237)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bcc3d0 (2,385,726 ns, 2.18%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bcc3d0 (2,385,726 ns, 2.18%)</title><rect x="769.2" y="161" width="21.4" height="15.0" fill="rgb(117,117,242)" rx="2" ry="2" />
<text text-anchor="" x="772.244028929427" y="171.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >m..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`vnode_pager_data_request (2,385,726 ns, 2.18%)')" onmouseout="c()">
<title>mach_kernel`vnode_pager_data_request (2,385,726 ns, 2.18%)</title><rect x="769.2" y="273" width="21.4" height="15.0" fill="rgb(127,127,236)" rx="2" ry="2" />
<text text-anchor="" x="772.244028929427" y="283.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >m..</text>
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::executeRequest (856,907 ns, 0.78%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::executeRequest (856,907 ns, 0.78%)</title><rect x="922.8" y="65" width="7.6" height="15.0" fill="rgb(120,120,194)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bc7520 (679,910 ns, 0.62%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bc7520 (679,910 ns, 0.62%)</title><rect x="973.4" y="161" width="6.1" height="15.0" fill="rgb(110,110,240)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020c03550 (1,801,963 ns, 1.65%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020c03550 (1,801,963 ns, 1.65%)</title><rect x="957.3" y="225" width="16.1" height="15.0" fill="rgb(92,92,205)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_strategy (256,934 ns, 0.23%)')" onmouseout="c()">
<title>mach_kernel`buf_strategy (256,934 ns, 0.23%)</title><rect x="944.6" y="145" width="2.3" height="15.0" fill="rgb(83,83,222)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_strategy (19,155,106 ns, 17.49%)')" onmouseout="c()">
<title>mach_kernel`buf_strategy (19,155,106 ns, 17.49%)</title><rect x="46.5" y="161" width="171.4" height="15.0" fill="rgb(125,125,199)" rx="2" ry="2" />
<text text-anchor="" x="49.5090109882323" y="171.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >mach_kernel`buf_strategy</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_STRATEGY (27,380 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`VNOP_STRATEGY (27,380 ns, 0.03%)</title><rect x="796.6" y="145" width="0.2" height="15.0" fill="rgb(80,80,218)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`__mac_execve (27,380 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`__mac_execve (27,380 ns, 0.03%)</title><rect x="796.6" y="289" width="0.2" height="15.0" fill="rgb(122,122,227)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`spec_strategy (383,024 ns, 0.35%)')" onmouseout="c()">
<title>mach_kernel`spec_strategy (383,024 ns, 0.35%)</title><rect x="949.8" y="113" width="3.4" height="15.0" fill="rgb(135,135,207)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`dkreadwrite (14,795 ns, 0.01%)')" onmouseout="c()">
<title>IOStorageFamily`dkreadwrite (14,795 ns, 0.01%)</title><rect x="981.7" y="97" width="0.2" height="15.0" fill="rgb(85,85,234)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`net_lundman_zfs_zvol_device::doUnmap (3,645,210 ns, 3.33%)')" onmouseout="c()">
<title>zfs`net_lundman_zfs_zvol_device::doUnmap (3,645,210 ns, 3.33%)</title><rect x="836.0" y="129" width="32.6" height="15.0" fill="rgb(85,85,215)" rx="2" ry="2" />
<text text-anchor="" x="839.02000482299" y="139.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >zf..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`vnode_put_locked (46,084 ns, 0.04%)')" onmouseout="c()">
<title>mach_kernel`vnode_put_locked (46,084 ns, 0.04%)</title><rect x="981.3" y="321" width="0.4" height="15.0" fill="rgb(138,138,216)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zio_vdev_io_start (836,006 ns, 0.76%)')" onmouseout="c()">
<title>zfs`zio_vdev_io_start (836,006 ns, 0.76%)</title><rect x="981.9" y="65" width="7.4" height="15.0" fill="rgb(116,116,199)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bf37e0 (5,568,974 ns, 5.09%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bf37e0 (5,568,974 ns, 5.09%)</title><rect x="880.6" y="273" width="49.8" height="15.0" fill="rgb(116,116,218)" rx="2" ry="2" />
<text text-anchor="" x="883.604236660433" y="283.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >mach_..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_meta_bread (443,883 ns, 0.41%)')" onmouseout="c()">
<title>mach_kernel`buf_meta_bread (443,883 ns, 0.41%)</title><rect x="868.9" y="177" width="4.0" height="15.0" fill="rgb(84,84,194)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::executeRequest (71,936 ns, 0.07%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::executeRequest (71,936 ns, 0.07%)</title><rect x="980.6" y="65" width="0.6" height="15.0" fill="rgb(130,130,223)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_meta_bread (23,012 ns, 0.02%)')" onmouseout="c()">
<title>mach_kernel`buf_meta_bread (23,012 ns, 0.02%)</title><rect x="46.3" y="177" width="0.2" height="15.0" fill="rgb(121,121,220)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`__zio_execute (488,837 ns, 0.45%)')" onmouseout="c()">
<title>zfs`__zio_execute (488,837 ns, 0.45%)</title><rect x="334.0" y="257" width="4.4" height="15.0" fill="rgb(130,130,206)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (665,014 ns, 0.61%)')" onmouseout="c()">
<title>zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (665,014 ns, 0.61%)</title><rect x="872.9" y="65" width="5.9" height="15.0" fill="rgb(87,87,212)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`hndl_unix_scall (117,569 ns, 0.11%)')" onmouseout="c()">
<title>mach_kernel`hndl_unix_scall (117,569 ns, 0.11%)</title><rect x="948.7" y="337" width="1.1" height="15.0" fill="rgb(138,138,207)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bc7520 (47,607 ns, 0.04%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bc7520 (47,607 ns, 0.04%)</title><rect x="45.9" y="161" width="0.4" height="15.0" fill="rgb(99,99,205)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`spec_strategy (51,363 ns, 0.05%)')" onmouseout="c()">
<title>mach_kernel`spec_strategy (51,363 ns, 0.05%)</title><rect x="944.2" y="113" width="0.4" height="15.0" fill="rgb(137,137,219)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_meta_bread (32,870 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`buf_meta_bread (32,870 ns, 0.03%)</title><rect x="45.4" y="177" width="0.3" height="15.0" fill="rgb(121,121,220)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_PAGEIN (2,385,726 ns, 2.18%)')" onmouseout="c()">
<title>mach_kernel`VNOP_PAGEIN (2,385,726 ns, 2.18%)</title><rect x="769.2" y="225" width="21.4" height="15.0" fill="rgb(93,93,209)" rx="2" ry="2" />
<text text-anchor="" x="772.244028929427" y="235.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >m..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`BTSearchRecord (23,012 ns, 0.02%)')" onmouseout="c()">
<title>mach_kernel`BTSearchRecord (23,012 ns, 0.02%)</title><rect x="46.3" y="225" width="0.2" height="15.0" fill="rgb(97,97,191)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bc7520 (383,024 ns, 0.35%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bc7520 (383,024 ns, 0.35%)</title><rect x="949.8" y="161" width="3.4" height="15.0" fill="rgb(104,104,190)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_journal_flush (4,079,253 ns, 3.73%)')" onmouseout="c()">
<title>mach_kernel`hfs_journal_flush (4,079,253 ns, 3.73%)</title><rect x="832.1" y="241" width="36.5" height="15.0" fill="rgb(96,96,191)" rx="2" ry="2" />
<text text-anchor="" x="835.135585549745" y="251.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >mac..</text>
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`dkreadwrite (17,953 ns, 0.02%)')" onmouseout="c()">
<title>IOStorageFamily`dkreadwrite (17,953 ns, 0.02%)</title><rect x="45.7" y="97" width="0.2" height="15.0" fill="rgb(103,103,191)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`cluster_read_ext (226,926 ns, 0.21%)')" onmouseout="c()">
<title>mach_kernel`cluster_read_ext (226,926 ns, 0.21%)</title><rect x="754.2" y="193" width="2.0" height="15.0" fill="rgb(135,135,243)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bc7520 (17,953 ns, 0.02%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bc7520 (17,953 ns, 0.02%)</title><rect x="45.7" y="161" width="0.2" height="15.0" fill="rgb(106,106,195)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020df1c50 (1,556,447 ns, 1.42%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020df1c50 (1,556,447 ns, 1.42%)</title><rect x="930.7" y="289" width="13.9" height="15.0" fill="rgb(107,107,223)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`dkreadwrite (151,162 ns, 0.14%)')" onmouseout="c()">
<title>IOStorageFamily`dkreadwrite (151,162 ns, 0.14%)</title><rect x="946.9" y="97" width="1.4" height="15.0" fill="rgb(112,112,240)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`GetBTreeBlock (17,953 ns, 0.02%)')" onmouseout="c()">
<title>mach_kernel`GetBTreeBlock (17,953 ns, 0.02%)</title><rect x="45.7" y="193" width="0.2" height="15.0" fill="rgb(123,123,235)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`vnode_pager_cluster_write (19,155,106 ns, 17.49%)')" onmouseout="c()">
<title>mach_kernel`vnode_pager_cluster_write (19,155,106 ns, 17.49%)</title><rect x="46.5" y="289" width="171.4" height="15.0" fill="rgb(128,128,192)" rx="2" ry="2" />
<text text-anchor="" x="49.5090109882323" y="299.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >mach_kernel`vnode_page..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bf3920 (30,228 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bf3920 (30,228 ns, 0.03%)</title><rect x="930.4" y="273" width="0.3" height="15.0" fill="rgb(94,94,213)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_STRATEGY (679,910 ns, 0.62%)')" onmouseout="c()">
<title>mach_kernel`VNOP_STRATEGY (679,910 ns, 0.62%)</title><rect x="973.4" y="145" width="6.1" height="15.0" fill="rgb(135,135,242)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`spec_strategy (47,805 ns, 0.04%)')" onmouseout="c()">
<title>mach_kernel`spec_strategy (47,805 ns, 0.04%)</title><rect x="948.3" y="129" width="0.4" height="15.0" fill="rgb(120,120,229)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`dbuf_hold_impl (836,006 ns, 0.76%)')" onmouseout="c()">
<title>zfs`dbuf_hold_impl (836,006 ns, 0.76%)</title><rect x="981.9" y="241" width="7.4" height="15.0" fill="rgb(131,131,190)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_STRATEGY (383,024 ns, 0.35%)')" onmouseout="c()">
<title>mach_kernel`VNOP_STRATEGY (383,024 ns, 0.35%)</title><rect x="949.8" y="145" width="3.4" height="15.0" fill="rgb(87,87,206)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::executeRequest (151,162 ns, 0.14%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::executeRequest (151,162 ns, 0.14%)</title><rect x="946.9" y="65" width="1.4" height="15.0" fill="rgb(107,107,196)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::executeRequest (208,872 ns, 0.19%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::executeRequest (208,872 ns, 0.19%)</title><rect x="43.6" y="65" width="1.8" height="15.0" fill="rgb(124,124,240)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`dkreadwrite (532,670 ns, 0.49%)')" onmouseout="c()">
<title>IOStorageFamily`dkreadwrite (532,670 ns, 0.49%)</title><rect x="749.3" y="97" width="4.8" height="15.0" fill="rgb(109,109,216)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('AppleFSCompressionTypeZlib`vnode_fetch_uncompressed_data_Type4 (226,926 ns, 0.21%)')" onmouseout="c()">
<title>AppleFSCompressionTypeZlib`vnode_fetch_uncompressed_data_Type4 (226,926 ns, 0.21%)</title><rect x="754.2" y="305" width="2.0" height="15.0" fill="rgb(127,127,230)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_meta_bread (679,910 ns, 0.62%)')" onmouseout="c()">
<title>mach_kernel`buf_meta_bread (679,910 ns, 0.62%)</title><rect x="973.4" y="177" width="6.1" height="15.0" fill="rgb(113,113,229)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020c06ed0 (12,971,101 ns, 11.85%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020c06ed0 (12,971,101 ns, 11.85%)</title><rect x="217.9" y="321" width="116.1" height="15.0" fill="rgb(100,100,203)" rx="2" ry="2" />
<text text-anchor="" x="220.935489303641" y="331.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >mach_kernel`0x..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_vnop_read (1,556,447 ns, 1.42%)')" onmouseout="c()">
<title>mach_kernel`hfs_vnop_read (1,556,447 ns, 1.42%)</title><rect x="930.7" y="241" width="13.9" height="15.0" fill="rgb(96,96,203)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`GetNode (47,607 ns, 0.04%)')" onmouseout="c()">
<title>mach_kernel`GetNode (47,607 ns, 0.04%)</title><rect x="45.9" y="209" width="0.4" height="15.0" fill="rgb(113,113,204)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bc7520 (665,014 ns, 0.61%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bc7520 (665,014 ns, 0.61%)</title><rect x="872.9" y="177" width="5.9" height="15.0" fill="rgb(113,113,202)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_STRATEGY (56,756 ns, 0.05%)')" onmouseout="c()">
<title>mach_kernel`VNOP_STRATEGY (56,756 ns, 0.05%)</title><rect x="835.5" y="145" width="0.5" height="15.0" fill="rgb(119,119,232)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_vnop_open (602,530 ns, 0.55%)')" onmouseout="c()">
<title>mach_kernel`hfs_vnop_open (602,530 ns, 0.55%)</title><rect x="763.6" y="337" width="5.4" height="15.0" fill="rgb(125,125,216)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bc7520 (14,795 ns, 0.01%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bc7520 (14,795 ns, 0.01%)</title><rect x="981.7" y="161" width="0.2" height="15.0" fill="rgb(114,114,215)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`GetBTreeBlock (82,535 ns, 0.08%)')" onmouseout="c()">
<title>mach_kernel`GetBTreeBlock (82,535 ns, 0.08%)</title><rect x="879.9" y="193" width="0.7" height="15.0" fill="rgb(95,95,233)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::prepareRequest (856,907 ns, 0.78%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::prepareRequest (856,907 ns, 0.78%)</title><rect x="922.8" y="81" width="7.6" height="15.0" fill="rgb(112,112,215)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_PAGEOUT (19,155,106 ns, 17.49%)')" onmouseout="c()">
<title>mach_kernel`VNOP_PAGEOUT (19,155,106 ns, 17.49%)</title><rect x="46.5" y="257" width="171.4" height="15.0" fill="rgb(136,136,210)" rx="2" ry="2" />
<text text-anchor="" x="49.5090109882323" y="267.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >mach_kernel`VNOP_PAGEOUT</text>
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::prepareRequest (47,805 ns, 0.04%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::prepareRequest (47,805 ns, 0.04%)</title><rect x="948.3" y="97" width="0.4" height="15.0" fill="rgb(89,89,244)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zio_vdev_io_start (5,980,256 ns, 5.46%)')" onmouseout="c()">
<title>zfs`zio_vdev_io_start (5,980,256 ns, 5.46%)</title><rect x="422.4" y="209" width="53.5" height="15.0" fill="rgb(105,105,208)" rx="2" ry="2" />
<text text-anchor="" x="425.383742128751" y="219.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >zfs`z..</text>
</g>
<g class="func_g" onmouseover="s('zfs`zvol_read_iokit (109,540 ns, 0.10%)')" onmouseout="c()">
<title>zfs`zvol_read_iokit (109,540 ns, 0.10%)</title><rect x="979.6" y="33" width="1.0" height="15.0" fill="rgb(117,117,210)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`arc_read (809,703 ns, 0.74%)')" onmouseout="c()">
<title>zfs`arc_read (809,703 ns, 0.74%)</title><rect x="24.2" y="177" width="7.2" height="15.0" fill="rgb(103,103,215)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`dkreadwrite (30,228 ns, 0.03%)')" onmouseout="c()">
<title>IOStorageFamily`dkreadwrite (30,228 ns, 0.03%)</title><rect x="930.4" y="113" width="0.3" height="15.0" fill="rgb(82,82,212)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`FindIteratorPosition (679,910 ns, 0.62%)')" onmouseout="c()">
<title>mach_kernel`FindIteratorPosition (679,910 ns, 0.62%)</title><rect x="973.4" y="225" width="6.1" height="15.0" fill="rgb(113,113,215)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`dkreadwrite (1,801,963 ns, 1.65%)')" onmouseout="c()">
<title>IOStorageFamily`dkreadwrite (1,801,963 ns, 1.65%)</title><rect x="957.3" y="97" width="16.1" height="15.0" fill="rgb(100,100,204)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_vnop_readdir (443,883 ns, 0.41%)')" onmouseout="c()">
<title>mach_kernel`hfs_vnop_readdir (443,883 ns, 0.41%)</title><rect x="868.9" y="257" width="4.0" height="15.0" fill="rgb(99,99,206)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_vnop_getxattr (327,929 ns, 0.30%)')" onmouseout="c()">
<title>mach_kernel`hfs_vnop_getxattr (327,929 ns, 0.30%)</title><rect x="10.0" y="273" width="2.9" height="15.0" fill="rgb(134,134,202)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_STRATEGY (30,513 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`VNOP_STRATEGY (30,513 ns, 0.03%)</title><rect x="868.6" y="145" width="0.3" height="15.0" fill="rgb(103,103,197)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::prepareRequest (208,872 ns, 0.19%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::prepareRequest (208,872 ns, 0.19%)</title><rect x="43.6" y="81" width="1.8" height="15.0" fill="rgb(104,104,213)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020c06f70 (4,079,253 ns, 3.73%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020c06f70 (4,079,253 ns, 3.73%)</title><rect x="832.1" y="193" width="36.5" height="15.0" fill="rgb(104,104,210)" rx="2" ry="2" />
<text text-anchor="" x="835.135585549745" y="203.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >mac..</text>
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`dkreadwrite (56,756 ns, 0.05%)')" onmouseout="c()">
<title>IOStorageFamily`dkreadwrite (56,756 ns, 0.05%)</title><rect x="835.5" y="113" width="0.5" height="15.0" fill="rgb(93,93,205)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_meta_bread (12,512 ns, 0.01%)')" onmouseout="c()">
<title>mach_kernel`buf_meta_bread (12,512 ns, 0.01%)</title><rect x="981.2" y="177" width="0.1" height="15.0" fill="rgb(94,94,228)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`vdev_iokit_strategy (222,809 ns, 0.20%)')" onmouseout="c()">
<title>zfs`vdev_iokit_strategy (222,809 ns, 0.20%)</title><rect x="420.4" y="241" width="2.0" height="15.0" fill="rgb(138,138,203)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`__zio_execute (1,355,445 ns, 1.24%)')" onmouseout="c()">
<title>zfs`__zio_execute (1,355,445 ns, 1.24%)</title><rect x="31.4" y="145" width="12.2" height="15.0" fill="rgb(102,102,204)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`vdev_iokit_io_start (809,703 ns, 0.74%)')" onmouseout="c()">
<title>zfs`vdev_iokit_io_start (809,703 ns, 0.74%)</title><rect x="24.2" y="49" width="7.2" height="15.0" fill="rgb(115,115,224)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`GetBTreeBlock (23,012 ns, 0.02%)')" onmouseout="c()">
<title>mach_kernel`GetBTreeBlock (23,012 ns, 0.02%)</title><rect x="46.3" y="193" width="0.2" height="15.0" fill="rgb(106,106,200)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`call_continuation (78,534,133 ns, 71.72%)')" onmouseout="c()">
<title>mach_kernel`call_continuation (78,534,133 ns, 71.72%)</title><rect x="46.5" y="337" width="702.8" height="15.0" fill="rgb(93,93,237)" rx="2" ry="2" />
<text text-anchor="" x="49.5090109882323" y="347.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >mach_kernel`call_continuation</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`GetNode (32,870 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`GetNode (32,870 ns, 0.03%)</title><rect x="45.4" y="209" width="0.3" height="15.0" fill="rgb(97,97,232)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`vdev_iokit_strategy (2,312,278 ns, 2.11%)')" onmouseout="c()">
<title>zfs`vdev_iokit_strategy (2,312,278 ns, 2.11%)</title><rect x="399.7" y="177" width="20.7" height="15.0" fill="rgb(87,87,211)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (383,024 ns, 0.35%)')" onmouseout="c()">
<title>zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (383,024 ns, 0.35%)</title><rect x="949.8" y="49" width="3.4" height="15.0" fill="rgb(82,82,207)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`BTIterateRecords (665,014 ns, 0.61%)')" onmouseout="c()">
<title>mach_kernel`BTIterateRecords (665,014 ns, 0.61%)</title><rect x="872.9" y="241" width="5.9" height="15.0" fill="rgb(99,99,201)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`vn_rdwr_64 (27,380 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`vn_rdwr_64 (27,380 ns, 0.03%)</title><rect x="796.6" y="241" width="0.2" height="15.0" fill="rgb(128,128,215)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`GetNode (114,664 ns, 0.10%)')" onmouseout="c()">
<title>mach_kernel`GetNode (114,664 ns, 0.10%)</title><rect x="878.8" y="225" width="1.1" height="15.0" fill="rgb(132,132,216)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`spec_strategy (117,569 ns, 0.11%)')" onmouseout="c()">
<title>mach_kernel`spec_strategy (117,569 ns, 0.11%)</title><rect x="948.7" y="145" width="1.1" height="15.0" fill="rgb(117,117,194)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::executeRequest (665,014 ns, 0.61%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::executeRequest (665,014 ns, 0.61%)</title><rect x="872.9" y="81" width="5.9" height="15.0" fill="rgb(80,80,200)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`dkreadwrite (371,172 ns, 0.34%)')" onmouseout="c()">
<title>IOStorageFamily`dkreadwrite (371,172 ns, 0.34%)</title><rect x="760.3" y="97" width="3.3" height="15.0" fill="rgb(139,139,194)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::executeRequest (82,535 ns, 0.08%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::executeRequest (82,535 ns, 0.08%)</title><rect x="879.9" y="65" width="0.7" height="15.0" fill="rgb(83,83,214)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::executeRequest (114,664 ns, 0.10%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::executeRequest (114,664 ns, 0.10%)</title><rect x="878.8" y="81" width="1.1" height="15.0" fill="rgb(133,133,221)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`execve (27,380 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`execve (27,380 ns, 0.03%)</title><rect x="796.6" y="305" width="0.2" height="15.0" fill="rgb(110,110,222)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zvol_read_iokit (71,936 ns, 0.07%)')" onmouseout="c()">
<title>zfs`zvol_read_iokit (71,936 ns, 0.07%)</title><rect x="980.6" y="33" width="0.6" height="15.0" fill="rgb(88,88,224)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`spec_strategy (256,934 ns, 0.23%)')" onmouseout="c()">
<title>mach_kernel`spec_strategy (256,934 ns, 0.23%)</title><rect x="944.6" y="129" width="2.3" height="15.0" fill="rgb(117,117,234)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_vnop_blockmap (32,870 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`hfs_vnop_blockmap (32,870 ns, 0.03%)</title><rect x="45.4" y="305" width="0.3" height="15.0" fill="rgb(83,83,193)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (11,529 ns, 0.01%)')" onmouseout="c()">
<title>zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (11,529 ns, 0.01%)</title><rect x="754.1" y="49" width="0.1" height="15.0" fill="rgb(96,96,231)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`cat_lookup (17,953 ns, 0.02%)')" onmouseout="c()">
<title>mach_kernel`cat_lookup (17,953 ns, 0.02%)</title><rect x="45.7" y="257" width="0.2" height="15.0" fill="rgb(107,107,201)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::executeRequest (32,870 ns, 0.03%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::executeRequest (32,870 ns, 0.03%)</title><rect x="45.4" y="65" width="0.3" height="15.0" fill="rgb(114,114,204)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zvol_read_iokit (72,180 ns, 0.07%)')" onmouseout="c()">
<title>zfs`zvol_read_iokit (72,180 ns, 0.07%)</title><rect x="953.2" y="33" width="0.6" height="15.0" fill="rgb(90,90,222)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`spec_strategy (56,756 ns, 0.05%)')" onmouseout="c()">
<title>mach_kernel`spec_strategy (56,756 ns, 0.05%)</title><rect x="835.5" y="129" width="0.5" height="15.0" fill="rgb(96,96,236)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`lookup (12,512 ns, 0.01%)')" onmouseout="c()">
<title>mach_kernel`lookup (12,512 ns, 0.01%)</title><rect x="981.2" y="305" width="0.1" height="15.0" fill="rgb(134,134,218)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020d9c210 (11,529 ns, 0.01%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020d9c210 (11,529 ns, 0.01%)</title><rect x="754.1" y="193" width="0.1" height="15.0" fill="rgb(115,115,194)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zvol_read_iokit (12,512 ns, 0.01%)')" onmouseout="c()">
<title>zfs`zvol_read_iokit (12,512 ns, 0.01%)</title><rect x="981.2" y="33" width="0.1" height="15.0" fill="rgb(109,109,244)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`spec_strategy (31,238 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`spec_strategy (31,238 ns, 0.03%)</title><rect x="769.0" y="113" width="0.2" height="15.0" fill="rgb(96,96,210)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::prepareRequest (671,260 ns, 0.61%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::prepareRequest (671,260 ns, 0.61%)</title><rect x="790.6" y="113" width="6.0" height="15.0" fill="rgb(132,132,205)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::prepareRequest (95,089 ns, 0.09%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::prepareRequest (95,089 ns, 0.09%)</title><rect x="217.9" y="225" width="0.9" height="15.0" fill="rgb(98,98,223)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`BTSearchRecord (47,607 ns, 0.04%)')" onmouseout="c()">
<title>mach_kernel`BTSearchRecord (47,607 ns, 0.04%)</title><rect x="45.9" y="225" width="0.4" height="15.0" fill="rgb(106,106,196)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_strategy (602,530 ns, 0.55%)')" onmouseout="c()">
<title>mach_kernel`buf_strategy (602,530 ns, 0.55%)</title><rect x="763.6" y="129" width="5.4" height="15.0" fill="rgb(128,128,201)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::prepareRequest (71,936 ns, 0.07%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::prepareRequest (71,936 ns, 0.07%)</title><rect x="980.6" y="81" width="0.6" height="15.0" fill="rgb(80,80,231)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`__zio_execute (72,829 ns, 0.07%)')" onmouseout="c()">
<title>zfs`__zio_execute (72,829 ns, 0.07%)</title><rect x="989.3" y="81" width="0.7" height="15.0" fill="rgb(118,118,226)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`dbuf_read_impl (836,006 ns, 0.76%)')" onmouseout="c()">
<title>zfs`dbuf_read_impl (836,006 ns, 0.76%)</title><rect x="981.9" y="193" width="7.4" height="15.0" fill="rgb(121,121,238)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`spec_strategy (665,014 ns, 0.61%)')" onmouseout="c()">
<title>mach_kernel`spec_strategy (665,014 ns, 0.61%)</title><rect x="872.9" y="129" width="5.9" height="15.0" fill="rgb(117,117,224)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`__zio_execute (12,871,475 ns, 11.75%)')" onmouseout="c()">
<title>zfs`__zio_execute (12,871,475 ns, 11.75%)</title><rect x="218.8" y="145" width="115.2" height="15.0" fill="rgb(117,117,220)" rx="2" ry="2" />
<text text-anchor="" x="221.827081045741" y="155.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >zfs`__zio_exec..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`spec_strategy (151,162 ns, 0.14%)')" onmouseout="c()">
<title>mach_kernel`spec_strategy (151,162 ns, 0.14%)</title><rect x="946.9" y="113" width="1.4" height="15.0" fill="rgb(83,83,242)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_READDIRATTR (862,213 ns, 0.79%)')" onmouseout="c()">
<title>mach_kernel`VNOP_READDIRATTR (862,213 ns, 0.79%)</title><rect x="872.9" y="289" width="7.7" height="15.0" fill="rgb(138,138,195)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zio_nowait (12,871,475 ns, 11.75%)')" onmouseout="c()">
<title>zfs`zio_nowait (12,871,475 ns, 11.75%)</title><rect x="218.8" y="161" width="115.2" height="15.0" fill="rgb(103,103,197)" rx="2" ry="2" />
<text text-anchor="" x="221.827081045741" y="171.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >zfs`zio_nowait</text>
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::prepareRequest (32,870 ns, 0.03%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::prepareRequest (32,870 ns, 0.03%)</title><rect x="45.4" y="81" width="0.3" height="15.0" fill="rgb(108,108,232)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`GetBTreeBlock (371,172 ns, 0.34%)')" onmouseout="c()">
<title>mach_kernel`GetBTreeBlock (371,172 ns, 0.34%)</title><rect x="760.3" y="193" width="3.3" height="15.0" fill="rgb(128,128,221)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`fcntl_nocancel (8,022,357 ns, 7.33%)')" onmouseout="c()">
<title>mach_kernel`fcntl_nocancel (8,022,357 ns, 7.33%)</title><rect x="796.8" y="305" width="71.8" height="15.0" fill="rgb(82,82,234)" rx="2" ry="2" />
<text text-anchor="" x="799.847217406472" y="315.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >mach_ker..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`GetBTreeBlock (679,910 ns, 0.62%)')" onmouseout="c()">
<title>mach_kernel`GetBTreeBlock (679,910 ns, 0.62%)</title><rect x="973.4" y="193" width="6.1" height="15.0" fill="rgb(101,101,221)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`spec_strategy (90,150 ns, 0.08%)')" onmouseout="c()">
<title>mach_kernel`spec_strategy (90,150 ns, 0.08%)</title><rect x="930.7" y="161" width="0.8" height="15.0" fill="rgb(139,139,232)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_IOCTL (1,801,963 ns, 1.65%)')" onmouseout="c()">
<title>mach_kernel`VNOP_IOCTL (1,801,963 ns, 1.65%)</title><rect x="957.3" y="305" width="16.1" height="15.0" fill="rgb(135,135,222)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::prepareRequest (72,180 ns, 0.07%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::prepareRequest (72,180 ns, 0.07%)</title><rect x="953.2" y="81" width="0.6" height="15.0" fill="rgb(112,112,215)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::executeRequest (11,529 ns, 0.01%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::executeRequest (11,529 ns, 0.01%)</title><rect x="754.1" y="65" width="0.1" height="15.0" fill="rgb(134,134,233)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020d6f810 (30,513 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020d6f810 (30,513 ns, 0.03%)</title><rect x="868.6" y="225" width="0.3" height="15.0" fill="rgb(103,103,207)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zio_nowait (836,006 ns, 0.76%)')" onmouseout="c()">
<title>zfs`zio_nowait (836,006 ns, 0.76%)</title><rect x="981.9" y="161" width="7.4" height="15.0" fill="rgb(128,128,198)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`spec_strategy (671,260 ns, 0.61%)')" onmouseout="c()">
<title>mach_kernel`spec_strategy (671,260 ns, 0.61%)</title><rect x="790.6" y="145" width="6.0" height="15.0" fill="rgb(99,99,195)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`spec_strategy (679,910 ns, 0.62%)')" onmouseout="c()">
<title>mach_kernel`spec_strategy (679,910 ns, 0.62%)</title><rect x="973.4" y="113" width="6.1" height="15.0" fill="rgb(131,131,200)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`spec_strategy (27,380 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`spec_strategy (27,380 ns, 0.03%)</title><rect x="796.6" y="113" width="0.2" height="15.0" fill="rgb(81,81,190)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::prepareRequest (49,706 ns, 0.05%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::prepareRequest (49,706 ns, 0.05%)</title><rect x="953.8" y="81" width="0.5" height="15.0" fill="rgb(118,118,221)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::prepareRequest (1,414,934 ns, 1.29%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::prepareRequest (1,414,934 ns, 1.29%)</title><rect x="931.5" y="113" width="12.7" height="15.0" fill="rgb(93,93,198)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_STRATEGY (31,238 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`VNOP_STRATEGY (31,238 ns, 0.03%)</title><rect x="769.0" y="145" width="0.2" height="15.0" fill="rgb(90,90,216)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`__zio_execute (1,355,445 ns, 1.24%)')" onmouseout="c()">
<title>zfs`__zio_execute (1,355,445 ns, 1.24%)</title><rect x="31.4" y="81" width="12.2" height="15.0" fill="rgb(107,107,218)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zvol_read_iokit (1,355,445 ns, 1.24%)')" onmouseout="c()">
<title>zfs`zvol_read_iokit (1,355,445 ns, 1.24%)</title><rect x="31.4" y="273" width="12.2" height="15.0" fill="rgb(130,130,207)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`vn_rdwr (27,380 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`vn_rdwr (27,380 ns, 0.03%)</title><rect x="796.6" y="257" width="0.2" height="15.0" fill="rgb(102,102,240)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zvol_read_iokit (30,513 ns, 0.03%)')" onmouseout="c()">
<title>zfs`zvol_read_iokit (30,513 ns, 0.03%)</title><rect x="868.6" y="33" width="0.3" height="15.0" fill="rgb(117,117,206)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`dmu_write_iokit_dbuf (809,703 ns, 0.74%)')" onmouseout="c()">
<title>zfs`dmu_write_iokit_dbuf (809,703 ns, 0.74%)</title><rect x="24.2" y="273" width="7.2" height="15.0" fill="rgb(113,113,210)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_vnop_read (447,839 ns, 0.41%)')" onmouseout="c()">
<title>mach_kernel`hfs_vnop_read (447,839 ns, 0.41%)</title><rect x="756.2" y="209" width="4.1" height="15.0" fill="rgb(114,114,212)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zvol_read_iokit (333,355 ns, 0.30%)')" onmouseout="c()">
<title>zfs`zvol_read_iokit (333,355 ns, 0.30%)</title><rect x="954.3" y="33" width="3.0" height="15.0" fill="rgb(95,95,204)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::executeRequest (371,172 ns, 0.34%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::executeRequest (371,172 ns, 0.34%)</title><rect x="760.3" y="65" width="3.3" height="15.0" fill="rgb(94,94,228)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`vn_create (72,180 ns, 0.07%)')" onmouseout="c()">
<title>mach_kernel`vn_create (72,180 ns, 0.07%)</title><rect x="953.2" y="305" width="0.6" height="15.0" fill="rgb(123,123,209)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`spec_strategy (856,907 ns, 0.78%)')" onmouseout="c()">
<title>mach_kernel`spec_strategy (856,907 ns, 0.78%)</title><rect x="922.8" y="113" width="7.6" height="15.0" fill="rgb(101,101,224)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::prepareRequest (109,540 ns, 0.10%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::prepareRequest (109,540 ns, 0.10%)</title><rect x="979.6" y="81" width="1.0" height="15.0" fill="rgb(82,82,235)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`hndl_unix_scall64 (17,669,156 ns, 16.14%)')" onmouseout="c()">
<title>mach_kernel`hndl_unix_scall64 (17,669,156 ns, 16.14%)</title><rect x="790.6" y="337" width="158.1" height="15.0" fill="rgb(131,131,194)" rx="2" ry="2" />
<text text-anchor="" x="793.594816881501" y="347.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >mach_kernel`hndl_uni..</text>
</g>
<g class="func_g" onmouseover="s('zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (47,607 ns, 0.04%)')" onmouseout="c()">
<title>zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (47,607 ns, 0.04%)</title><rect x="45.9" y="49" width="0.4" height="15.0" fill="rgb(138,138,204)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_WRITE (49,706 ns, 0.05%)')" onmouseout="c()">
<title>mach_kernel`VNOP_WRITE (49,706 ns, 0.05%)</title><rect x="953.8" y="289" width="0.5" height="15.0" fill="rgb(123,123,244)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`cluster_read_ext (27,380 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`cluster_read_ext (27,380 ns, 0.03%)</title><rect x="796.6" y="193" width="0.2" height="15.0" fill="rgb(88,88,207)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_vnop_lookup (47,607 ns, 0.04%)')" onmouseout="c()">
<title>mach_kernel`hfs_vnop_lookup (47,607 ns, 0.04%)</title><rect x="45.9" y="273" width="0.4" height="15.0" fill="rgb(89,89,218)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_STRATEGY (12,512 ns, 0.01%)')" onmouseout="c()">
<title>mach_kernel`VNOP_STRATEGY (12,512 ns, 0.01%)</title><rect x="981.2" y="145" width="0.1" height="15.0" fill="rgb(87,87,209)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`vdev_mirror_io_start (1,355,445 ns, 1.24%)')" onmouseout="c()">
<title>zfs`vdev_mirror_io_start (1,355,445 ns, 1.24%)</title><rect x="31.4" y="113" width="12.2" height="15.0" fill="rgb(80,80,212)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bc7520 (32,870 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bc7520 (32,870 ns, 0.03%)</title><rect x="45.4" y="161" width="0.3" height="15.0" fill="rgb(82,82,193)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`vdev_mirror_io_start (277,572 ns, 0.25%)')" onmouseout="c()">
<title>zfs`vdev_mirror_io_start (277,572 ns, 0.25%)</title><rect x="335.9" y="225" width="2.5" height="15.0" fill="rgb(121,121,219)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_vnop_getxattr (371,172 ns, 0.34%)')" onmouseout="c()">
<title>mach_kernel`hfs_vnop_getxattr (371,172 ns, 0.34%)</title><rect x="760.3" y="273" width="3.3" height="15.0" fill="rgb(129,129,192)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`vnode_pager_cluster_read (2,385,726 ns, 2.18%)')" onmouseout="c()">
<title>mach_kernel`vnode_pager_cluster_read (2,385,726 ns, 2.18%)</title><rect x="769.2" y="257" width="21.4" height="15.0" fill="rgb(127,127,222)" rx="2" ry="2" />
<text text-anchor="" x="772.244028929427" y="267.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >m..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020d9cfc0 (11,529 ns, 0.01%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020d9cfc0 (11,529 ns, 0.01%)</title><rect x="754.1" y="209" width="0.1" height="15.0" fill="rgb(100,100,225)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_vnop_bwrite (1,801,963 ns, 1.65%)')" onmouseout="c()">
<title>mach_kernel`hfs_vnop_bwrite (1,801,963 ns, 1.65%)</title><rect x="957.3" y="177" width="16.1" height="15.0" fill="rgb(97,97,239)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`wr_uio (47,805 ns, 0.04%)')" onmouseout="c()">
<title>mach_kernel`wr_uio (47,805 ns, 0.04%)</title><rect x="948.3" y="289" width="0.4" height="15.0" fill="rgb(89,89,221)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_strategy (11,529 ns, 0.01%)')" onmouseout="c()">
<title>mach_kernel`buf_strategy (11,529 ns, 0.01%)</title><rect x="754.1" y="129" width="0.1" height="15.0" fill="rgb(104,104,220)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`vdev_iokit_io_start (2,312,278 ns, 2.11%)')" onmouseout="c()">
<title>zfs`vdev_iokit_io_start (2,312,278 ns, 2.11%)</title><rect x="399.7" y="193" width="20.7" height="15.0" fill="rgb(90,90,196)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`GetNode (72,180 ns, 0.07%)')" onmouseout="c()">
<title>mach_kernel`GetNode (72,180 ns, 0.07%)</title><rect x="953.2" y="209" width="0.6" height="15.0" fill="rgb(133,133,209)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`vdev_iokit_io_done (1,063,232 ns, 0.97%)')" onmouseout="c()">
<title>zfs`vdev_iokit_io_done (1,063,232 ns, 0.97%)</title><rect x="338.4" y="257" width="9.5" height="15.0" fill="rgb(112,112,198)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`TruncateFileC (14,795 ns, 0.01%)')" onmouseout="c()">
<title>mach_kernel`TruncateFileC (14,795 ns, 0.01%)</title><rect x="981.7" y="241" width="0.2" height="15.0" fill="rgb(81,81,236)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`vdev_iokit_io_start (181,224 ns, 0.17%)')" onmouseout="c()">
<title>zfs`vdev_iokit_io_start (181,224 ns, 0.17%)</title><rect x="334.3" y="129" width="1.6" height="15.0" fill="rgb(92,92,206)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zio_ready (30,041 ns, 0.03%)')" onmouseout="c()">
<title>zfs`zio_ready (30,041 ns, 0.03%)</title><rect x="334.0" y="177" width="0.3" height="15.0" fill="rgb(94,94,232)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zio_vdev_io_start (72,829 ns, 0.07%)')" onmouseout="c()">
<title>zfs`zio_vdev_io_start (72,829 ns, 0.07%)</title><rect x="989.3" y="65" width="0.7" height="15.0" fill="rgb(128,128,237)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (51,363 ns, 0.05%)')" onmouseout="c()">
<title>zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (51,363 ns, 0.05%)</title><rect x="944.2" y="49" width="0.4" height="15.0" fill="rgb(90,90,213)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`vdev_mirror_io_start (30,041 ns, 0.03%)')" onmouseout="c()">
<title>zfs`vdev_mirror_io_start (30,041 ns, 0.03%)</title><rect x="334.0" y="129" width="0.3" height="15.0" fill="rgb(99,99,243)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`spec_strategy (114,664 ns, 0.10%)')" onmouseout="c()">
<title>mach_kernel`spec_strategy (114,664 ns, 0.10%)</title><rect x="878.8" y="129" width="1.1" height="15.0" fill="rgb(94,94,218)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_strategy (90,150 ns, 0.08%)')" onmouseout="c()">
<title>mach_kernel`buf_strategy (90,150 ns, 0.08%)</title><rect x="930.7" y="177" width="0.8" height="15.0" fill="rgb(127,127,223)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`ExtendFileC (11,529 ns, 0.01%)')" onmouseout="c()">
<title>mach_kernel`ExtendFileC (11,529 ns, 0.01%)</title><rect x="754.1" y="241" width="0.1" height="15.0" fill="rgb(100,100,225)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_meta_bread (31,238 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`buf_meta_bread (31,238 ns, 0.03%)</title><rect x="769.0" y="177" width="0.2" height="15.0" fill="rgb(100,100,214)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`dkreadwrite (27,380 ns, 0.03%)')" onmouseout="c()">
<title>IOStorageFamily`dkreadwrite (27,380 ns, 0.03%)</title><rect x="796.6" y="97" width="0.2" height="15.0" fill="rgb(89,89,217)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_STRATEGY (333,355 ns, 0.30%)')" onmouseout="c()">
<title>mach_kernel`VNOP_STRATEGY (333,355 ns, 0.30%)</title><rect x="954.3" y="145" width="3.0" height="15.0" fill="rgb(115,115,238)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zio_execute (15,854,097 ns, 14.48%)')" onmouseout="c()">
<title>zfs`zio_execute (15,854,097 ns, 14.48%)</title><rect x="334.0" y="305" width="141.9" height="15.0" fill="rgb(133,133,225)" rx="2" ry="2" />
<text text-anchor="" x="337.01890666001" y="315.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >zfs`zio_execute</text>
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::prepareRequest (90,150 ns, 0.08%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::prepareRequest (90,150 ns, 0.08%)</title><rect x="930.7" y="129" width="0.8" height="15.0" fill="rgb(114,114,237)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_strategy (383,024 ns, 0.35%)')" onmouseout="c()">
<title>mach_kernel`buf_strategy (383,024 ns, 0.35%)</title><rect x="949.8" y="129" width="3.4" height="15.0" fill="rgb(100,100,211)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_fsync (8,022,357 ns, 7.33%)')" onmouseout="c()">
<title>mach_kernel`hfs_fsync (8,022,357 ns, 7.33%)</title><rect x="796.8" y="257" width="71.8" height="15.0" fill="rgb(119,119,219)" rx="2" ry="2" />
<text text-anchor="" x="799.847217406472" y="267.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >mach_ker..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`spec_strategy (1,414,934 ns, 1.29%)')" onmouseout="c()">
<title>mach_kernel`spec_strategy (1,414,934 ns, 1.29%)</title><rect x="931.5" y="145" width="12.7" height="15.0" fill="rgb(96,96,236)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_BLOCKMAP (11,529 ns, 0.01%)')" onmouseout="c()">
<title>mach_kernel`VNOP_BLOCKMAP (11,529 ns, 0.01%)</title><rect x="754.1" y="273" width="0.1" height="15.0" fill="rgb(88,88,206)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bd2bc0 (532,670 ns, 0.49%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bd2bc0 (532,670 ns, 0.49%)</title><rect x="749.3" y="177" width="4.8" height="15.0" fill="rgb(133,133,221)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zio_vdev_io_start (8,606,645 ns, 7.86%)')" onmouseout="c()">
<title>zfs`zio_vdev_io_start (8,606,645 ns, 7.86%)</title><rect x="475.9" y="209" width="77.0" height="15.0" fill="rgb(97,97,204)" rx="2" ry="2" />
<text text-anchor="" x="478.903374205159" y="219.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >zfs`zio_..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_vfs_vget (333,355 ns, 0.30%)')" onmouseout="c()">
<title>mach_kernel`hfs_vfs_vget (333,355 ns, 0.30%)</title><rect x="954.3" y="289" width="3.0" height="15.0" fill="rgb(101,101,195)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bc7520 (443,883 ns, 0.41%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bc7520 (443,883 ns, 0.41%)</title><rect x="868.9" y="161" width="4.0" height="15.0" fill="rgb(137,137,235)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zio_nowait (181,224 ns, 0.17%)')" onmouseout="c()">
<title>zfs`zio_nowait (181,224 ns, 0.17%)</title><rect x="334.3" y="177" width="1.6" height="15.0" fill="rgb(84,84,209)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::prepareRequest (383,024 ns, 0.35%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::prepareRequest (383,024 ns, 0.35%)</title><rect x="949.8" y="81" width="3.4" height="15.0" fill="rgb(92,92,215)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`spec_strategy (208,872 ns, 0.19%)')" onmouseout="c()">
<title>mach_kernel`spec_strategy (208,872 ns, 0.19%)</title><rect x="43.6" y="113" width="1.8" height="15.0" fill="rgb(133,133,206)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_STRATEGY (72,180 ns, 0.07%)')" onmouseout="c()">
<title>mach_kernel`VNOP_STRATEGY (72,180 ns, 0.07%)</title><rect x="953.2" y="145" width="0.6" height="15.0" fill="rgb(106,106,190)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_INACTIVE (14,795 ns, 0.01%)')" onmouseout="c()">
<title>mach_kernel`VNOP_INACTIVE (14,795 ns, 0.01%)</title><rect x="981.7" y="321" width="0.2" height="15.0" fill="rgb(102,102,201)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020d5c540 (72,180 ns, 0.07%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020d5c540 (72,180 ns, 0.07%)</title><rect x="953.2" y="241" width="0.6" height="15.0" fill="rgb(100,100,238)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020d6f810 (14,795 ns, 0.01%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020d6f810 (14,795 ns, 0.01%)</title><rect x="981.7" y="257" width="0.2" height="15.0" fill="rgb(120,120,240)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`spec_strategy (17,953 ns, 0.02%)')" onmouseout="c()">
<title>mach_kernel`spec_strategy (17,953 ns, 0.02%)</title><rect x="45.7" y="113" width="0.2" height="15.0" fill="rgb(82,82,209)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020d607e0 (532,670 ns, 0.49%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020d607e0 (532,670 ns, 0.49%)</title><rect x="749.3" y="241" width="4.8" height="15.0" fill="rgb(102,102,216)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_strategy (114,664 ns, 0.10%)')" onmouseout="c()">
<title>mach_kernel`buf_strategy (114,664 ns, 0.10%)</title><rect x="878.8" y="145" width="1.1" height="15.0" fill="rgb(128,128,205)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::executeRequest (56,756 ns, 0.05%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::executeRequest (56,756 ns, 0.05%)</title><rect x="835.5" y="81" width="0.5" height="15.0" fill="rgb(88,88,196)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_truncate (30,513 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`hfs_truncate (30,513 ns, 0.03%)</title><rect x="868.6" y="241" width="0.3" height="15.0" fill="rgb(126,126,244)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`vdev_iokit_strategy (809,703 ns, 0.74%)')" onmouseout="c()">
<title>zfs`vdev_iokit_strategy (809,703 ns, 0.74%)</title><rect x="24.2" y="33" width="7.2" height="15.0" fill="rgb(81,81,241)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zio_vdev_io_start (1,355,445 ns, 1.24%)')" onmouseout="c()">
<title>zfs`zio_vdev_io_start (1,355,445 ns, 1.24%)</title><rect x="31.4" y="65" width="12.2" height="15.0" fill="rgb(103,103,223)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (56,756 ns, 0.05%)')" onmouseout="c()">
<title>zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (56,756 ns, 0.05%)</title><rect x="835.5" y="65" width="0.5" height="15.0" fill="rgb(106,106,195)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`GetBTreeBlock (333,355 ns, 0.30%)')" onmouseout="c()">
<title>mach_kernel`GetBTreeBlock (333,355 ns, 0.30%)</title><rect x="954.3" y="193" width="3.0" height="15.0" fill="rgb(126,126,219)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (836,006 ns, 0.76%)')" onmouseout="c()">
<title>zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (836,006 ns, 0.76%)</title><rect x="981.9" y="337" width="7.4" height="15.0" fill="rgb(122,122,199)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`lookup (47,607 ns, 0.04%)')" onmouseout="c()">
<title>mach_kernel`lookup (47,607 ns, 0.04%)</title><rect x="45.9" y="305" width="0.4" height="15.0" fill="rgb(91,91,227)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_strategy (443,883 ns, 0.41%)')" onmouseout="c()">
<title>mach_kernel`buf_strategy (443,883 ns, 0.41%)</title><rect x="868.9" y="129" width="4.0" height="15.0" fill="rgb(123,123,241)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`cluster_read_ext (602,530 ns, 0.55%)')" onmouseout="c()">
<title>mach_kernel`cluster_read_ext (602,530 ns, 0.55%)</title><rect x="763.6" y="193" width="5.4" height="15.0" fill="rgb(91,91,191)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`spec_strategy (49,706 ns, 0.05%)')" onmouseout="c()">
<title>mach_kernel`spec_strategy (49,706 ns, 0.05%)</title><rect x="953.8" y="113" width="0.5" height="15.0" fill="rgb(81,81,230)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::executeRequest (109,540 ns, 0.10%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::executeRequest (109,540 ns, 0.10%)</title><rect x="979.6" y="65" width="1.0" height="15.0" fill="rgb(84,84,223)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`namei (47,607 ns, 0.04%)')" onmouseout="c()">
<title>mach_kernel`namei (47,607 ns, 0.04%)</title><rect x="45.9" y="321" width="0.4" height="15.0" fill="rgb(94,94,205)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020c01060 (60,060 ns, 0.05%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020c01060 (60,060 ns, 0.05%)</title><rect x="832.1" y="177" width="0.6" height="15.0" fill="rgb(83,83,218)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::executeRequest (46,084 ns, 0.04%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::executeRequest (46,084 ns, 0.04%)</title><rect x="981.3" y="65" width="0.4" height="15.0" fill="rgb(94,94,211)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`vdev_mirror_io_start (181,224 ns, 0.17%)')" onmouseout="c()">
<title>zfs`vdev_mirror_io_start (181,224 ns, 0.17%)</title><rect x="334.3" y="193" width="1.6" height="15.0" fill="rgb(86,86,190)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`spec_strategy (47,607 ns, 0.04%)')" onmouseout="c()">
<title>mach_kernel`spec_strategy (47,607 ns, 0.04%)</title><rect x="45.9" y="113" width="0.4" height="15.0" fill="rgb(86,86,205)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bc7520 (71,936 ns, 0.07%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bc7520 (71,936 ns, 0.07%)</title><rect x="980.6" y="161" width="0.6" height="15.0" fill="rgb(104,104,223)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`dkreadwrite (11,529 ns, 0.01%)')" onmouseout="c()">
<title>IOStorageFamily`dkreadwrite (11,529 ns, 0.01%)</title><rect x="754.1" y="97" width="0.1" height="15.0" fill="rgb(101,101,200)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`cluster_pageout (19,155,106 ns, 17.49%)')" onmouseout="c()">
<title>mach_kernel`cluster_pageout (19,155,106 ns, 17.49%)</title><rect x="46.5" y="225" width="171.4" height="15.0" fill="rgb(99,99,201)" rx="2" ry="2" />
<text text-anchor="" x="49.5090109882323" y="235.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >mach_kernel`cluster_pa..</text>
</g>
<g class="func_g" onmouseover="s('zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (114,664 ns, 0.10%)')" onmouseout="c()">
<title>zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (114,664 ns, 0.10%)</title><rect x="878.8" y="65" width="1.1" height="15.0" fill="rgb(117,117,239)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (1,355,445 ns, 1.24%)')" onmouseout="c()">
<title>zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (1,355,445 ns, 1.24%)</title><rect x="31.4" y="289" width="12.2" height="15.0" fill="rgb(96,96,202)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::prepareRequest (532,670 ns, 0.49%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::prepareRequest (532,670 ns, 0.49%)</title><rect x="749.3" y="81" width="4.8" height="15.0" fill="rgb(98,98,230)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::executeRequest (27,380 ns, 0.03%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::executeRequest (27,380 ns, 0.03%)</title><rect x="796.6" y="65" width="0.2" height="15.0" fill="rgb(106,106,240)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_GETXATTR (208,872 ns, 0.19%)')" onmouseout="c()">
<title>mach_kernel`VNOP_GETXATTR (208,872 ns, 0.19%)</title><rect x="43.6" y="289" width="1.8" height="15.0" fill="rgb(124,124,222)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`dmu_buf_hold_array (1,355,445 ns, 1.24%)')" onmouseout="c()">
<title>zfs`dmu_buf_hold_array (1,355,445 ns, 1.24%)</title><rect x="31.4" y="241" width="12.2" height="15.0" fill="rgb(115,115,194)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bcc3d0 (91,892 ns, 0.08%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bcc3d0 (91,892 ns, 0.08%)</title><rect x="880.6" y="209" width="0.8" height="15.0" fill="rgb(131,131,201)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_strategy (46,084 ns, 0.04%)')" onmouseout="c()">
<title>mach_kernel`buf_strategy (46,084 ns, 0.04%)</title><rect x="981.3" y="129" width="0.4" height="15.0" fill="rgb(112,112,238)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`SearchTree (333,355 ns, 0.30%)')" onmouseout="c()">
<title>mach_kernel`SearchTree (333,355 ns, 0.30%)</title><rect x="954.3" y="225" width="3.0" height="15.0" fill="rgb(95,95,240)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bd2480 (671,260 ns, 0.61%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bd2480 (671,260 ns, 0.61%)</title><rect x="790.6" y="225" width="6.0" height="15.0" fill="rgb(101,101,234)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_STRATEGY (3,943,104 ns, 3.60%)')" onmouseout="c()">
<title>mach_kernel`VNOP_STRATEGY (3,943,104 ns, 3.60%)</title><rect x="796.8" y="177" width="35.3" height="15.0" fill="rgb(117,117,223)" rx="2" ry="2" />
<text text-anchor="" x="799.847217406472" y="187.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >ma..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_meta_bread (371,172 ns, 0.34%)')" onmouseout="c()">
<title>mach_kernel`buf_meta_bread (371,172 ns, 0.34%)</title><rect x="760.3" y="177" width="3.3" height="15.0" fill="rgb(111,111,199)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`dkreadwrite (71,936 ns, 0.07%)')" onmouseout="c()">
<title>IOStorageFamily`dkreadwrite (71,936 ns, 0.07%)</title><rect x="980.6" y="97" width="0.6" height="15.0" fill="rgb(128,128,217)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_READDIR (679,910 ns, 0.62%)')" onmouseout="c()">
<title>mach_kernel`VNOP_READDIR (679,910 ns, 0.62%)</title><rect x="973.4" y="289" width="6.1" height="15.0" fill="rgb(127,127,242)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_STRATEGY (226,926 ns, 0.21%)')" onmouseout="c()">
<title>mach_kernel`VNOP_STRATEGY (226,926 ns, 0.21%)</title><rect x="754.2" y="145" width="2.0" height="15.0" fill="rgb(97,97,241)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`vnode_put_locked (14,795 ns, 0.01%)')" onmouseout="c()">
<title>mach_kernel`vnode_put_locked (14,795 ns, 0.01%)</title><rect x="981.7" y="337" width="0.2" height="15.0" fill="rgb(127,127,208)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (2,385,726 ns, 2.18%)')" onmouseout="c()">
<title>zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (2,385,726 ns, 2.18%)</title><rect x="769.2" y="49" width="21.4" height="15.0" fill="rgb(137,137,236)" rx="2" ry="2" />
<text text-anchor="" x="772.244028929427" y="59.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >z..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020beb090 (671,260 ns, 0.61%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020beb090 (671,260 ns, 0.61%)</title><rect x="790.6" y="305" width="6.0" height="15.0" fill="rgb(124,124,210)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`BTUpdateRecord (49,706 ns, 0.05%)')" onmouseout="c()">
<title>mach_kernel`BTUpdateRecord (49,706 ns, 0.05%)</title><rect x="953.8" y="225" width="0.5" height="15.0" fill="rgb(118,118,194)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`vdev_mirror_io_start (809,703 ns, 0.74%)')" onmouseout="c()">
<title>zfs`vdev_mirror_io_start (809,703 ns, 0.74%)</title><rect x="24.2" y="113" width="7.2" height="15.0" fill="rgb(123,123,201)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`read_nocancel (1,556,447 ns, 1.42%)')" onmouseout="c()">
<title>mach_kernel`read_nocancel (1,556,447 ns, 1.42%)</title><rect x="930.7" y="305" width="13.9" height="15.0" fill="rgb(100,100,192)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_vnop_getxattr (447,839 ns, 0.41%)')" onmouseout="c()">
<title>mach_kernel`hfs_vnop_getxattr (447,839 ns, 0.41%)</title><rect x="756.2" y="241" width="4.1" height="15.0" fill="rgb(131,131,219)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_vnop_inactive (14,795 ns, 0.01%)')" onmouseout="c()">
<title>mach_kernel`hfs_vnop_inactive (14,795 ns, 0.01%)</title><rect x="981.7" y="305" width="0.2" height="15.0" fill="rgb(131,131,233)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`BlockDeallocate (14,795 ns, 0.01%)')" onmouseout="c()">
<title>mach_kernel`BlockDeallocate (14,795 ns, 0.01%)</title><rect x="981.7" y="225" width="0.2" height="15.0" fill="rgb(111,111,192)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`txg_sync_thread (30,553,829 ns, 27.90%)')" onmouseout="c()">
<title>zfs`txg_sync_thread (30,553,829 ns, 27.90%)</title><rect x="475.9" y="321" width="273.4" height="15.0" fill="rgb(83,83,201)" rx="2" ry="2" />
<text text-anchor="" x="478.903374205159" y="331.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >zfs`txg_sync_thread</text>
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`dkreadwrite (114,664 ns, 0.10%)')" onmouseout="c()">
<title>IOStorageFamily`dkreadwrite (114,664 ns, 0.10%)</title><rect x="878.8" y="113" width="1.1" height="15.0" fill="rgb(135,135,226)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`__zio_execute (2,312,278 ns, 2.11%)')" onmouseout="c()">
<title>zfs`__zio_execute (2,312,278 ns, 2.11%)</title><rect x="399.7" y="225" width="20.7" height="15.0" fill="rgb(122,122,195)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_STRATEGY (91,892 ns, 0.08%)')" onmouseout="c()">
<title>mach_kernel`VNOP_STRATEGY (91,892 ns, 0.08%)</title><rect x="880.6" y="193" width="0.8" height="15.0" fill="rgb(98,98,237)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`decmpfs_pagein_compressed (226,926 ns, 0.21%)')" onmouseout="c()">
<title>mach_kernel`decmpfs_pagein_compressed (226,926 ns, 0.21%)</title><rect x="754.2" y="337" width="2.0" height="15.0" fill="rgb(90,90,211)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bc7520 (371,172 ns, 0.34%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bc7520 (371,172 ns, 0.34%)</title><rect x="760.3" y="161" width="3.3" height="15.0" fill="rgb(127,127,219)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`vn_getxattr (208,872 ns, 0.19%)')" onmouseout="c()">
<title>mach_kernel`vn_getxattr (208,872 ns, 0.19%)</title><rect x="43.6" y="305" width="1.8" height="15.0" fill="rgb(131,131,210)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_strategy (226,926 ns, 0.21%)')" onmouseout="c()">
<title>mach_kernel`buf_strategy (226,926 ns, 0.21%)</title><rect x="754.2" y="129" width="2.0" height="15.0" fill="rgb(137,137,229)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`dkreadwrite (23,012 ns, 0.02%)')" onmouseout="c()">
<title>IOStorageFamily`dkreadwrite (23,012 ns, 0.02%)</title><rect x="46.3" y="97" width="0.2" height="15.0" fill="rgb(86,86,232)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_STRATEGY (14,795 ns, 0.01%)')" onmouseout="c()">
<title>mach_kernel`VNOP_STRATEGY (14,795 ns, 0.01%)</title><rect x="981.7" y="145" width="0.2" height="15.0" fill="rgb(133,133,228)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`dbuf_will_dirty (809,703 ns, 0.74%)')" onmouseout="c()">
<title>zfs`dbuf_will_dirty (809,703 ns, 0.74%)</title><rect x="24.2" y="225" width="7.2" height="15.0" fill="rgb(113,113,197)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020c13fe0 (371,172 ns, 0.34%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020c13fe0 (371,172 ns, 0.34%)</title><rect x="760.3" y="321" width="3.3" height="15.0" fill="rgb(88,88,222)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`cluster_read_ext (117,569 ns, 0.11%)')" onmouseout="c()">
<title>mach_kernel`cluster_read_ext (117,569 ns, 0.11%)</title><rect x="948.7" y="225" width="1.1" height="15.0" fill="rgb(120,120,193)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`dkreadwrite (49,706 ns, 0.05%)')" onmouseout="c()">
<title>IOStorageFamily`dkreadwrite (49,706 ns, 0.05%)</title><rect x="953.8" y="97" width="0.5" height="15.0" fill="rgb(99,99,205)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zvol_read_iokit (443,883 ns, 0.41%)')" onmouseout="c()">
<title>zfs`zvol_read_iokit (443,883 ns, 0.41%)</title><rect x="868.9" y="33" width="4.0" height="15.0" fill="rgb(113,113,203)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`vdev_queue_io_done (8,098,963 ns, 7.40%)')" onmouseout="c()">
<title>zfs`vdev_queue_io_done (8,098,963 ns, 7.40%)</title><rect x="347.9" y="257" width="72.5" height="15.0" fill="rgb(80,80,241)" rx="2" ry="2" />
<text text-anchor="" x="350.908974549611" y="267.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >zfs`vdev..</text>
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`dkreadwrite (72,180 ns, 0.07%)')" onmouseout="c()">
<title>IOStorageFamily`dkreadwrite (72,180 ns, 0.07%)</title><rect x="953.2" y="97" width="0.6" height="15.0" fill="rgb(128,128,205)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`net_lundman_zfs_zvol_device::doSynchronizeCache (12,871,475 ns, 11.75%)')" onmouseout="c()">
<title>zfs`net_lundman_zfs_zvol_device::doSynchronizeCache (12,871,475 ns, 11.75%)</title><rect x="218.8" y="241" width="115.2" height="15.0" fill="rgb(106,106,214)" rx="2" ry="2" />
<text text-anchor="" x="221.827081045741" y="251.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >zfs`net_lundma..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`GetBTreeBlock (71,936 ns, 0.07%)')" onmouseout="c()">
<title>mach_kernel`GetBTreeBlock (71,936 ns, 0.07%)</title><rect x="980.6" y="193" width="0.6" height="15.0" fill="rgb(116,116,229)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (1,801,963 ns, 1.65%)')" onmouseout="c()">
<title>zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (1,801,963 ns, 1.65%)</title><rect x="957.3" y="49" width="16.1" height="15.0" fill="rgb(84,84,240)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`getdirentries64 (679,910 ns, 0.62%)')" onmouseout="c()">
<title>mach_kernel`getdirentries64 (679,910 ns, 0.62%)</title><rect x="973.4" y="321" width="6.1" height="15.0" fill="rgb(125,125,237)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`dkreadwrite (2,385,726 ns, 2.18%)')" onmouseout="c()">
<title>IOStorageFamily`dkreadwrite (2,385,726 ns, 2.18%)</title><rect x="769.2" y="97" width="21.4" height="15.0" fill="rgb(112,112,225)" rx="2" ry="2" />
<text text-anchor="" x="772.244028929427" y="107.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >I..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`cluster_push_ext (671,260 ns, 0.61%)')" onmouseout="c()">
<title>mach_kernel`cluster_push_ext (671,260 ns, 0.61%)</title><rect x="790.6" y="241" width="6.0" height="15.0" fill="rgb(87,87,240)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_vnop_lookup (383,024 ns, 0.35%)')" onmouseout="c()">
<title>mach_kernel`hfs_vnop_lookup (383,024 ns, 0.35%)</title><rect x="949.8" y="289" width="3.4" height="15.0" fill="rgb(119,119,191)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bcc3d0 (11,529 ns, 0.01%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bcc3d0 (11,529 ns, 0.01%)</title><rect x="754.1" y="289" width="0.1" height="15.0" fill="rgb(104,104,231)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_strategy (679,910 ns, 0.62%)')" onmouseout="c()">
<title>mach_kernel`buf_strategy (679,910 ns, 0.62%)</title><rect x="973.4" y="129" width="6.1" height="15.0" fill="rgb(136,136,224)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020d5c540 (49,706 ns, 0.05%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020d5c540 (49,706 ns, 0.05%)</title><rect x="953.8" y="241" width="0.5" height="15.0" fill="rgb(96,96,235)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`journal_flush (4,079,253 ns, 3.73%)')" onmouseout="c()">
<title>mach_kernel`journal_flush (4,079,253 ns, 3.73%)</title><rect x="832.1" y="225" width="36.5" height="15.0" fill="rgb(103,103,196)" rx="2" ry="2" />
<text text-anchor="" x="835.135585549745" y="235.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >mac..</text>
</g>
<g class="func_g" onmouseover="s('zfs`zio_vdev_io_start (30,041 ns, 0.03%)')" onmouseout="c()">
<title>zfs`zio_vdev_io_start (30,041 ns, 0.03%)</title><rect x="334.0" y="81" width="0.3" height="15.0" fill="rgb(111,111,242)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::executeRequest (51,363 ns, 0.05%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::executeRequest (51,363 ns, 0.05%)</title><rect x="944.2" y="65" width="0.4" height="15.0" fill="rgb(136,136,223)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`dkreadwrite (30,513 ns, 0.03%)')" onmouseout="c()">
<title>IOStorageFamily`dkreadwrite (30,513 ns, 0.03%)</title><rect x="868.6" y="97" width="0.3" height="15.0" fill="rgb(91,91,199)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::executeRequest (47,805 ns, 0.04%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::executeRequest (47,805 ns, 0.04%)</title><rect x="948.3" y="81" width="0.4" height="15.0" fill="rgb(88,88,211)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`cluster_write_ext (30,228 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`cluster_write_ext (30,228 ns, 0.03%)</title><rect x="930.4" y="209" width="0.3" height="15.0" fill="rgb(135,135,209)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`dkreadwrite (1,256,107 ns, 1.15%)')" onmouseout="c()">
<title>IOStorageFamily`dkreadwrite (1,256,107 ns, 1.15%)</title><rect x="12.9" y="97" width="11.3" height="15.0" fill="rgb(101,101,196)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`pwrite_nocancel (30,228 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`pwrite_nocancel (30,228 ns, 0.03%)</title><rect x="930.4" y="305" width="0.3" height="15.0" fill="rgb(97,97,232)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`GetBTreeBlock (114,664 ns, 0.10%)')" onmouseout="c()">
<title>mach_kernel`GetBTreeBlock (114,664 ns, 0.10%)</title><rect x="878.8" y="209" width="1.1" height="15.0" fill="rgb(86,86,222)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (71,936 ns, 0.07%)')" onmouseout="c()">
<title>zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (71,936 ns, 0.07%)</title><rect x="980.6" y="49" width="0.6" height="15.0" fill="rgb(113,113,203)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (3,943,104 ns, 3.60%)')" onmouseout="c()">
<title>zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (3,943,104 ns, 3.60%)</title><rect x="796.8" y="81" width="35.3" height="15.0" fill="rgb(114,114,218)" rx="2" ry="2" />
<text text-anchor="" x="799.847217406472" y="91.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >zf..</text>
</g>
<g class="func_g" onmouseover="s('zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (679,910 ns, 0.62%)')" onmouseout="c()">
<title>zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (679,910 ns, 0.62%)</title><rect x="973.4" y="49" width="6.1" height="15.0" fill="rgb(90,90,196)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`vdev_iokit_strategy (72,829 ns, 0.07%)')" onmouseout="c()">
<title>zfs`vdev_iokit_strategy (72,829 ns, 0.07%)</title><rect x="989.3" y="33" width="0.7" height="15.0" fill="rgb(124,124,224)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (602,530 ns, 0.55%)')" onmouseout="c()">
<title>zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (602,530 ns, 0.55%)</title><rect x="763.6" y="49" width="5.4" height="15.0" fill="rgb(115,115,239)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zvol_write_iokit (836,006 ns, 0.76%)')" onmouseout="c()">
<title>zfs`zvol_write_iokit (836,006 ns, 0.76%)</title><rect x="981.9" y="321" width="7.4" height="15.0" fill="rgb(112,112,235)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_GETXATTR (371,172 ns, 0.34%)')" onmouseout="c()">
<title>mach_kernel`VNOP_GETXATTR (371,172 ns, 0.34%)</title><rect x="760.3" y="289" width="3.3" height="15.0" fill="rgb(83,83,240)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`vdev_iokit_io_start (8,606,645 ns, 7.86%)')" onmouseout="c()">
<title>zfs`vdev_iokit_io_start (8,606,645 ns, 7.86%)</title><rect x="475.9" y="193" width="77.0" height="15.0" fill="rgb(82,82,231)" rx="2" ry="2" />
<text text-anchor="" x="478.903374205159" y="203.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >zfs`vdev..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bd2bc0 (11,529 ns, 0.01%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bd2bc0 (11,529 ns, 0.01%)</title><rect x="754.1" y="305" width="0.1" height="15.0" fill="rgb(121,121,231)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`cluster_push_ext (3,943,104 ns, 3.60%)')" onmouseout="c()">
<title>mach_kernel`cluster_push_ext (3,943,104 ns, 3.60%)</title><rect x="796.8" y="241" width="35.3" height="15.0" fill="rgb(99,99,224)" rx="2" ry="2" />
<text text-anchor="" x="799.847217406472" y="251.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >ma..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`advisory_read_ext (51,363 ns, 0.05%)')" onmouseout="c()">
<title>mach_kernel`advisory_read_ext (51,363 ns, 0.05%)</title><rect x="944.2" y="177" width="0.4" height="15.0" fill="rgb(88,88,241)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_STRATEGY (47,607 ns, 0.04%)')" onmouseout="c()">
<title>mach_kernel`VNOP_STRATEGY (47,607 ns, 0.04%)</title><rect x="45.9" y="145" width="0.4" height="15.0" fill="rgb(80,80,215)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bc7520 (82,535 ns, 0.08%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bc7520 (82,535 ns, 0.08%)</title><rect x="879.9" y="161" width="0.7" height="15.0" fill="rgb(134,134,209)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::executeRequest (383,024 ns, 0.35%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::executeRequest (383,024 ns, 0.35%)</title><rect x="949.8" y="65" width="3.4" height="15.0" fill="rgb(82,82,244)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`arc_read (836,006 ns, 0.76%)')" onmouseout="c()">
<title>zfs`arc_read (836,006 ns, 0.76%)</title><rect x="981.9" y="177" width="7.4" height="15.0" fill="rgb(104,104,198)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_strategy (1,414,934 ns, 1.29%)')" onmouseout="c()">
<title>mach_kernel`buf_strategy (1,414,934 ns, 1.29%)</title><rect x="931.5" y="161" width="12.7" height="15.0" fill="rgb(121,121,241)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`cat_lookup (12,512 ns, 0.01%)')" onmouseout="c()">
<title>mach_kernel`cat_lookup (12,512 ns, 0.01%)</title><rect x="981.2" y="257" width="0.1" height="15.0" fill="rgb(107,107,244)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (14,795 ns, 0.01%)')" onmouseout="c()">
<title>zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (14,795 ns, 0.01%)</title><rect x="981.7" y="49" width="0.2" height="15.0" fill="rgb(88,88,232)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_journal_flush (1,801,963 ns, 1.65%)')" onmouseout="c()">
<title>mach_kernel`hfs_journal_flush (1,801,963 ns, 1.65%)</title><rect x="957.3" y="257" width="16.1" height="15.0" fill="rgb(113,113,231)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (23,012 ns, 0.02%)')" onmouseout="c()">
<title>zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (23,012 ns, 0.02%)</title><rect x="46.3" y="49" width="0.2" height="15.0" fill="rgb(88,88,202)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (443,883 ns, 0.41%)')" onmouseout="c()">
<title>zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (443,883 ns, 0.41%)</title><rect x="868.9" y="49" width="4.0" height="15.0" fill="rgb(131,131,198)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`spec_strategy (602,530 ns, 0.55%)')" onmouseout="c()">
<title>mach_kernel`spec_strategy (602,530 ns, 0.55%)</title><rect x="763.6" y="113" width="5.4" height="15.0" fill="rgb(85,85,211)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`dkreadwrite (19,155,106 ns, 17.49%)')" onmouseout="c()">
<title>IOStorageFamily`dkreadwrite (19,155,106 ns, 17.49%)</title><rect x="46.5" y="129" width="171.4" height="15.0" fill="rgb(100,100,217)" rx="2" ry="2" />
<text text-anchor="" x="49.5090109882323" y="139.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >IOStorageFamily`dkread..</text>
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::prepareRequest (30,228 ns, 0.03%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::prepareRequest (30,228 ns, 0.03%)</title><rect x="930.4" y="97" width="0.3" height="15.0" fill="rgb(113,113,242)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`vnode_lookup (12,512 ns, 0.01%)')" onmouseout="c()">
<title>mach_kernel`vnode_lookup (12,512 ns, 0.01%)</title><rect x="981.2" y="337" width="0.1" height="15.0" fill="rgb(119,119,234)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_INACTIVE (46,084 ns, 0.04%)')" onmouseout="c()">
<title>mach_kernel`VNOP_INACTIVE (46,084 ns, 0.04%)</title><rect x="981.3" y="305" width="0.4" height="15.0" fill="rgb(116,116,220)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zvol_read_iokit (447,839 ns, 0.41%)')" onmouseout="c()">
<title>zfs`zvol_read_iokit (447,839 ns, 0.41%)</title><rect x="756.2" y="33" width="4.1" height="15.0" fill="rgb(114,114,235)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`vnode_pagein (2,385,726 ns, 2.18%)')" onmouseout="c()">
<title>mach_kernel`vnode_pagein (2,385,726 ns, 2.18%)</title><rect x="769.2" y="241" width="21.4" height="15.0" fill="rgb(138,138,212)" rx="2" ry="2" />
<text text-anchor="" x="772.244028929427" y="251.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >m..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bcc3d0 (47,805 ns, 0.04%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bcc3d0 (47,805 ns, 0.04%)</title><rect x="948.3" y="177" width="0.4" height="15.0" fill="rgb(125,125,213)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`GetBTreeBlock (12,512 ns, 0.01%)')" onmouseout="c()">
<title>mach_kernel`GetBTreeBlock (12,512 ns, 0.01%)</title><rect x="981.2" y="193" width="0.1" height="15.0" fill="rgb(125,125,219)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_READ (602,530 ns, 0.55%)')" onmouseout="c()">
<title>mach_kernel`VNOP_READ (602,530 ns, 0.55%)</title><rect x="763.6" y="225" width="5.4" height="15.0" fill="rgb(99,99,199)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zvol_read_iokit (1,414,934 ns, 1.29%)')" onmouseout="c()">
<title>zfs`zvol_read_iokit (1,414,934 ns, 1.29%)</title><rect x="931.5" y="65" width="12.7" height="15.0" fill="rgb(122,122,204)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zvol_read_iokit (91,892 ns, 0.08%)')" onmouseout="c()">
<title>zfs`zvol_read_iokit (91,892 ns, 0.08%)</title><rect x="880.6" y="81" width="0.8" height="15.0" fill="rgb(92,92,193)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`vm_fault_page (2,385,726 ns, 2.18%)')" onmouseout="c()">
<title>mach_kernel`vm_fault_page (2,385,726 ns, 2.18%)</title><rect x="769.2" y="289" width="21.4" height="15.0" fill="rgb(131,131,223)" rx="2" ry="2" />
<text text-anchor="" x="772.244028929427" y="299.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >m..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`read_nocancel (117,569 ns, 0.11%)')" onmouseout="c()">
<title>mach_kernel`read_nocancel (117,569 ns, 0.11%)</title><rect x="948.7" y="305" width="1.1" height="15.0" fill="rgb(123,123,193)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_READ (1,256,107 ns, 1.15%)')" onmouseout="c()">
<title>mach_kernel`VNOP_READ (1,256,107 ns, 1.15%)</title><rect x="12.9" y="225" width="11.3" height="15.0" fill="rgb(84,84,241)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`vdev_iokit_sync (12,871,475 ns, 11.75%)')" onmouseout="c()">
<title>zfs`vdev_iokit_sync (12,871,475 ns, 11.75%)</title><rect x="218.8" y="97" width="115.2" height="15.0" fill="rgb(94,94,230)" rx="2" ry="2" />
<text text-anchor="" x="221.827081045741" y="107.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >zfs`vdev_iokit..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_getxattr_internal (71,936 ns, 0.07%)')" onmouseout="c()">
<title>mach_kernel`hfs_getxattr_internal (71,936 ns, 0.07%)</title><rect x="980.6" y="257" width="0.6" height="15.0" fill="rgb(96,96,209)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zvol_read_iokit (47,607 ns, 0.04%)')" onmouseout="c()">
<title>zfs`zvol_read_iokit (47,607 ns, 0.04%)</title><rect x="45.9" y="33" width="0.4" height="15.0" fill="rgb(115,115,195)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`dkreadwrite (327,929 ns, 0.30%)')" onmouseout="c()">
<title>IOStorageFamily`dkreadwrite (327,929 ns, 0.30%)</title><rect x="10.0" y="97" width="2.9" height="15.0" fill="rgb(104,104,208)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bc7520 (109,540 ns, 0.10%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bc7520 (109,540 ns, 0.10%)</title><rect x="979.6" y="161" width="1.0" height="15.0" fill="rgb(84,84,224)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`cluster_write_ext (30,513 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`cluster_write_ext (30,513 ns, 0.03%)</title><rect x="868.6" y="193" width="0.3" height="15.0" fill="rgb(95,95,227)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_update (49,706 ns, 0.05%)')" onmouseout="c()">
<title>mach_kernel`hfs_update (49,706 ns, 0.05%)</title><rect x="953.8" y="257" width="0.5" height="15.0" fill="rgb(85,85,229)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`dbuf_read (1,355,445 ns, 1.24%)')" onmouseout="c()">
<title>zfs`dbuf_read (1,355,445 ns, 1.24%)</title><rect x="31.4" y="209" width="12.2" height="15.0" fill="rgb(80,80,191)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`arc_read (72,829 ns, 0.07%)')" onmouseout="c()">
<title>zfs`arc_read (72,829 ns, 0.07%)</title><rect x="989.3" y="177" width="0.7" height="15.0" fill="rgb(119,119,227)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_strategy (30,228 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`buf_strategy (30,228 ns, 0.03%)</title><rect x="930.4" y="145" width="0.3" height="15.0" fill="rgb(95,95,234)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::executeRequest (90,150 ns, 0.08%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::executeRequest (90,150 ns, 0.08%)</title><rect x="930.7" y="113" width="0.8" height="15.0" fill="rgb(105,105,244)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`spec_strategy (333,355 ns, 0.30%)')" onmouseout="c()">
<title>mach_kernel`spec_strategy (333,355 ns, 0.30%)</title><rect x="954.3" y="113" width="3.0" height="15.0" fill="rgb(120,120,224)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_STRATEGY (443,883 ns, 0.41%)')" onmouseout="c()">
<title>mach_kernel`VNOP_STRATEGY (443,883 ns, 0.41%)</title><rect x="868.9" y="145" width="4.0" height="15.0" fill="rgb(105,105,237)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_STRATEGY (1,414,934 ns, 1.29%)')" onmouseout="c()">
<title>mach_kernel`VNOP_STRATEGY (1,414,934 ns, 1.29%)</title><rect x="931.5" y="177" width="12.7" height="15.0" fill="rgb(91,91,231)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`spec_strategy (95,089 ns, 0.09%)')" onmouseout="c()">
<title>mach_kernel`spec_strategy (95,089 ns, 0.09%)</title><rect x="217.9" y="257" width="0.9" height="15.0" fill="rgb(87,87,199)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bc7520 (11,529 ns, 0.01%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bc7520 (11,529 ns, 0.01%)</title><rect x="754.1" y="161" width="0.1" height="15.0" fill="rgb(121,121,206)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`dkreadwrite (117,569 ns, 0.11%)')" onmouseout="c()">
<title>IOStorageFamily`dkreadwrite (117,569 ns, 0.11%)</title><rect x="948.7" y="129" width="1.1" height="15.0" fill="rgb(99,99,213)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`vdev_iokit_io_start (277,572 ns, 0.25%)')" onmouseout="c()">
<title>zfs`vdev_iokit_io_start (277,572 ns, 0.25%)</title><rect x="335.9" y="161" width="2.5" height="15.0" fill="rgb(131,131,192)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bd0c30 (602,530 ns, 0.55%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bd0c30 (602,530 ns, 0.55%)</title><rect x="763.6" y="177" width="5.4" height="15.0" fill="rgb(83,83,227)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`vdev_iokit_io_start (1,355,445 ns, 1.24%)')" onmouseout="c()">
<title>zfs`vdev_iokit_io_start (1,355,445 ns, 1.24%)</title><rect x="31.4" y="49" width="12.2" height="15.0" fill="rgb(129,129,213)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zio_vdev_io_start (809,703 ns, 0.74%)')" onmouseout="c()">
<title>zfs`zio_vdev_io_start (809,703 ns, 0.74%)</title><rect x="24.2" y="129" width="7.2" height="15.0" fill="rgb(82,82,203)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`spec_strategy (30,513 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`spec_strategy (30,513 ns, 0.03%)</title><rect x="868.6" y="113" width="0.3" height="15.0" fill="rgb(126,126,220)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_meta_bread (47,607 ns, 0.04%)')" onmouseout="c()">
<title>mach_kernel`buf_meta_bread (47,607 ns, 0.04%)</title><rect x="45.9" y="177" width="0.4" height="15.0" fill="rgb(129,129,208)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zio_flush (8,606,645 ns, 7.86%)')" onmouseout="c()">
<title>zfs`zio_flush (8,606,645 ns, 7.86%)</title><rect x="475.9" y="257" width="77.0" height="15.0" fill="rgb(118,118,234)" rx="2" ry="2" />
<text text-anchor="" x="478.903374205159" y="267.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >zfs`zio_..</text>
</g>
<g class="func_g" onmouseover="s('zfs`zio_vdev_io_start (1,355,445 ns, 1.24%)')" onmouseout="c()">
<title>zfs`zio_vdev_io_start (1,355,445 ns, 1.24%)</title><rect x="31.4" y="129" width="12.2" height="15.0" fill="rgb(113,113,237)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::prepareRequest (82,535 ns, 0.08%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::prepareRequest (82,535 ns, 0.08%)</title><rect x="879.9" y="81" width="0.7" height="15.0" fill="rgb(105,105,200)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`vdev_iokit_io_start (12,871,475 ns, 11.75%)')" onmouseout="c()">
<title>zfs`vdev_iokit_io_start (12,871,475 ns, 11.75%)</title><rect x="218.8" y="113" width="115.2" height="15.0" fill="rgb(120,120,207)" rx="2" ry="2" />
<text text-anchor="" x="221.827081045741" y="123.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >zfs`vdev_iokit..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`cluster_pageout (31,238 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`cluster_pageout (31,238 ns, 0.03%)</title><rect x="769.0" y="321" width="0.2" height="15.0" fill="rgb(137,137,199)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`cluster_write (47,805 ns, 0.04%)')" onmouseout="c()">
<title>mach_kernel`cluster_write (47,805 ns, 0.04%)</title><rect x="948.3" y="225" width="0.4" height="15.0" fill="rgb(139,139,243)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_vnop_create (72,180 ns, 0.07%)')" onmouseout="c()">
<title>mach_kernel`hfs_vnop_create (72,180 ns, 0.07%)</title><rect x="953.2" y="273" width="0.6" height="15.0" fill="rgb(121,121,235)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`vdev_iokit_io_start (222,809 ns, 0.20%)')" onmouseout="c()">
<title>zfs`vdev_iokit_io_start (222,809 ns, 0.20%)</title><rect x="420.4" y="257" width="2.0" height="15.0" fill="rgb(111,111,210)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`cluster_pagein (2,385,726 ns, 2.18%)')" onmouseout="c()">
<title>mach_kernel`cluster_pagein (2,385,726 ns, 2.18%)</title><rect x="769.2" y="193" width="21.4" height="15.0" fill="rgb(136,136,193)" rx="2" ry="2" />
<text text-anchor="" x="772.244028929427" y="203.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >m..</text>
</g>
<g class="func_g" onmouseover="s('zfs`zvol_read_iokit (31,238 ns, 0.03%)')" onmouseout="c()">
<title>zfs`zvol_read_iokit (31,238 ns, 0.03%)</title><rect x="769.0" y="33" width="0.2" height="15.0" fill="rgb(130,130,192)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`spec_strategy (19,155,106 ns, 17.49%)')" onmouseout="c()">
<title>mach_kernel`spec_strategy (19,155,106 ns, 17.49%)</title><rect x="46.5" y="145" width="171.4" height="15.0" fill="rgb(93,93,240)" rx="2" ry="2" />
<text text-anchor="" x="49.5090109882323" y="155.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >mach_kernel`spec_strat..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_strategy (31,238 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`buf_strategy (31,238 ns, 0.03%)</title><rect x="769.0" y="129" width="0.2" height="15.0" fill="rgb(98,98,192)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('AppleFSCompressionTypeZlib`doUncompressType4 (226,926 ns, 0.21%)')" onmouseout="c()">
<title>AppleFSCompressionTypeZlib`doUncompressType4 (226,926 ns, 0.21%)</title><rect x="754.2" y="289" width="2.0" height="15.0" fill="rgb(119,119,212)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`hndl_alltraps (2,385,726 ns, 2.18%)')" onmouseout="c()">
<title>mach_kernel`hndl_alltraps (2,385,726 ns, 2.18%)</title><rect x="769.2" y="337" width="21.4" height="15.0" fill="rgb(109,109,206)" rx="2" ry="2" />
<text text-anchor="" x="772.244028929427" y="347.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >m..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_STRATEGY (1,256,107 ns, 1.15%)')" onmouseout="c()">
<title>mach_kernel`VNOP_STRATEGY (1,256,107 ns, 1.15%)</title><rect x="12.9" y="145" width="11.3" height="15.0" fill="rgb(128,128,195)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::prepareRequest (1,256,107 ns, 1.15%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::prepareRequest (1,256,107 ns, 1.15%)</title><rect x="12.9" y="81" width="11.3" height="15.0" fill="rgb(96,96,194)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`access (23,012 ns, 0.02%)')" onmouseout="c()">
<title>mach_kernel`access (23,012 ns, 0.02%)</title><rect x="46.3" y="337" width="0.2" height="15.0" fill="rgb(85,85,194)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('all (109,504,693 ns, 100%)')" onmouseout="c()">
<title>all (109,504,693 ns, 100%)</title><rect x="10.0" y="353" width="980.0" height="15.0" fill="rgb(120,120,240)" rx="2" ry="2" />
<text text-anchor="" x="13" y="363.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" ></text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_GETXATTR (71,936 ns, 0.07%)')" onmouseout="c()">
<title>mach_kernel`VNOP_GETXATTR (71,936 ns, 0.07%)</title><rect x="980.6" y="289" width="0.6" height="15.0" fill="rgb(92,92,210)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`BTSearchRecord (17,953 ns, 0.02%)')" onmouseout="c()">
<title>mach_kernel`BTSearchRecord (17,953 ns, 0.02%)</title><rect x="45.7" y="225" width="0.2" height="15.0" fill="rgb(112,112,226)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`cluster_read_ext (447,839 ns, 0.41%)')" onmouseout="c()">
<title>mach_kernel`cluster_read_ext (447,839 ns, 0.41%)</title><rect x="756.2" y="193" width="4.1" height="15.0" fill="rgb(82,82,229)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bd0c30 (117,569 ns, 0.11%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bd0c30 (117,569 ns, 0.11%)</title><rect x="948.7" y="209" width="1.1" height="15.0" fill="rgb(137,137,215)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`__zio_execute (809,703 ns, 0.74%)')" onmouseout="c()">
<title>zfs`__zio_execute (809,703 ns, 0.74%)</title><rect x="24.2" y="81" width="7.2" height="15.0" fill="rgb(124,124,233)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::executeRequest (14,795 ns, 0.01%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::executeRequest (14,795 ns, 0.01%)</title><rect x="981.7" y="65" width="0.2" height="15.0" fill="rgb(88,88,234)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`dmu_zfetch_find (72,829 ns, 0.07%)')" onmouseout="c()">
<title>zfs`dmu_zfetch_find (72,829 ns, 0.07%)</title><rect x="989.3" y="241" width="0.7" height="15.0" fill="rgb(102,102,232)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zvol_read_iokit (11,529 ns, 0.01%)')" onmouseout="c()">
<title>zfs`zvol_read_iokit (11,529 ns, 0.01%)</title><rect x="754.1" y="33" width="0.1" height="15.0" fill="rgb(118,118,225)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_meta_bread (82,535 ns, 0.08%)')" onmouseout="c()">
<title>mach_kernel`buf_meta_bread (82,535 ns, 0.08%)</title><rect x="879.9" y="177" width="0.7" height="15.0" fill="rgb(135,135,204)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020becb10 (679,910 ns, 0.62%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020becb10 (679,910 ns, 0.62%)</title><rect x="973.4" y="305" width="6.1" height="15.0" fill="rgb(106,106,205)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`dkreadwrite (47,607 ns, 0.04%)')" onmouseout="c()">
<title>IOStorageFamily`dkreadwrite (47,607 ns, 0.04%)</title><rect x="45.9" y="97" width="0.4" height="15.0" fill="rgb(122,122,227)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::executeRequest (1,355,445 ns, 1.24%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::executeRequest (1,355,445 ns, 1.24%)</title><rect x="31.4" y="305" width="12.2" height="15.0" fill="rgb(138,138,234)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`BTSearchRecord (371,172 ns, 0.34%)')" onmouseout="c()">
<title>mach_kernel`BTSearchRecord (371,172 ns, 0.34%)</title><rect x="760.3" y="241" width="3.3" height="15.0" fill="rgb(93,93,211)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zvol_write_iokit (56,756 ns, 0.05%)')" onmouseout="c()">
<title>zfs`zvol_write_iokit (56,756 ns, 0.05%)</title><rect x="835.5" y="49" width="0.5" height="15.0" fill="rgb(129,129,221)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`user_trap (2,385,726 ns, 2.18%)')" onmouseout="c()">
<title>mach_kernel`user_trap (2,385,726 ns, 2.18%)</title><rect x="769.2" y="321" width="21.4" height="15.0" fill="rgb(135,135,193)" rx="2" ry="2" />
<text text-anchor="" x="772.244028929427" y="331.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >m..</text>
</g>
<g class="func_g" onmouseover="s('zfs`dmu_write_iokit_dnode (836,006 ns, 0.76%)')" onmouseout="c()">
<title>zfs`dmu_write_iokit_dnode (836,006 ns, 0.76%)</title><rect x="981.9" y="289" width="7.4" height="15.0" fill="rgb(101,101,242)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`lookup (23,012 ns, 0.02%)')" onmouseout="c()">
<title>mach_kernel`lookup (23,012 ns, 0.02%)</title><rect x="46.3" y="305" width="0.2" height="15.0" fill="rgb(119,119,242)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zio_flush (12,871,475 ns, 11.75%)')" onmouseout="c()">
<title>zfs`zio_flush (12,871,475 ns, 11.75%)</title><rect x="218.8" y="177" width="115.2" height="15.0" fill="rgb(97,97,212)" rx="2" ry="2" />
<text text-anchor="" x="221.827081045741" y="187.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >zfs`zio_flush</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_vnop_blockmap (31,238 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`hfs_vnop_blockmap (31,238 ns, 0.03%)</title><rect x="769.0" y="257" width="0.2" height="15.0" fill="rgb(128,128,244)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zio_nowait (5,980,256 ns, 5.46%)')" onmouseout="c()">
<title>zfs`zio_nowait (5,980,256 ns, 5.46%)</title><rect x="422.4" y="241" width="53.5" height="15.0" fill="rgb(126,126,201)" rx="2" ry="2" />
<text text-anchor="" x="425.383742128751" y="251.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >zfs`z..</text>
</g>
<g class="func_g" onmouseover="s('zfs`net_lundman_zfs_zvol_device::doDiscard (3,645,210 ns, 3.33%)')" onmouseout="c()">
<title>zfs`net_lundman_zfs_zvol_device::doDiscard (3,645,210 ns, 3.33%)</title><rect x="836.0" y="113" width="32.6" height="15.0" fill="rgb(99,99,231)" rx="2" ry="2" />
<text text-anchor="" x="839.02000482299" y="123.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >zf..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`BTSearchRecord (383,024 ns, 0.35%)')" onmouseout="c()">
<title>mach_kernel`BTSearchRecord (383,024 ns, 0.35%)</title><rect x="949.8" y="241" width="3.4" height="15.0" fill="rgb(110,110,215)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_getxattr_internal (208,872 ns, 0.19%)')" onmouseout="c()">
<title>mach_kernel`hfs_getxattr_internal (208,872 ns, 0.19%)</title><rect x="43.6" y="257" width="1.8" height="15.0" fill="rgb(98,98,209)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`spec_strategy (327,929 ns, 0.30%)')" onmouseout="c()">
<title>mach_kernel`spec_strategy (327,929 ns, 0.30%)</title><rect x="10.0" y="113" width="2.9" height="15.0" fill="rgb(84,84,213)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::executeRequest (117,569 ns, 0.11%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::executeRequest (117,569 ns, 0.11%)</title><rect x="948.7" y="97" width="1.1" height="15.0" fill="rgb(106,106,243)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zvol_read_iokit (46,084 ns, 0.04%)')" onmouseout="c()">
<title>zfs`zvol_read_iokit (46,084 ns, 0.04%)</title><rect x="981.3" y="33" width="0.4" height="15.0" fill="rgb(87,87,223)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`spec_strategy (447,839 ns, 0.41%)')" onmouseout="c()">
<title>mach_kernel`spec_strategy (447,839 ns, 0.41%)</title><rect x="756.2" y="113" width="4.1" height="15.0" fill="rgb(107,107,200)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`__zio_execute (809,703 ns, 0.74%)')" onmouseout="c()">
<title>zfs`__zio_execute (809,703 ns, 0.74%)</title><rect x="24.2" y="145" width="7.2" height="15.0" fill="rgb(127,127,208)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`MapFileBlockC (32,870 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`MapFileBlockC (32,870 ns, 0.03%)</title><rect x="45.4" y="289" width="0.3" height="15.0" fill="rgb(93,93,212)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('AppleFSCompressionTypeZlib`doUncompressType4 (1,256,107 ns, 1.15%)')" onmouseout="c()">
<title>AppleFSCompressionTypeZlib`doUncompressType4 (1,256,107 ns, 1.15%)</title><rect x="12.9" y="321" width="11.3" height="15.0" fill="rgb(126,126,242)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bd0c30 (327,929 ns, 0.30%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bd0c30 (327,929 ns, 0.30%)</title><rect x="10.0" y="209" width="2.9" height="15.0" fill="rgb(94,94,222)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`vdev_iokit_sync (8,606,645 ns, 7.86%)')" onmouseout="c()">
<title>zfs`vdev_iokit_sync (8,606,645 ns, 7.86%)</title><rect x="475.9" y="177" width="77.0" height="15.0" fill="rgb(123,123,219)" rx="2" ry="2" />
<text text-anchor="" x="478.903374205159" y="187.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >zfs`vdev..</text>
</g>
<g class="func_g" onmouseover="s('zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (671,260 ns, 0.61%)')" onmouseout="c()">
<title>zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (671,260 ns, 0.61%)</title><rect x="790.6" y="81" width="6.0" height="15.0" fill="rgb(139,139,234)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_STRATEGY (1,801,963 ns, 1.65%)')" onmouseout="c()">
<title>mach_kernel`VNOP_STRATEGY (1,801,963 ns, 1.65%)</title><rect x="957.3" y="145" width="16.1" height="15.0" fill="rgb(135,135,216)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zvol_read_iokit (72,829 ns, 0.07%)')" onmouseout="c()">
<title>zfs`zvol_read_iokit (72,829 ns, 0.07%)</title><rect x="989.3" y="337" width="0.7" height="15.0" fill="rgb(99,99,201)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::prepareRequest (602,530 ns, 0.55%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::prepareRequest (602,530 ns, 0.55%)</title><rect x="763.6" y="81" width="5.4" height="15.0" fill="rgb(106,106,228)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_strategy (856,907 ns, 0.78%)')" onmouseout="c()">
<title>mach_kernel`buf_strategy (856,907 ns, 0.78%)</title><rect x="922.8" y="129" width="7.6" height="15.0" fill="rgb(92,92,241)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`vn_getxattr (71,936 ns, 0.07%)')" onmouseout="c()">
<title>mach_kernel`vn_getxattr (71,936 ns, 0.07%)</title><rect x="980.6" y="305" width="0.6" height="15.0" fill="rgb(138,138,240)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (95,089 ns, 0.09%)')" onmouseout="c()">
<title>zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (95,089 ns, 0.09%)</title><rect x="217.9" y="193" width="0.9" height="15.0" fill="rgb(112,112,226)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_READ (1,556,447 ns, 1.42%)')" onmouseout="c()">
<title>mach_kernel`VNOP_READ (1,556,447 ns, 1.42%)</title><rect x="930.7" y="257" width="13.9" height="15.0" fill="rgb(132,132,209)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_STRATEGY (2,385,726 ns, 2.18%)')" onmouseout="c()">
<title>mach_kernel`VNOP_STRATEGY (2,385,726 ns, 2.18%)</title><rect x="769.2" y="145" width="21.4" height="15.0" fill="rgb(130,130,235)" rx="2" ry="2" />
<text text-anchor="" x="772.244028929427" y="155.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >m..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_strategy (51,363 ns, 0.05%)')" onmouseout="c()">
<title>mach_kernel`buf_strategy (51,363 ns, 0.05%)</title><rect x="944.2" y="129" width="0.4" height="15.0" fill="rgb(134,134,210)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bf13e0 (47,607 ns, 0.04%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bf13e0 (47,607 ns, 0.04%)</title><rect x="45.9" y="337" width="0.4" height="15.0" fill="rgb(122,122,195)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`GetNode (71,936 ns, 0.07%)')" onmouseout="c()">
<title>mach_kernel`GetNode (71,936 ns, 0.07%)</title><rect x="980.6" y="209" width="0.6" height="15.0" fill="rgb(93,93,228)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`dkreadwrite (51,363 ns, 0.05%)')" onmouseout="c()">
<title>IOStorageFamily`dkreadwrite (51,363 ns, 0.05%)</title><rect x="944.2" y="97" width="0.4" height="15.0" fill="rgb(87,87,195)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`spec_strategy (4,620,175 ns, 4.22%)')" onmouseout="c()">
<title>mach_kernel`spec_strategy (4,620,175 ns, 4.22%)</title><rect x="881.4" y="145" width="41.4" height="15.0" fill="rgb(92,92,198)" rx="2" ry="2" />
<text text-anchor="" x="884.426613834715" y="155.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >mac..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bd2480 (3,943,104 ns, 3.60%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bd2480 (3,943,104 ns, 3.60%)</title><rect x="796.8" y="225" width="35.3" height="15.0" fill="rgb(85,85,235)" rx="2" ry="2" />
<text text-anchor="" x="799.847217406472" y="235.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >ma..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_makenode (72,180 ns, 0.07%)')" onmouseout="c()">
<title>mach_kernel`hfs_makenode (72,180 ns, 0.07%)</title><rect x="953.2" y="257" width="0.6" height="15.0" fill="rgb(118,118,227)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`fcntl_nocancel (1,801,963 ns, 1.65%)')" onmouseout="c()">
<title>mach_kernel`fcntl_nocancel (1,801,963 ns, 1.65%)</title><rect x="957.3" y="321" width="16.1" height="15.0" fill="rgb(132,132,206)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bd36e0 (327,929 ns, 0.30%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bd36e0 (327,929 ns, 0.30%)</title><rect x="10.0" y="193" width="2.9" height="15.0" fill="rgb(92,92,206)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`GetNode (383,024 ns, 0.35%)')" onmouseout="c()">
<title>mach_kernel`GetNode (383,024 ns, 0.35%)</title><rect x="949.8" y="209" width="3.4" height="15.0" fill="rgb(120,120,201)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`spec_strategy (12,512 ns, 0.01%)')" onmouseout="c()">
<title>mach_kernel`spec_strategy (12,512 ns, 0.01%)</title><rect x="981.2" y="113" width="0.1" height="15.0" fill="rgb(135,135,197)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zio_vdev_io_start (181,224 ns, 0.17%)')" onmouseout="c()">
<title>zfs`zio_vdev_io_start (181,224 ns, 0.17%)</title><rect x="334.3" y="209" width="1.6" height="15.0" fill="rgb(94,94,242)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`spec_strategy (3,943,104 ns, 3.60%)')" onmouseout="c()">
<title>mach_kernel`spec_strategy (3,943,104 ns, 3.60%)</title><rect x="796.8" y="145" width="35.3" height="15.0" fill="rgb(117,117,243)" rx="2" ry="2" />
<text text-anchor="" x="799.847217406472" y="155.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >ma..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_LOOKUP (109,540 ns, 0.10%)')" onmouseout="c()">
<title>mach_kernel`VNOP_LOOKUP (109,540 ns, 0.10%)</title><rect x="979.6" y="289" width="1.0" height="15.0" fill="rgb(104,104,198)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zil_commit (12,871,475 ns, 11.75%)')" onmouseout="c()">
<title>zfs`zil_commit (12,871,475 ns, 11.75%)</title><rect x="218.8" y="225" width="115.2" height="15.0" fill="rgb(138,138,236)" rx="2" ry="2" />
<text text-anchor="" x="221.827081045741" y="235.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >zfs`zil_commit</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`ftruncate (30,513 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`ftruncate (30,513 ns, 0.03%)</title><rect x="868.6" y="305" width="0.3" height="15.0" fill="rgb(81,81,217)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zvol_write_iokit (19,155,106 ns, 17.49%)')" onmouseout="c()">
<title>zfs`zvol_write_iokit (19,155,106 ns, 17.49%)</title><rect x="46.5" y="65" width="171.4" height="15.0" fill="rgb(110,110,202)" rx="2" ry="2" />
<text text-anchor="" x="49.5090109882323" y="75.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >zfs`zvol_write_iokit</text>
</g>
<g class="func_g" onmouseover="s('zfs`__zio_execute (15,854,097 ns, 14.48%)')" onmouseout="c()">
<title>zfs`__zio_execute (15,854,097 ns, 14.48%)</title><rect x="334.0" y="289" width="141.9" height="15.0" fill="rgb(86,86,204)" rx="2" ry="2" />
<text text-anchor="" x="337.01890666001" y="299.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >zfs`__zio_execute</text>
</g>
<g class="func_g" onmouseover="s('AppleFSCompressionTypeZlib`_getxattr (327,929 ns, 0.30%)')" onmouseout="c()">
<title>AppleFSCompressionTypeZlib`_getxattr (327,929 ns, 0.30%)</title><rect x="10.0" y="305" width="2.9" height="15.0" fill="rgb(90,90,236)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_IOCTL (3,645,210 ns, 3.33%)')" onmouseout="c()">
<title>mach_kernel`VNOP_IOCTL (3,645,210 ns, 3.33%)</title><rect x="836.0" y="177" width="32.6" height="15.0" fill="rgb(84,84,208)" rx="2" ry="2" />
<text text-anchor="" x="839.02000482299" y="187.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >ma..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_strategy (665,014 ns, 0.61%)')" onmouseout="c()">
<title>mach_kernel`buf_strategy (665,014 ns, 0.61%)</title><rect x="872.9" y="145" width="5.9" height="15.0" fill="rgb(96,96,231)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`BTSearchRecord (109,540 ns, 0.10%)')" onmouseout="c()">
<title>mach_kernel`BTSearchRecord (109,540 ns, 0.10%)</title><rect x="979.6" y="225" width="1.0" height="15.0" fill="rgb(137,137,201)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`__zio_execute (181,224 ns, 0.17%)')" onmouseout="c()">
<title>zfs`__zio_execute (181,224 ns, 0.17%)</title><rect x="334.3" y="161" width="1.6" height="15.0" fill="rgb(121,121,191)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020d5c540 (46,084 ns, 0.04%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020d5c540 (46,084 ns, 0.04%)</title><rect x="981.3" y="241" width="0.4" height="15.0" fill="rgb(105,105,190)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (50,742 ns, 0.05%)')" onmouseout="c()">
<title>zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (50,742 ns, 0.05%)</title><rect x="832.1" y="65" width="0.5" height="15.0" fill="rgb(81,81,214)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`arc_read (1,355,445 ns, 1.24%)')" onmouseout="c()">
<title>zfs`arc_read (1,355,445 ns, 1.24%)</title><rect x="31.4" y="177" width="12.2" height="15.0" fill="rgb(122,122,195)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_meta_bread (114,664 ns, 0.10%)')" onmouseout="c()">
<title>mach_kernel`buf_meta_bread (114,664 ns, 0.10%)</title><rect x="878.8" y="193" width="1.1" height="15.0" fill="rgb(133,133,238)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (31,238 ns, 0.03%)')" onmouseout="c()">
<title>zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (31,238 ns, 0.03%)</title><rect x="769.0" y="49" width="0.2" height="15.0" fill="rgb(135,135,222)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`cluster_write (408,096 ns, 0.37%)')" onmouseout="c()">
<title>mach_kernel`cluster_write (408,096 ns, 0.37%)</title><rect x="944.6" y="225" width="3.7" height="15.0" fill="rgb(125,125,194)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_STRATEGY (71,936 ns, 0.07%)')" onmouseout="c()">
<title>mach_kernel`VNOP_STRATEGY (71,936 ns, 0.07%)</title><rect x="980.6" y="145" width="0.6" height="15.0" fill="rgb(86,86,207)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::executeRequest (50,742 ns, 0.05%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::executeRequest (50,742 ns, 0.05%)</title><rect x="832.1" y="81" width="0.5" height="15.0" fill="rgb(130,130,203)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_meta_bread (71,936 ns, 0.07%)')" onmouseout="c()">
<title>mach_kernel`buf_meta_bread (71,936 ns, 0.07%)</title><rect x="980.6" y="177" width="0.6" height="15.0" fill="rgb(131,131,240)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`cluster_push_ext (11,529 ns, 0.01%)')" onmouseout="c()">
<title>mach_kernel`cluster_push_ext (11,529 ns, 0.01%)</title><rect x="754.1" y="337" width="0.1" height="15.0" fill="rgb(137,137,238)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020c07e60 (317,227 ns, 0.29%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020c07e60 (317,227 ns, 0.29%)</title><rect x="832.7" y="177" width="2.8" height="15.0" fill="rgb(91,91,223)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_GETXATTR (1,256,107 ns, 1.15%)')" onmouseout="c()">
<title>mach_kernel`VNOP_GETXATTR (1,256,107 ns, 1.15%)</title><rect x="12.9" y="257" width="11.3" height="15.0" fill="rgb(124,124,212)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_WRITE (408,096 ns, 0.37%)')" onmouseout="c()">
<title>mach_kernel`VNOP_WRITE (408,096 ns, 0.37%)</title><rect x="944.6" y="257" width="3.7" height="15.0" fill="rgb(94,94,239)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`dmu_read_iokit (72,829 ns, 0.07%)')" onmouseout="c()">
<title>zfs`dmu_read_iokit (72,829 ns, 0.07%)</title><rect x="989.3" y="321" width="0.7" height="15.0" fill="rgb(106,106,211)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::executeRequest (602,530 ns, 0.55%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::executeRequest (602,530 ns, 0.55%)</title><rect x="763.6" y="65" width="5.4" height="15.0" fill="rgb(89,89,224)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_truncate (14,795 ns, 0.01%)')" onmouseout="c()">
<title>mach_kernel`hfs_truncate (14,795 ns, 0.01%)</title><rect x="981.7" y="273" width="0.2" height="15.0" fill="rgb(116,116,224)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`vdev_iokit_strategy (181,224 ns, 0.17%)')" onmouseout="c()">
<title>zfs`vdev_iokit_strategy (181,224 ns, 0.17%)</title><rect x="334.3" y="113" width="1.6" height="15.0" fill="rgb(105,105,212)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`dkreadwrite (602,530 ns, 0.55%)')" onmouseout="c()">
<title>IOStorageFamily`dkreadwrite (602,530 ns, 0.55%)</title><rect x="763.6" y="97" width="5.4" height="15.0" fill="rgb(101,101,193)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`GetNode (109,540 ns, 0.10%)')" onmouseout="c()">
<title>mach_kernel`GetNode (109,540 ns, 0.10%)</title><rect x="979.6" y="209" width="1.0" height="15.0" fill="rgb(131,131,201)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (4,620,175 ns, 4.22%)')" onmouseout="c()">
<title>zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (4,620,175 ns, 4.22%)</title><rect x="881.4" y="81" width="41.4" height="15.0" fill="rgb(124,124,219)" rx="2" ry="2" />
<text text-anchor="" x="884.426613834715" y="91.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >zfs..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_vnop_blockmap (11,529 ns, 0.01%)')" onmouseout="c()">
<title>mach_kernel`hfs_vnop_blockmap (11,529 ns, 0.01%)</title><rect x="754.1" y="257" width="0.1" height="15.0" fill="rgb(105,105,221)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bd0c30 (1,256,107 ns, 1.15%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bd0c30 (1,256,107 ns, 1.15%)</title><rect x="12.9" y="177" width="11.3" height="15.0" fill="rgb(91,91,218)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`spec_strategy (71,936 ns, 0.07%)')" onmouseout="c()">
<title>mach_kernel`spec_strategy (71,936 ns, 0.07%)</title><rect x="980.6" y="113" width="0.6" height="15.0" fill="rgb(100,100,243)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`dkreadwrite (383,024 ns, 0.35%)')" onmouseout="c()">
<title>IOStorageFamily`dkreadwrite (383,024 ns, 0.35%)</title><rect x="949.8" y="97" width="3.4" height="15.0" fill="rgb(105,105,230)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`dbuf_hold (836,006 ns, 0.76%)')" onmouseout="c()">
<title>zfs`dbuf_hold (836,006 ns, 0.76%)</title><rect x="981.9" y="257" width="7.4" height="15.0" fill="rgb(90,90,235)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`namei (383,024 ns, 0.35%)')" onmouseout="c()">
<title>mach_kernel`namei (383,024 ns, 0.35%)</title><rect x="949.8" y="337" width="3.4" height="15.0" fill="rgb(132,132,222)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_strategy (4,620,175 ns, 4.22%)')" onmouseout="c()">
<title>mach_kernel`buf_strategy (4,620,175 ns, 4.22%)</title><rect x="881.4" y="161" width="41.4" height="15.0" fill="rgb(109,109,200)" rx="2" ry="2" />
<text text-anchor="" x="884.426613834715" y="171.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >mac..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bc7520 (208,872 ns, 0.19%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bc7520 (208,872 ns, 0.19%)</title><rect x="43.6" y="161" width="1.8" height="15.0" fill="rgb(94,94,231)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`vnode_getattr (71,936 ns, 0.07%)')" onmouseout="c()">
<title>mach_kernel`vnode_getattr (71,936 ns, 0.07%)</title><rect x="980.6" y="337" width="0.6" height="15.0" fill="rgb(109,109,206)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`GetNode (82,535 ns, 0.08%)')" onmouseout="c()">
<title>mach_kernel`GetNode (82,535 ns, 0.08%)</title><rect x="879.9" y="209" width="0.7" height="15.0" fill="rgb(128,128,219)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020c07e60 (50,742 ns, 0.05%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020c07e60 (50,742 ns, 0.05%)</title><rect x="832.1" y="161" width="0.5" height="15.0" fill="rgb(121,121,211)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bd0c30 (226,926 ns, 0.21%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bd0c30 (226,926 ns, 0.21%)</title><rect x="754.2" y="177" width="2.0" height="15.0" fill="rgb(102,102,241)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`namei (12,512 ns, 0.01%)')" onmouseout="c()">
<title>mach_kernel`namei (12,512 ns, 0.01%)</title><rect x="981.2" y="321" width="0.1" height="15.0" fill="rgb(85,85,235)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::prepareRequest (46,084 ns, 0.04%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::prepareRequest (46,084 ns, 0.04%)</title><rect x="981.3" y="81" width="0.4" height="15.0" fill="rgb(87,87,190)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`cat_lookup (383,024 ns, 0.35%)')" onmouseout="c()">
<title>mach_kernel`cat_lookup (383,024 ns, 0.35%)</title><rect x="949.8" y="273" width="3.4" height="15.0" fill="rgb(95,95,229)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`BTIterateRecords (443,883 ns, 0.41%)')" onmouseout="c()">
<title>mach_kernel`BTIterateRecords (443,883 ns, 0.41%)</title><rect x="868.9" y="225" width="4.0" height="15.0" fill="rgb(95,95,201)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::executeRequest (447,839 ns, 0.41%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::executeRequest (447,839 ns, 0.41%)</title><rect x="756.2" y="65" width="4.1" height="15.0" fill="rgb(111,111,201)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_vnop_inactive (532,670 ns, 0.49%)')" onmouseout="c()">
<title>mach_kernel`hfs_vnop_inactive (532,670 ns, 0.49%)</title><rect x="749.3" y="257" width="4.8" height="15.0" fill="rgb(96,96,209)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('AppleFSCompressionTypeZlib`vnode_fetch_uncompressed_data_Type4 (447,839 ns, 0.41%)')" onmouseout="c()">
<title>AppleFSCompressionTypeZlib`vnode_fetch_uncompressed_data_Type4 (447,839 ns, 0.41%)</title><rect x="756.2" y="305" width="4.1" height="15.0" fill="rgb(136,136,234)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`cat_lookup (23,012 ns, 0.02%)')" onmouseout="c()">
<title>mach_kernel`cat_lookup (23,012 ns, 0.02%)</title><rect x="46.3" y="257" width="0.2" height="15.0" fill="rgb(105,105,191)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020d995b0 (32,870 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020d995b0 (32,870 ns, 0.03%)</title><rect x="45.4" y="257" width="0.3" height="15.0" fill="rgb(115,115,217)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zvol_read_iokit (47,805 ns, 0.04%)')" onmouseout="c()">
<title>zfs`zvol_read_iokit (47,805 ns, 0.04%)</title><rect x="948.3" y="49" width="0.4" height="15.0" fill="rgb(93,93,222)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_STRATEGY (47,805 ns, 0.04%)')" onmouseout="c()">
<title>mach_kernel`VNOP_STRATEGY (47,805 ns, 0.04%)</title><rect x="948.3" y="161" width="0.4" height="15.0" fill="rgb(131,131,222)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020d5a070 (383,024 ns, 0.35%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020d5a070 (383,024 ns, 0.35%)</title><rect x="949.8" y="257" width="3.4" height="15.0" fill="rgb(133,133,190)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_vnop_read (27,380 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`hfs_vnop_read (27,380 ns, 0.03%)</title><rect x="796.6" y="209" width="0.2" height="15.0" fill="rgb(118,118,198)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('AppleFSCompressionTypeZlib`vnode_fetch_uncompressed_data_Type4 (1,256,107 ns, 1.15%)')" onmouseout="c()">
<title>AppleFSCompressionTypeZlib`vnode_fetch_uncompressed_data_Type4 (1,256,107 ns, 1.15%)</title><rect x="12.9" y="337" width="11.3" height="15.0" fill="rgb(132,132,200)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_strategy (23,012 ns, 0.02%)')" onmouseout="c()">
<title>mach_kernel`buf_strategy (23,012 ns, 0.02%)</title><rect x="46.3" y="129" width="0.2" height="15.0" fill="rgb(129,129,211)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (447,839 ns, 0.41%)')" onmouseout="c()">
<title>zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (447,839 ns, 0.41%)</title><rect x="756.2" y="49" width="4.1" height="15.0" fill="rgb(96,96,214)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`cat_lookup (109,540 ns, 0.10%)')" onmouseout="c()">
<title>mach_kernel`cat_lookup (109,540 ns, 0.10%)</title><rect x="979.6" y="257" width="1.0" height="15.0" fill="rgb(90,90,210)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020be82e0 (17,953 ns, 0.02%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020be82e0 (17,953 ns, 0.02%)</title><rect x="45.7" y="337" width="0.2" height="15.0" fill="rgb(119,119,203)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zio_nowait (8,606,645 ns, 7.86%)')" onmouseout="c()">
<title>zfs`zio_nowait (8,606,645 ns, 7.86%)</title><rect x="475.9" y="241" width="77.0" height="15.0" fill="rgb(135,135,217)" rx="2" ry="2" />
<text text-anchor="" x="478.903374205159" y="251.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >zfs`zio_..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`cat_getdirentries (679,910 ns, 0.62%)')" onmouseout="c()">
<title>mach_kernel`cat_getdirentries (679,910 ns, 0.62%)</title><rect x="973.4" y="257" width="6.1" height="15.0" fill="rgb(110,110,231)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::executeRequest (809,703 ns, 0.74%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::executeRequest (809,703 ns, 0.74%)</title><rect x="24.2" y="321" width="7.2" height="15.0" fill="rgb(100,100,232)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_vnop_pageout (31,238 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`hfs_vnop_pageout (31,238 ns, 0.03%)</title><rect x="769.0" y="337" width="0.2" height="15.0" fill="rgb(87,87,233)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zvol_read_iokit (665,014 ns, 0.61%)')" onmouseout="c()">
<title>zfs`zvol_read_iokit (665,014 ns, 0.61%)</title><rect x="872.9" y="49" width="5.9" height="15.0" fill="rgb(126,126,207)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`SearchTree (82,535 ns, 0.08%)')" onmouseout="c()">
<title>mach_kernel`SearchTree (82,535 ns, 0.08%)</title><rect x="879.9" y="225" width="0.7" height="15.0" fill="rgb(82,82,244)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`GetBTreeBlock (47,607 ns, 0.04%)')" onmouseout="c()">
<title>mach_kernel`GetBTreeBlock (47,607 ns, 0.04%)</title><rect x="45.9" y="193" width="0.4" height="15.0" fill="rgb(119,119,201)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zio_vdev_io_start (809,703 ns, 0.74%)')" onmouseout="c()">
<title>zfs`zio_vdev_io_start (809,703 ns, 0.74%)</title><rect x="24.2" y="65" width="7.2" height="15.0" fill="rgb(97,97,197)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`spec_strategy (46,084 ns, 0.04%)')" onmouseout="c()">
<title>mach_kernel`spec_strategy (46,084 ns, 0.04%)</title><rect x="981.3" y="113" width="0.4" height="15.0" fill="rgb(88,88,201)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`spec_strategy (91,892 ns, 0.08%)')" onmouseout="c()">
<title>mach_kernel`spec_strategy (91,892 ns, 0.08%)</title><rect x="880.6" y="161" width="0.8" height="15.0" fill="rgb(95,95,198)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::prepareRequest (151,162 ns, 0.14%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::prepareRequest (151,162 ns, 0.14%)</title><rect x="946.9" y="81" width="1.4" height="15.0" fill="rgb(114,114,222)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zio_vdev_io_start (181,224 ns, 0.17%)')" onmouseout="c()">
<title>zfs`zio_vdev_io_start (181,224 ns, 0.17%)</title><rect x="334.3" y="145" width="1.6" height="15.0" fill="rgb(137,137,240)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`dkioctl (3,645,210 ns, 3.33%)')" onmouseout="c()">
<title>IOStorageFamily`dkioctl (3,645,210 ns, 3.33%)</title><rect x="836.0" y="145" width="32.6" height="15.0" fill="rgb(110,110,191)" rx="2" ry="2" />
<text text-anchor="" x="839.02000482299" y="155.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >IO..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_meta_bread (17,953 ns, 0.02%)')" onmouseout="c()">
<title>mach_kernel`buf_meta_bread (17,953 ns, 0.02%)</title><rect x="45.7" y="177" width="0.2" height="15.0" fill="rgb(104,104,204)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (32,870 ns, 0.03%)')" onmouseout="c()">
<title>zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (32,870 ns, 0.03%)</title><rect x="45.4" y="49" width="0.3" height="15.0" fill="rgb(88,88,241)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_strategy (49,706 ns, 0.05%)')" onmouseout="c()">
<title>mach_kernel`buf_strategy (49,706 ns, 0.05%)</title><rect x="953.8" y="129" width="0.5" height="15.0" fill="rgb(81,81,194)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`GetNode (49,706 ns, 0.05%)')" onmouseout="c()">
<title>mach_kernel`GetNode (49,706 ns, 0.05%)</title><rect x="953.8" y="209" width="0.5" height="15.0" fill="rgb(122,122,233)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020c07e60 (95,089 ns, 0.09%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020c07e60 (95,089 ns, 0.09%)</title><rect x="217.9" y="289" width="0.9" height="15.0" fill="rgb(131,131,240)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`GetNode (46,084 ns, 0.04%)')" onmouseout="c()">
<title>mach_kernel`GetNode (46,084 ns, 0.04%)</title><rect x="981.3" y="209" width="0.4" height="15.0" fill="rgb(127,127,203)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zil_flush_vdevs (12,871,475 ns, 11.75%)')" onmouseout="c()">
<title>zfs`zil_flush_vdevs (12,871,475 ns, 11.75%)</title><rect x="218.8" y="193" width="115.2" height="15.0" fill="rgb(106,106,222)" rx="2" ry="2" />
<text text-anchor="" x="221.827081045741" y="203.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >zfs`zil_flush_..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bd2bc0 (151,162 ns, 0.14%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bd2bc0 (151,162 ns, 0.14%)</title><rect x="946.9" y="177" width="1.4" height="15.0" fill="rgb(91,91,240)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`lookup (17,953 ns, 0.02%)')" onmouseout="c()">
<title>mach_kernel`lookup (17,953 ns, 0.02%)</title><rect x="45.7" y="305" width="0.2" height="15.0" fill="rgb(132,132,243)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`GetNode (17,953 ns, 0.02%)')" onmouseout="c()">
<title>mach_kernel`GetNode (17,953 ns, 0.02%)</title><rect x="45.7" y="209" width="0.2" height="15.0" fill="rgb(121,121,238)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`vdev_iokit_strategy (5,980,256 ns, 5.46%)')" onmouseout="c()">
<title>zfs`vdev_iokit_strategy (5,980,256 ns, 5.46%)</title><rect x="422.4" y="177" width="53.5" height="15.0" fill="rgb(122,122,225)" rx="2" ry="2" />
<text text-anchor="" x="425.383742128751" y="187.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >zfs`v..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_STRATEGY (151,162 ns, 0.14%)')" onmouseout="c()">
<title>mach_kernel`VNOP_STRATEGY (151,162 ns, 0.14%)</title><rect x="946.9" y="145" width="1.4" height="15.0" fill="rgb(128,128,203)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020c01060 (12,971,101 ns, 11.85%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020c01060 (12,971,101 ns, 11.85%)</title><rect x="217.9" y="305" width="116.1" height="15.0" fill="rgb(125,125,197)" rx="2" ry="2" />
<text text-anchor="" x="220.935489303641" y="315.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >mach_kernel`0x..</text>
</g>
<g class="func_g" onmouseover="s('AppleFSCompressionTypeZlib`supplyChunkType4 (327,929 ns, 0.30%)')" onmouseout="c()">
<title>AppleFSCompressionTypeZlib`supplyChunkType4 (327,929 ns, 0.30%)</title><rect x="10.0" y="321" width="2.9" height="15.0" fill="rgb(89,89,222)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_BWRITE (56,756 ns, 0.05%)')" onmouseout="c()">
<title>mach_kernel`VNOP_BWRITE (56,756 ns, 0.05%)</title><rect x="835.5" y="177" width="0.5" height="15.0" fill="rgb(95,95,202)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`SearchTree (71,936 ns, 0.07%)')" onmouseout="c()">
<title>mach_kernel`SearchTree (71,936 ns, 0.07%)</title><rect x="980.6" y="225" width="0.6" height="15.0" fill="rgb(102,102,193)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`GetBTreeBlock (109,540 ns, 0.10%)')" onmouseout="c()">
<title>mach_kernel`GetBTreeBlock (109,540 ns, 0.10%)</title><rect x="979.6" y="193" width="1.0" height="15.0" fill="rgb(99,99,221)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bd0c30 (27,380 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bd0c30 (27,380 ns, 0.03%)</title><rect x="796.6" y="177" width="0.2" height="15.0" fill="rgb(136,136,214)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`BTIterateRecords (679,910 ns, 0.62%)')" onmouseout="c()">
<title>mach_kernel`BTIterateRecords (679,910 ns, 0.62%)</title><rect x="973.4" y="241" width="6.1" height="15.0" fill="rgb(91,91,195)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bc7520 (12,512 ns, 0.01%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bc7520 (12,512 ns, 0.01%)</title><rect x="981.2" y="161" width="0.1" height="15.0" fill="rgb(92,92,228)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_IOCTL (12,876,012 ns, 11.76%)')" onmouseout="c()">
<title>mach_kernel`VNOP_IOCTL (12,876,012 ns, 11.76%)</title><rect x="218.8" y="289" width="115.2" height="15.0" fill="rgb(92,92,194)" rx="2" ry="2" />
<text text-anchor="" x="221.786477671783" y="299.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >mach_kernel`VN..</text>
</g>
<g class="func_g" onmouseover="s('zfs`zvol_read_iokit (327,929 ns, 0.30%)')" onmouseout="c()">
<title>zfs`zvol_read_iokit (327,929 ns, 0.30%)</title><rect x="10.0" y="33" width="2.9" height="15.0" fill="rgb(83,83,210)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bf37e0 (117,569 ns, 0.11%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bf37e0 (117,569 ns, 0.11%)</title><rect x="948.7" y="273" width="1.1" height="15.0" fill="rgb(101,101,210)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`spa_sync (30,553,829 ns, 27.90%)')" onmouseout="c()">
<title>zfs`spa_sync (30,553,829 ns, 27.90%)</title><rect x="475.9" y="305" width="273.4" height="15.0" fill="rgb(80,80,223)" rx="2" ry="2" />
<text text-anchor="" x="478.903374205159" y="315.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >zfs`spa_sync</text>
</g>
<g class="func_g" onmouseover="s('zfs`zio_nowait (809,703 ns, 0.74%)')" onmouseout="c()">
<title>zfs`zio_nowait (809,703 ns, 0.74%)</title><rect x="24.2" y="161" width="7.2" height="15.0" fill="rgb(134,134,220)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020d9bb30 (14,795 ns, 0.01%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020d9bb30 (14,795 ns, 0.01%)</title><rect x="981.7" y="209" width="0.2" height="15.0" fill="rgb(95,95,224)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_vnop_getxattr (602,530 ns, 0.55%)')" onmouseout="c()">
<title>mach_kernel`hfs_vnop_getxattr (602,530 ns, 0.55%)</title><rect x="763.6" y="241" width="5.4" height="15.0" fill="rgb(136,136,198)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`vdev_iokit_strategy (30,041 ns, 0.03%)')" onmouseout="c()">
<title>zfs`vdev_iokit_strategy (30,041 ns, 0.03%)</title><rect x="334.0" y="49" width="0.3" height="15.0" fill="rgb(137,137,220)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_fsync (671,260 ns, 0.61%)')" onmouseout="c()">
<title>mach_kernel`hfs_fsync (671,260 ns, 0.61%)</title><rect x="790.6" y="257" width="6.0" height="15.0" fill="rgb(103,103,221)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`spec_strategy (14,795 ns, 0.01%)')" onmouseout="c()">
<title>mach_kernel`spec_strategy (14,795 ns, 0.01%)</title><rect x="981.7" y="113" width="0.2" height="15.0" fill="rgb(101,101,223)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bcc3d0 (19,155,106 ns, 17.49%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bcc3d0 (19,155,106 ns, 17.49%)</title><rect x="46.5" y="193" width="171.4" height="15.0" fill="rgb(105,105,193)" rx="2" ry="2" />
<text text-anchor="" x="49.5090109882323" y="203.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >mach_kernel`0xffffff80..</text>
</g>
<g class="func_g" onmouseover="s('zfs`dbuf_read_impl (1,355,445 ns, 1.24%)')" onmouseout="c()">
<title>zfs`dbuf_read_impl (1,355,445 ns, 1.24%)</title><rect x="31.4" y="193" width="12.2" height="15.0" fill="rgb(124,124,194)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zvol_write_iokit (50,742 ns, 0.05%)')" onmouseout="c()">
<title>zfs`zvol_write_iokit (50,742 ns, 0.05%)</title><rect x="832.1" y="49" width="0.5" height="15.0" fill="rgb(83,83,230)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bc7520 (72,180 ns, 0.07%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bc7520 (72,180 ns, 0.07%)</title><rect x="953.2" y="161" width="0.6" height="15.0" fill="rgb(105,105,225)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`spec_strategy (1,256,107 ns, 1.15%)')" onmouseout="c()">
<title>mach_kernel`spec_strategy (1,256,107 ns, 1.15%)</title><rect x="12.9" y="113" width="11.3" height="15.0" fill="rgb(97,97,242)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (12,512 ns, 0.01%)')" onmouseout="c()">
<title>zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (12,512 ns, 0.01%)</title><rect x="981.2" y="49" width="0.1" height="15.0" fill="rgb(84,84,192)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`spec_strategy (443,883 ns, 0.41%)')" onmouseout="c()">
<title>mach_kernel`spec_strategy (443,883 ns, 0.41%)</title><rect x="868.9" y="113" width="4.0" height="15.0" fill="rgb(115,115,211)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_vnop_readdirattr (862,213 ns, 0.79%)')" onmouseout="c()">
<title>mach_kernel`hfs_vnop_readdirattr (862,213 ns, 0.79%)</title><rect x="872.9" y="273" width="7.7" height="15.0" fill="rgb(114,114,215)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_strategy (208,872 ns, 0.19%)')" onmouseout="c()">
<title>mach_kernel`buf_strategy (208,872 ns, 0.19%)</title><rect x="43.6" y="129" width="1.8" height="15.0" fill="rgb(117,117,201)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bc7520 (23,012 ns, 0.02%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bc7520 (23,012 ns, 0.02%)</title><rect x="46.3" y="161" width="0.2" height="15.0" fill="rgb(109,109,241)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_strategy (109,540 ns, 0.10%)')" onmouseout="c()">
<title>mach_kernel`buf_strategy (109,540 ns, 0.10%)</title><rect x="979.6" y="129" width="1.0" height="15.0" fill="rgb(129,129,238)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zvol_write_iokit (532,670 ns, 0.49%)')" onmouseout="c()">
<title>zfs`zvol_write_iokit (532,670 ns, 0.49%)</title><rect x="749.3" y="33" width="4.8" height="15.0" fill="rgb(100,100,221)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`GetNode (208,872 ns, 0.19%)')" onmouseout="c()">
<title>mach_kernel`GetNode (208,872 ns, 0.19%)</title><rect x="43.6" y="209" width="1.8" height="15.0" fill="rgb(99,99,212)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_meta_bread (383,024 ns, 0.35%)')" onmouseout="c()">
<title>mach_kernel`buf_meta_bread (383,024 ns, 0.35%)</title><rect x="949.8" y="177" width="3.4" height="15.0" fill="rgb(91,91,226)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`getdirentriesattr (862,213 ns, 0.79%)')" onmouseout="c()">
<title>mach_kernel`getdirentriesattr (862,213 ns, 0.79%)</title><rect x="872.9" y="305" width="7.7" height="15.0" fill="rgb(82,82,224)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bcc3d0 (671,260 ns, 0.61%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bcc3d0 (671,260 ns, 0.61%)</title><rect x="790.6" y="193" width="6.0" height="15.0" fill="rgb(97,97,218)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`spec_strategy (11,529 ns, 0.01%)')" onmouseout="c()">
<title>mach_kernel`spec_strategy (11,529 ns, 0.01%)</title><rect x="754.1" y="113" width="0.1" height="15.0" fill="rgb(80,80,198)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`vdev_iokit_io_start (5,980,256 ns, 5.46%)')" onmouseout="c()">
<title>zfs`vdev_iokit_io_start (5,980,256 ns, 5.46%)</title><rect x="422.4" y="193" width="53.5" height="15.0" fill="rgb(95,95,190)" rx="2" ry="2" />
<text text-anchor="" x="425.383742128751" y="203.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >zfs`v..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_STRATEGY (256,934 ns, 0.23%)')" onmouseout="c()">
<title>mach_kernel`VNOP_STRATEGY (256,934 ns, 0.23%)</title><rect x="944.6" y="161" width="2.3" height="15.0" fill="rgb(114,114,219)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zvol_read_iokit (226,926 ns, 0.21%)')" onmouseout="c()">
<title>zfs`zvol_read_iokit (226,926 ns, 0.21%)</title><rect x="754.2" y="33" width="2.0" height="15.0" fill="rgb(119,119,211)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bcc3d0 (602,530 ns, 0.55%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bcc3d0 (602,530 ns, 0.55%)</title><rect x="763.6" y="161" width="5.4" height="15.0" fill="rgb(111,111,215)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::prepareRequest (23,012 ns, 0.02%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::prepareRequest (23,012 ns, 0.02%)</title><rect x="46.3" y="81" width="0.2" height="15.0" fill="rgb(83,83,221)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zvol_write_iokit (1,801,963 ns, 1.65%)')" onmouseout="c()">
<title>zfs`zvol_write_iokit (1,801,963 ns, 1.65%)</title><rect x="957.3" y="33" width="16.1" height="15.0" fill="rgb(81,81,194)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`vnode_pager_data_return (19,155,106 ns, 17.49%)')" onmouseout="c()">
<title>mach_kernel`vnode_pager_data_return (19,155,106 ns, 17.49%)</title><rect x="46.5" y="305" width="171.4" height="15.0" fill="rgb(96,96,209)" rx="2" ry="2" />
<text text-anchor="" x="49.5090109882323" y="315.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >mach_kernel`vnode_page..</text>
</g>
<g class="func_g" onmouseover="s('AppleFSCompressionTypeZlib`chunkingDecompressor (327,929 ns, 0.30%)')" onmouseout="c()">
<title>AppleFSCompressionTypeZlib`chunkingDecompressor (327,929 ns, 0.30%)</title><rect x="10.0" y="337" width="2.9" height="15.0" fill="rgb(96,96,234)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_READ (5,568,974 ns, 5.09%)')" onmouseout="c()">
<title>mach_kernel`VNOP_READ (5,568,974 ns, 5.09%)</title><rect x="880.6" y="257" width="49.8" height="15.0" fill="rgb(139,139,228)" rx="2" ry="2" />
<text text-anchor="" x="883.604236660433" y="267.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >mach_..</text>
</g>
<g class="func_g" onmouseover="s('zfs`vdev_iokit_io_start (21,947,184 ns, 20.04%)')" onmouseout="c()">
<title>zfs`vdev_iokit_io_start (21,947,184 ns, 20.04%)</title><rect x="552.9" y="209" width="196.4" height="15.0" fill="rgb(123,123,243)" rx="2" ry="2" />
<text text-anchor="" x="555.927580829801" y="219.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >zfs`vdev_iokit_io_start</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_SETATTR (30,513 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`VNOP_SETATTR (30,513 ns, 0.03%)</title><rect x="868.6" y="273" width="0.3" height="15.0" fill="rgb(111,111,199)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`dkreadwrite (447,839 ns, 0.41%)')" onmouseout="c()">
<title>IOStorageFamily`dkreadwrite (447,839 ns, 0.41%)</title><rect x="756.2" y="97" width="4.1" height="15.0" fill="rgb(124,124,231)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`vdev_iokit_strategy (1,355,445 ns, 1.24%)')" onmouseout="c()">
<title>zfs`vdev_iokit_strategy (1,355,445 ns, 1.24%)</title><rect x="31.4" y="33" width="12.2" height="15.0" fill="rgb(139,139,231)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (371,172 ns, 0.34%)')" onmouseout="c()">
<title>zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (371,172 ns, 0.34%)</title><rect x="760.3" y="49" width="3.3" height="15.0" fill="rgb(92,92,198)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020d5a070 (109,540 ns, 0.10%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020d5a070 (109,540 ns, 0.10%)</title><rect x="979.6" y="241" width="1.0" height="15.0" fill="rgb(135,135,240)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bcc3d0 (27,380 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bcc3d0 (27,380 ns, 0.03%)</title><rect x="796.6" y="161" width="0.2" height="15.0" fill="rgb(87,87,209)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('AppleFSCompressionTypeZlib`chunkingDecompressor (1,256,107 ns, 1.15%)')" onmouseout="c()">
<title>AppleFSCompressionTypeZlib`chunkingDecompressor (1,256,107 ns, 1.15%)</title><rect x="12.9" y="305" width="11.3" height="15.0" fill="rgb(125,125,227)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::executeRequest (671,260 ns, 0.61%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::executeRequest (671,260 ns, 0.61%)</title><rect x="790.6" y="97" width="6.0" height="15.0" fill="rgb(98,98,220)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_BWRITE (1,801,963 ns, 1.65%)')" onmouseout="c()">
<title>mach_kernel`VNOP_BWRITE (1,801,963 ns, 1.65%)</title><rect x="957.3" y="193" width="16.1" height="15.0" fill="rgb(100,100,207)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zvol_read_iokit (208,872 ns, 0.19%)')" onmouseout="c()">
<title>zfs`zvol_read_iokit (208,872 ns, 0.19%)</title><rect x="43.6" y="33" width="1.8" height="15.0" fill="rgb(120,120,217)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`GetBTreeBlock (49,706 ns, 0.05%)')" onmouseout="c()">
<title>mach_kernel`GetBTreeBlock (49,706 ns, 0.05%)</title><rect x="953.8" y="193" width="0.5" height="15.0" fill="rgb(137,137,231)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`decmpfs_read_compressed (447,839 ns, 0.41%)')" onmouseout="c()">
<title>mach_kernel`decmpfs_read_compressed (447,839 ns, 0.41%)</title><rect x="756.2" y="337" width="4.1" height="15.0" fill="rgb(95,95,241)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020df2240 (408,096 ns, 0.37%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020df2240 (408,096 ns, 0.37%)</title><rect x="944.6" y="289" width="3.7" height="15.0" fill="rgb(89,89,213)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`cluster_write (30,228 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`cluster_write (30,228 ns, 0.03%)</title><rect x="930.4" y="225" width="0.3" height="15.0" fill="rgb(126,126,191)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`spec_strategy (226,926 ns, 0.21%)')" onmouseout="c()">
<title>mach_kernel`spec_strategy (226,926 ns, 0.21%)</title><rect x="754.2" y="113" width="2.0" height="15.0" fill="rgb(87,87,235)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zvol_read_iokit (14,795 ns, 0.01%)')" onmouseout="c()">
<title>zfs`zvol_read_iokit (14,795 ns, 0.01%)</title><rect x="981.7" y="33" width="0.2" height="15.0" fill="rgb(108,108,223)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('AppleFSCompressionTypeZlib`_getxattr (226,926 ns, 0.21%)')" onmouseout="c()">
<title>AppleFSCompressionTypeZlib`_getxattr (226,926 ns, 0.21%)</title><rect x="754.2" y="273" width="2.0" height="15.0" fill="rgb(125,125,209)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_strategy (12,512 ns, 0.01%)')" onmouseout="c()">
<title>mach_kernel`buf_strategy (12,512 ns, 0.01%)</title><rect x="981.2" y="129" width="0.1" height="15.0" fill="rgb(110,110,194)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_strategy (151,162 ns, 0.14%)')" onmouseout="c()">
<title>mach_kernel`buf_strategy (151,162 ns, 0.14%)</title><rect x="946.9" y="129" width="1.4" height="15.0" fill="rgb(120,120,207)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`dkreadwrite (47,805 ns, 0.04%)')" onmouseout="c()">
<title>IOStorageFamily`dkreadwrite (47,805 ns, 0.04%)</title><rect x="948.3" y="113" width="0.4" height="15.0" fill="rgb(82,82,239)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`SearchTree (383,024 ns, 0.35%)')" onmouseout="c()">
<title>mach_kernel`SearchTree (383,024 ns, 0.35%)</title><rect x="949.8" y="225" width="3.4" height="15.0" fill="rgb(130,130,212)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zio_nowait (836,006 ns, 0.76%)')" onmouseout="c()">
<title>zfs`zio_nowait (836,006 ns, 0.76%)</title><rect x="981.9" y="97" width="7.4" height="15.0" fill="rgb(90,90,199)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`cat_lookup (47,607 ns, 0.04%)')" onmouseout="c()">
<title>mach_kernel`cat_lookup (47,607 ns, 0.04%)</title><rect x="45.9" y="257" width="0.4" height="15.0" fill="rgb(116,116,232)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`cat_getentriesattr (862,213 ns, 0.79%)')" onmouseout="c()">
<title>mach_kernel`cat_getentriesattr (862,213 ns, 0.79%)</title><rect x="872.9" y="257" width="7.7" height="15.0" fill="rgb(112,112,206)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020df2240 (49,706 ns, 0.05%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020df2240 (49,706 ns, 0.05%)</title><rect x="953.8" y="321" width="0.5" height="15.0" fill="rgb(99,99,242)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bf0390 (333,355 ns, 0.30%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bf0390 (333,355 ns, 0.30%)</title><rect x="954.3" y="321" width="3.0" height="15.0" fill="rgb(139,139,231)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`spec_strategy (532,670 ns, 0.49%)')" onmouseout="c()">
<title>mach_kernel`spec_strategy (532,670 ns, 0.49%)</title><rect x="749.3" y="113" width="4.8" height="15.0" fill="rgb(104,104,235)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`__zio_execute (836,006 ns, 0.76%)')" onmouseout="c()">
<title>zfs`__zio_execute (836,006 ns, 0.76%)</title><rect x="981.9" y="145" width="7.4" height="15.0" fill="rgb(111,111,200)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`BTSearchRecord (12,512 ns, 0.01%)')" onmouseout="c()">
<title>mach_kernel`BTSearchRecord (12,512 ns, 0.01%)</title><rect x="981.2" y="225" width="0.1" height="15.0" fill="rgb(102,102,220)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_vnop_fsync (671,260 ns, 0.61%)')" onmouseout="c()">
<title>mach_kernel`hfs_vnop_fsync (671,260 ns, 0.61%)</title><rect x="790.6" y="273" width="6.0" height="15.0" fill="rgb(87,87,224)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_meta_bread (665,014 ns, 0.61%)')" onmouseout="c()">
<title>mach_kernel`buf_meta_bread (665,014 ns, 0.61%)</title><rect x="872.9" y="193" width="5.9" height="15.0" fill="rgb(126,126,217)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_STRATEGY (447,839 ns, 0.41%)')" onmouseout="c()">
<title>mach_kernel`VNOP_STRATEGY (447,839 ns, 0.41%)</title><rect x="756.2" y="145" width="4.1" height="15.0" fill="rgb(129,129,216)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::prepareRequest (117,569 ns, 0.11%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::prepareRequest (117,569 ns, 0.11%)</title><rect x="948.7" y="113" width="1.1" height="15.0" fill="rgb(109,109,237)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bd2480 (11,529 ns, 0.01%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bd2480 (11,529 ns, 0.01%)</title><rect x="754.1" y="321" width="0.1" height="15.0" fill="rgb(130,130,210)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020aa0680 (19,155,106 ns, 17.49%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020aa0680 (19,155,106 ns, 17.49%)</title><rect x="46.5" y="321" width="171.4" height="15.0" fill="rgb(81,81,219)" rx="2" ry="2" />
<text text-anchor="" x="49.5090109882323" y="331.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >mach_kernel`0xffffff80..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bd36e0 (51,363 ns, 0.05%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bd36e0 (51,363 ns, 0.05%)</title><rect x="944.2" y="193" width="0.4" height="15.0" fill="rgb(137,137,230)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_vnop_read (602,530 ns, 0.55%)')" onmouseout="c()">
<title>mach_kernel`hfs_vnop_read (602,530 ns, 0.55%)</title><rect x="763.6" y="209" width="5.4" height="15.0" fill="rgb(83,83,200)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020c15440 (226,926 ns, 0.21%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020c15440 (226,926 ns, 0.21%)</title><rect x="754.2" y="321" width="2.0" height="15.0" fill="rgb(116,116,204)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`vdev_iokit_sync (21,947,184 ns, 20.04%)')" onmouseout="c()">
<title>zfs`vdev_iokit_sync (21,947,184 ns, 20.04%)</title><rect x="552.9" y="193" width="196.4" height="15.0" fill="rgb(119,119,202)" rx="2" ry="2" />
<text text-anchor="" x="555.927580829801" y="203.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >zfs`vdev_iokit_sync</text>
</g>
<g class="func_g" onmouseover="s('zfs`dmu_buf_hold_array_by_dnode (1,355,445 ns, 1.24%)')" onmouseout="c()">
<title>zfs`dmu_buf_hold_array_by_dnode (1,355,445 ns, 1.24%)</title><rect x="31.4" y="225" width="12.2" height="15.0" fill="rgb(117,117,236)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::prepareRequest (4,620,175 ns, 4.22%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::prepareRequest (4,620,175 ns, 4.22%)</title><rect x="881.4" y="113" width="41.4" height="15.0" fill="rgb(80,80,190)" rx="2" ry="2" />
<text text-anchor="" x="884.426613834715" y="123.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >IOS..</text>
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::executeRequest (47,607 ns, 0.04%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::executeRequest (47,607 ns, 0.04%)</title><rect x="45.9" y="65" width="0.4" height="15.0" fill="rgb(89,89,208)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`pread_nocancel (5,568,974 ns, 5.09%)')" onmouseout="c()">
<title>mach_kernel`pread_nocancel (5,568,974 ns, 5.09%)</title><rect x="880.6" y="305" width="49.8" height="15.0" fill="rgb(127,127,222)" rx="2" ry="2" />
<text text-anchor="" x="883.604236660433" y="315.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >mach_..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`vnode_put (532,670 ns, 0.49%)')" onmouseout="c()">
<title>mach_kernel`vnode_put (532,670 ns, 0.49%)</title><rect x="749.3" y="305" width="4.8" height="15.0" fill="rgb(123,123,220)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zio_vdev_io_start (836,006 ns, 0.76%)')" onmouseout="c()">
<title>zfs`zio_vdev_io_start (836,006 ns, 0.76%)</title><rect x="981.9" y="129" width="7.4" height="15.0" fill="rgb(108,108,207)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`lookup (109,540 ns, 0.10%)')" onmouseout="c()">
<title>mach_kernel`lookup (109,540 ns, 0.10%)</title><rect x="979.6" y="305" width="1.0" height="15.0" fill="rgb(102,102,225)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`dkreadwrite (12,512 ns, 0.01%)')" onmouseout="c()">
<title>IOStorageFamily`dkreadwrite (12,512 ns, 0.01%)</title><rect x="981.2" y="97" width="0.1" height="15.0" fill="rgb(91,91,199)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zvol_read_iokit (4,620,175 ns, 4.22%)')" onmouseout="c()">
<title>zfs`zvol_read_iokit (4,620,175 ns, 4.22%)</title><rect x="881.4" y="65" width="41.4" height="15.0" fill="rgb(100,100,191)" rx="2" ry="2" />
<text text-anchor="" x="884.426613834715" y="75.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >zfs..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_vnop_lookup (17,953 ns, 0.02%)')" onmouseout="c()">
<title>mach_kernel`hfs_vnop_lookup (17,953 ns, 0.02%)</title><rect x="45.7" y="273" width="0.2" height="15.0" fill="rgb(104,104,209)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::executeRequest (4,620,175 ns, 4.22%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::executeRequest (4,620,175 ns, 4.22%)</title><rect x="881.4" y="97" width="41.4" height="15.0" fill="rgb(99,99,215)" rx="2" ry="2" />
<text text-anchor="" x="884.426613834715" y="107.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >IOS..</text>
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`dkreadwrite (679,910 ns, 0.62%)')" onmouseout="c()">
<title>IOStorageFamily`dkreadwrite (679,910 ns, 0.62%)</title><rect x="973.4" y="97" width="6.1" height="15.0" fill="rgb(96,96,194)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (117,569 ns, 0.11%)')" onmouseout="c()">
<title>zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (117,569 ns, 0.11%)</title><rect x="948.7" y="81" width="1.1" height="15.0" fill="rgb(94,94,242)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_STRATEGY (30,228 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`VNOP_STRATEGY (30,228 ns, 0.03%)</title><rect x="930.4" y="161" width="0.3" height="15.0" fill="rgb(139,139,207)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('AppleFSCompressionTypeZlib`supplyChunkType4 (1,256,107 ns, 1.15%)')" onmouseout="c()">
<title>AppleFSCompressionTypeZlib`supplyChunkType4 (1,256,107 ns, 1.15%)</title><rect x="12.9" y="289" width="11.3" height="15.0" fill="rgb(82,82,217)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bcc3d0 (3,943,104 ns, 3.60%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bcc3d0 (3,943,104 ns, 3.60%)</title><rect x="796.8" y="193" width="35.3" height="15.0" fill="rgb(106,106,210)" rx="2" ry="2" />
<text text-anchor="" x="799.847217406472" y="203.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >ma..</text>
</g>
<g class="func_g" onmouseover="s('zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (256,934 ns, 0.23%)')" onmouseout="c()">
<title>zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (256,934 ns, 0.23%)</title><rect x="944.6" y="65" width="2.3" height="15.0" fill="rgb(100,100,214)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zvol_read_iokit (17,953 ns, 0.02%)')" onmouseout="c()">
<title>zfs`zvol_read_iokit (17,953 ns, 0.02%)</title><rect x="45.7" y="33" width="0.2" height="15.0" fill="rgb(129,129,206)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::prepareRequest (56,756 ns, 0.05%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::prepareRequest (56,756 ns, 0.05%)</title><rect x="835.5" y="97" width="0.5" height="15.0" fill="rgb(102,102,223)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`vnode_put (46,084 ns, 0.04%)')" onmouseout="c()">
<title>mach_kernel`vnode_put (46,084 ns, 0.04%)</title><rect x="981.3" y="337" width="0.4" height="15.0" fill="rgb(87,87,196)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_strategy (2,385,726 ns, 2.18%)')" onmouseout="c()">
<title>mach_kernel`buf_strategy (2,385,726 ns, 2.18%)</title><rect x="769.2" y="129" width="21.4" height="15.0" fill="rgb(108,108,243)" rx="2" ry="2" />
<text text-anchor="" x="772.244028929427" y="139.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >m..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_STRATEGY (327,929 ns, 0.30%)')" onmouseout="c()">
<title>mach_kernel`VNOP_STRATEGY (327,929 ns, 0.30%)</title><rect x="10.0" y="145" width="2.9" height="15.0" fill="rgb(99,99,198)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::executeRequest (31,238 ns, 0.03%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::executeRequest (31,238 ns, 0.03%)</title><rect x="769.0" y="65" width="0.2" height="15.0" fill="rgb(113,113,215)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zio_vdev_io_start (6,203,065 ns, 5.66%)')" onmouseout="c()">
<title>zfs`zio_vdev_io_start (6,203,065 ns, 5.66%)</title><rect x="420.4" y="273" width="55.5" height="15.0" fill="rgb(136,136,204)" rx="2" ry="2" />
<text text-anchor="" x="423.389737908311" y="283.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >zfs`z..</text>
</g>
<g class="func_g" onmouseover="s('zfs`zio_vdev_io_start (277,572 ns, 0.25%)')" onmouseout="c()">
<title>zfs`zio_vdev_io_start (277,572 ns, 0.25%)</title><rect x="335.9" y="241" width="2.5" height="15.0" fill="rgb(118,118,190)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`spec_strategy (1,801,963 ns, 1.65%)')" onmouseout="c()">
<title>mach_kernel`spec_strategy (1,801,963 ns, 1.65%)</title><rect x="957.3" y="113" width="16.1" height="15.0" fill="rgb(128,128,242)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_meta_bread (46,084 ns, 0.04%)')" onmouseout="c()">
<title>mach_kernel`buf_meta_bread (46,084 ns, 0.04%)</title><rect x="981.3" y="177" width="0.4" height="15.0" fill="rgb(87,87,205)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020c15440 (447,839 ns, 0.41%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020c15440 (447,839 ns, 0.41%)</title><rect x="756.2" y="321" width="4.1" height="15.0" fill="rgb(80,80,225)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_vnop_getxattr (208,872 ns, 0.19%)')" onmouseout="c()">
<title>mach_kernel`hfs_vnop_getxattr (208,872 ns, 0.19%)</title><rect x="43.6" y="273" width="1.8" height="15.0" fill="rgb(99,99,196)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::executeRequest (17,953 ns, 0.02%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::executeRequest (17,953 ns, 0.02%)</title><rect x="45.7" y="65" width="0.2" height="15.0" fill="rgb(81,81,193)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zio_ready (211,265 ns, 0.19%)')" onmouseout="c()">
<title>zfs`zio_ready (211,265 ns, 0.19%)</title><rect x="334.0" y="241" width="1.9" height="15.0" fill="rgb(139,139,236)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::prepareRequest (1,355,445 ns, 1.24%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::prepareRequest (1,355,445 ns, 1.24%)</title><rect x="31.4" y="321" width="12.2" height="15.0" fill="rgb(101,101,241)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020d9cfc0 (31,238 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020d9cfc0 (31,238 ns, 0.03%)</title><rect x="769.0" y="209" width="0.2" height="15.0" fill="rgb(80,80,223)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020d979c0 (32,870 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020d979c0 (32,870 ns, 0.03%)</title><rect x="45.4" y="273" width="0.3" height="15.0" fill="rgb(96,96,217)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bd0c30 (1,466,297 ns, 1.34%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bd0c30 (1,466,297 ns, 1.34%)</title><rect x="931.5" y="209" width="13.1" height="15.0" fill="rgb(81,81,199)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_strategy (14,795 ns, 0.01%)')" onmouseout="c()">
<title>mach_kernel`buf_strategy (14,795 ns, 0.01%)</title><rect x="981.7" y="129" width="0.2" height="15.0" fill="rgb(110,110,220)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_update (46,084 ns, 0.04%)')" onmouseout="c()">
<title>mach_kernel`hfs_update (46,084 ns, 0.04%)</title><rect x="981.3" y="257" width="0.4" height="15.0" fill="rgb(89,89,205)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020c06f70 (1,801,963 ns, 1.65%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020c06f70 (1,801,963 ns, 1.65%)</title><rect x="957.3" y="209" width="16.1" height="15.0" fill="rgb(80,80,242)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (327,929 ns, 0.30%)')" onmouseout="c()">
<title>zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (327,929 ns, 0.30%)</title><rect x="10.0" y="49" width="2.9" height="15.0" fill="rgb(88,88,235)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_READ (117,569 ns, 0.11%)')" onmouseout="c()">
<title>mach_kernel`VNOP_READ (117,569 ns, 0.11%)</title><rect x="948.7" y="257" width="1.1" height="15.0" fill="rgb(117,117,223)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`mac_vnop_getxattr (208,872 ns, 0.19%)')" onmouseout="c()">
<title>mach_kernel`mac_vnop_getxattr (208,872 ns, 0.19%)</title><rect x="43.6" y="321" width="1.8" height="15.0" fill="rgb(98,98,222)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_strategy (47,607 ns, 0.04%)')" onmouseout="c()">
<title>mach_kernel`buf_strategy (47,607 ns, 0.04%)</title><rect x="45.9" y="129" width="0.4" height="15.0" fill="rgb(108,108,226)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`dbuf_prefetch (72,829 ns, 0.07%)')" onmouseout="c()">
<title>zfs`dbuf_prefetch (72,829 ns, 0.07%)</title><rect x="989.3" y="193" width="0.7" height="15.0" fill="rgb(113,113,215)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`__zio_execute (30,041 ns, 0.03%)')" onmouseout="c()">
<title>zfs`__zio_execute (30,041 ns, 0.03%)</title><rect x="334.0" y="161" width="0.3" height="15.0" fill="rgb(83,83,192)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`__zio_execute (8,606,645 ns, 7.86%)')" onmouseout="c()">
<title>zfs`__zio_execute (8,606,645 ns, 7.86%)</title><rect x="475.9" y="225" width="77.0" height="15.0" fill="rgb(134,134,200)" rx="2" ry="2" />
<text text-anchor="" x="478.903374205159" y="235.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >zfs`__zi..</text>
</g>
<g class="func_g" onmouseover="s('Quarantine`quarantine_getinfo (208,872 ns, 0.19%)')" onmouseout="c()">
<title>Quarantine`quarantine_getinfo (208,872 ns, 0.19%)</title><rect x="43.6" y="337" width="1.8" height="15.0" fill="rgb(89,89,234)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020df2240 (30,228 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020df2240 (30,228 ns, 0.03%)</title><rect x="930.4" y="289" width="0.3" height="15.0" fill="rgb(101,101,205)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_filedone (532,670 ns, 0.49%)')" onmouseout="c()">
<title>mach_kernel`hfs_filedone (532,670 ns, 0.49%)</title><rect x="749.3" y="225" width="4.8" height="15.0" fill="rgb(133,133,244)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`dkreadwrite (333,355 ns, 0.30%)')" onmouseout="c()">
<title>IOStorageFamily`dkreadwrite (333,355 ns, 0.30%)</title><rect x="954.3" y="97" width="3.0" height="15.0" fill="rgb(129,129,200)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (208,872 ns, 0.19%)')" onmouseout="c()">
<title>zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (208,872 ns, 0.19%)</title><rect x="43.6" y="49" width="1.8" height="15.0" fill="rgb(99,99,229)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bcc3d0 (117,569 ns, 0.11%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bcc3d0 (117,569 ns, 0.11%)</title><rect x="948.7" y="193" width="1.1" height="15.0" fill="rgb(97,97,213)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_vnop_pageout (19,155,106 ns, 17.49%)')" onmouseout="c()">
<title>mach_kernel`hfs_vnop_pageout (19,155,106 ns, 17.49%)</title><rect x="46.5" y="241" width="171.4" height="15.0" fill="rgb(107,107,223)" rx="2" ry="2" />
<text text-anchor="" x="49.5090109882323" y="251.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >mach_kernel`hfs_vnop_p..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bce760 (408,096 ns, 0.37%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bce760 (408,096 ns, 0.37%)</title><rect x="944.6" y="193" width="3.7" height="15.0" fill="rgb(113,113,243)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bd0c30 (447,839 ns, 0.41%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bd0c30 (447,839 ns, 0.41%)</title><rect x="756.2" y="177" width="4.1" height="15.0" fill="rgb(124,124,214)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_meta_bread (11,529 ns, 0.01%)')" onmouseout="c()">
<title>mach_kernel`buf_meta_bread (11,529 ns, 0.01%)</title><rect x="754.1" y="177" width="0.1" height="15.0" fill="rgb(95,95,192)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`GetNode (679,910 ns, 0.62%)')" onmouseout="c()">
<title>mach_kernel`GetNode (679,910 ns, 0.62%)</title><rect x="973.4" y="209" width="6.1" height="15.0" fill="rgb(106,106,242)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zvol_read_iokit (383,024 ns, 0.35%)')" onmouseout="c()">
<title>zfs`zvol_read_iokit (383,024 ns, 0.35%)</title><rect x="949.8" y="33" width="3.4" height="15.0" fill="rgb(139,139,234)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bcc3d0 (226,926 ns, 0.21%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bcc3d0 (226,926 ns, 0.21%)</title><rect x="754.2" y="161" width="2.0" height="15.0" fill="rgb(125,125,220)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`vdev_iokit_io_start (5,786,685 ns, 5.28%)')" onmouseout="c()">
<title>zfs`vdev_iokit_io_start (5,786,685 ns, 5.28%)</title><rect x="347.9" y="193" width="51.8" height="15.0" fill="rgb(123,123,212)" rx="2" ry="2" />
<text text-anchor="" x="350.908974549611" y="203.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >zfs`v..</text>
</g>
<g class="func_g" onmouseover="s('zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (333,355 ns, 0.30%)')" onmouseout="c()">
<title>zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (333,355 ns, 0.30%)</title><rect x="954.3" y="49" width="3.0" height="15.0" fill="rgb(107,107,214)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zvol_read_iokit (90,150 ns, 0.08%)')" onmouseout="c()">
<title>zfs`zvol_read_iokit (90,150 ns, 0.08%)</title><rect x="930.7" y="81" width="0.8" height="15.0" fill="rgb(129,129,234)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::prepareRequest (447,839 ns, 0.41%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::prepareRequest (447,839 ns, 0.41%)</title><rect x="756.2" y="81" width="4.1" height="15.0" fill="rgb(136,136,241)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_FSYNC (671,260 ns, 0.61%)')" onmouseout="c()">
<title>mach_kernel`VNOP_FSYNC (671,260 ns, 0.61%)</title><rect x="790.6" y="289" width="6.0" height="15.0" fill="rgb(92,92,211)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020d9c210 (31,238 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020d9c210 (31,238 ns, 0.03%)</title><rect x="769.0" y="193" width="0.2" height="15.0" fill="rgb(96,96,213)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`dkreadwrite (31,238 ns, 0.03%)')" onmouseout="c()">
<title>IOStorageFamily`dkreadwrite (31,238 ns, 0.03%)</title><rect x="769.0" y="97" width="0.2" height="15.0" fill="rgb(135,135,223)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (91,892 ns, 0.08%)')" onmouseout="c()">
<title>zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (91,892 ns, 0.08%)</title><rect x="880.6" y="97" width="0.8" height="15.0" fill="rgb(133,133,220)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::executeRequest (12,512 ns, 0.01%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::executeRequest (12,512 ns, 0.01%)</title><rect x="981.2" y="65" width="0.1" height="15.0" fill="rgb(119,119,200)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`BTUpdateRecord (46,084 ns, 0.04%)')" onmouseout="c()">
<title>mach_kernel`BTUpdateRecord (46,084 ns, 0.04%)</title><rect x="981.3" y="225" width="0.4" height="15.0" fill="rgb(99,99,204)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bcc3d0 (447,839 ns, 0.41%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bcc3d0 (447,839 ns, 0.41%)</title><rect x="756.2" y="161" width="4.1" height="15.0" fill="rgb(84,84,228)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zvol_read_iokit (32,870 ns, 0.03%)')" onmouseout="c()">
<title>zfs`zvol_read_iokit (32,870 ns, 0.03%)</title><rect x="45.4" y="33" width="0.3" height="15.0" fill="rgb(108,108,199)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zvol_read_iokit (371,172 ns, 0.34%)')" onmouseout="c()">
<title>zfs`zvol_read_iokit (371,172 ns, 0.34%)</title><rect x="760.3" y="33" width="3.3" height="15.0" fill="rgb(114,114,213)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020d5a070 (47,607 ns, 0.04%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020d5a070 (47,607 ns, 0.04%)</title><rect x="45.9" y="241" width="0.4" height="15.0" fill="rgb(92,92,192)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`SearchTree (208,872 ns, 0.19%)')" onmouseout="c()">
<title>mach_kernel`SearchTree (208,872 ns, 0.19%)</title><rect x="43.6" y="225" width="1.8" height="15.0" fill="rgb(83,83,206)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`vdev_mirror_io_start (836,006 ns, 0.76%)')" onmouseout="c()">
<title>zfs`vdev_mirror_io_start (836,006 ns, 0.76%)</title><rect x="981.9" y="113" width="7.4" height="15.0" fill="rgb(131,131,235)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`spec_strategy (32,870 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`spec_strategy (32,870 ns, 0.03%)</title><rect x="45.4" y="113" width="0.3" height="15.0" fill="rgb(91,91,234)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`vdev_iokit_io_start (30,041 ns, 0.03%)')" onmouseout="c()">
<title>zfs`vdev_iokit_io_start (30,041 ns, 0.03%)</title><rect x="334.0" y="65" width="0.3" height="15.0" fill="rgb(96,96,217)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`spec_strategy (30,228 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`spec_strategy (30,228 ns, 0.03%)</title><rect x="930.4" y="129" width="0.3" height="15.0" fill="rgb(104,104,231)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_READ (226,926 ns, 0.21%)')" onmouseout="c()">
<title>mach_kernel`VNOP_READ (226,926 ns, 0.21%)</title><rect x="754.2" y="225" width="2.0" height="15.0" fill="rgb(96,96,229)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_vnop_getxattr (226,926 ns, 0.21%)')" onmouseout="c()">
<title>mach_kernel`hfs_vnop_getxattr (226,926 ns, 0.21%)</title><rect x="754.2" y="241" width="2.0" height="15.0" fill="rgb(108,108,211)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_STRATEGY (117,569 ns, 0.11%)')" onmouseout="c()">
<title>mach_kernel`VNOP_STRATEGY (117,569 ns, 0.11%)</title><rect x="948.7" y="177" width="1.1" height="15.0" fill="rgb(134,134,210)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`SearchTree (32,870 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`SearchTree (32,870 ns, 0.03%)</title><rect x="45.4" y="225" width="0.3" height="15.0" fill="rgb(80,80,210)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::prepareRequest (17,953 ns, 0.02%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::prepareRequest (17,953 ns, 0.02%)</title><rect x="45.7" y="81" width="0.2" height="15.0" fill="rgb(128,128,200)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`dkreadwrite (46,084 ns, 0.04%)')" onmouseout="c()">
<title>IOStorageFamily`dkreadwrite (46,084 ns, 0.04%)</title><rect x="981.3" y="97" width="0.4" height="15.0" fill="rgb(92,92,231)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zio_vdev_io_start (5,786,685 ns, 5.28%)')" onmouseout="c()">
<title>zfs`zio_vdev_io_start (5,786,685 ns, 5.28%)</title><rect x="347.9" y="209" width="51.8" height="15.0" fill="rgb(107,107,238)" rx="2" ry="2" />
<text text-anchor="" x="350.908974549611" y="219.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >zfs`z..</text>
</g>
<g class="func_g" onmouseover="s('zfs`zil_commit_writer (12,871,475 ns, 11.75%)')" onmouseout="c()">
<title>zfs`zil_commit_writer (12,871,475 ns, 11.75%)</title><rect x="218.8" y="209" width="115.2" height="15.0" fill="rgb(109,109,200)" rx="2" ry="2" />
<text text-anchor="" x="221.827081045741" y="219.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >zfs`zil_commit..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_getxattr_internal (371,172 ns, 0.34%)')" onmouseout="c()">
<title>mach_kernel`hfs_getxattr_internal (371,172 ns, 0.34%)</title><rect x="760.3" y="257" width="3.3" height="15.0" fill="rgb(124,124,208)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`namei (17,953 ns, 0.02%)')" onmouseout="c()">
<title>mach_kernel`namei (17,953 ns, 0.02%)</title><rect x="45.7" y="321" width="0.2" height="15.0" fill="rgb(104,104,215)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`cluster_push_ext (532,670 ns, 0.49%)')" onmouseout="c()">
<title>mach_kernel`cluster_push_ext (532,670 ns, 0.49%)</title><rect x="749.3" y="209" width="4.8" height="15.0" fill="rgb(99,99,200)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`dmu_buf_will_dirty (809,703 ns, 0.74%)')" onmouseout="c()">
<title>zfs`dmu_buf_will_dirty (809,703 ns, 0.74%)</title><rect x="24.2" y="241" width="7.2" height="15.0" fill="rgb(133,133,191)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`vdev_iokit_strategy (5,786,685 ns, 5.28%)')" onmouseout="c()">
<title>zfs`vdev_iokit_strategy (5,786,685 ns, 5.28%)</title><rect x="347.9" y="177" width="51.8" height="15.0" fill="rgb(124,124,244)" rx="2" ry="2" />
<text text-anchor="" x="350.908974549611" y="187.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >zfs`v..</text>
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`dkreadwrite (443,883 ns, 0.41%)')" onmouseout="c()">
<title>IOStorageFamily`dkreadwrite (443,883 ns, 0.41%)</title><rect x="868.9" y="97" width="4.0" height="15.0" fill="rgb(115,115,211)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`GetNode (23,012 ns, 0.02%)')" onmouseout="c()">
<title>mach_kernel`GetNode (23,012 ns, 0.02%)</title><rect x="46.3" y="209" width="0.2" height="15.0" fill="rgb(118,118,212)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zio_nowait (72,829 ns, 0.07%)')" onmouseout="c()">
<title>zfs`zio_nowait (72,829 ns, 0.07%)</title><rect x="989.3" y="161" width="0.7" height="15.0" fill="rgb(125,125,204)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (151,162 ns, 0.14%)')" onmouseout="c()">
<title>zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (151,162 ns, 0.14%)</title><rect x="946.9" y="49" width="1.4" height="15.0" fill="rgb(96,96,216)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`cluster_pageout_ext (19,155,106 ns, 17.49%)')" onmouseout="c()">
<title>mach_kernel`cluster_pageout_ext (19,155,106 ns, 17.49%)</title><rect x="46.5" y="209" width="171.4" height="15.0" fill="rgb(131,131,230)" rx="2" ry="2" />
<text text-anchor="" x="49.5090109882323" y="219.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >mach_kernel`cluster_pa..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`BTUpdateRecord (72,180 ns, 0.07%)')" onmouseout="c()">
<title>mach_kernel`BTUpdateRecord (72,180 ns, 0.07%)</title><rect x="953.2" y="225" width="0.6" height="15.0" fill="rgb(112,112,235)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (19,155,106 ns, 17.49%)')" onmouseout="c()">
<title>zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (19,155,106 ns, 17.49%)</title><rect x="46.5" y="81" width="171.4" height="15.0" fill="rgb(101,101,215)" rx="2" ry="2" />
<text text-anchor="" x="49.5090109882323" y="91.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >zfs`net_lundman_zfs_zv..</text>
</g>
<g class="func_g" onmouseover="s('zfs`dmu_buf_hold_array_by_dnode (72,829 ns, 0.07%)')" onmouseout="c()">
<title>zfs`dmu_buf_hold_array_by_dnode (72,829 ns, 0.07%)</title><rect x="989.3" y="289" width="0.7" height="15.0" fill="rgb(116,116,225)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (46,084 ns, 0.04%)')" onmouseout="c()">
<title>zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (46,084 ns, 0.04%)</title><rect x="981.3" y="49" width="0.4" height="15.0" fill="rgb(100,100,225)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zio_nowait (1,355,445 ns, 1.24%)')" onmouseout="c()">
<title>zfs`zio_nowait (1,355,445 ns, 1.24%)</title><rect x="31.4" y="161" width="12.2" height="15.0" fill="rgb(139,139,192)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::prepareRequest (327,929 ns, 0.30%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::prepareRequest (327,929 ns, 0.30%)</title><rect x="10.0" y="81" width="2.9" height="15.0" fill="rgb(111,111,234)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zvol_read_iokit (856,907 ns, 0.78%)')" onmouseout="c()">
<title>zfs`zvol_read_iokit (856,907 ns, 0.78%)</title><rect x="922.8" y="33" width="7.6" height="15.0" fill="rgb(83,83,212)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`dkreadwrite (109,540 ns, 0.10%)')" onmouseout="c()">
<title>IOStorageFamily`dkreadwrite (109,540 ns, 0.10%)</title><rect x="979.6" y="97" width="1.0" height="15.0" fill="rgb(97,97,211)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bd2480 (532,670 ns, 0.49%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bd2480 (532,670 ns, 0.49%)</title><rect x="749.3" y="193" width="4.8" height="15.0" fill="rgb(112,112,203)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`BTSearchRecord (333,355 ns, 0.30%)')" onmouseout="c()">
<title>mach_kernel`BTSearchRecord (333,355 ns, 0.30%)</title><rect x="954.3" y="241" width="3.0" height="15.0" fill="rgb(137,137,202)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`spec_ioctl (12,876,012 ns, 11.76%)')" onmouseout="c()">
<title>mach_kernel`spec_ioctl (12,876,012 ns, 11.76%)</title><rect x="218.8" y="273" width="115.2" height="15.0" fill="rgb(99,99,237)" rx="2" ry="2" />
<text text-anchor="" x="221.786477671783" y="283.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >mach_kernel`sp..</text>
</g>
<g class="func_g" onmouseover="s('zfs`zvol_read_iokit (117,569 ns, 0.11%)')" onmouseout="c()">
<title>zfs`zvol_read_iokit (117,569 ns, 0.11%)</title><rect x="948.7" y="65" width="1.1" height="15.0" fill="rgb(85,85,219)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_meta_bread (14,795 ns, 0.01%)')" onmouseout="c()">
<title>mach_kernel`buf_meta_bread (14,795 ns, 0.01%)</title><rect x="981.7" y="177" width="0.2" height="15.0" fill="rgb(98,98,232)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_vnop_pagein (2,385,726 ns, 2.18%)')" onmouseout="c()">
<title>mach_kernel`hfs_vnop_pagein (2,385,726 ns, 2.18%)</title><rect x="769.2" y="209" width="21.4" height="15.0" fill="rgb(102,102,230)" rx="2" ry="2" />
<text text-anchor="" x="772.244028929427" y="219.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >m..</text>
</g>
<g class="func_g" onmouseover="s('zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (49,706 ns, 0.05%)')" onmouseout="c()">
<title>zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (49,706 ns, 0.05%)</title><rect x="953.8" y="49" width="0.5" height="15.0" fill="rgb(130,130,201)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bcc3d0 (256,934 ns, 0.23%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bcc3d0 (256,934 ns, 0.23%)</title><rect x="944.6" y="177" width="2.3" height="15.0" fill="rgb(125,125,224)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_vnop_write (49,706 ns, 0.05%)')" onmouseout="c()">
<title>mach_kernel`hfs_vnop_write (49,706 ns, 0.05%)</title><rect x="953.8" y="273" width="0.5" height="15.0" fill="rgb(90,90,210)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`write_nocancel (408,096 ns, 0.37%)')" onmouseout="c()">
<title>mach_kernel`write_nocancel (408,096 ns, 0.37%)</title><rect x="944.6" y="305" width="3.7" height="15.0" fill="rgb(125,125,202)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_WRITE (47,805 ns, 0.04%)')" onmouseout="c()">
<title>mach_kernel`VNOP_WRITE (47,805 ns, 0.04%)</title><rect x="948.3" y="257" width="0.4" height="15.0" fill="rgb(136,136,203)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`spec_strategy (72,180 ns, 0.07%)')" onmouseout="c()">
<title>mach_kernel`spec_strategy (72,180 ns, 0.07%)</title><rect x="953.2" y="113" width="0.6" height="15.0" fill="rgb(80,80,222)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`ExtendFileC (31,238 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`ExtendFileC (31,238 ns, 0.03%)</title><rect x="769.0" y="241" width="0.2" height="15.0" fill="rgb(104,104,206)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::executeRequest (95,089 ns, 0.09%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::executeRequest (95,089 ns, 0.09%)</title><rect x="217.9" y="209" width="0.9" height="15.0" fill="rgb(91,91,237)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_STRATEGY (109,540 ns, 0.10%)')" onmouseout="c()">
<title>mach_kernel`VNOP_STRATEGY (109,540 ns, 0.10%)</title><rect x="979.6" y="145" width="1.0" height="15.0" fill="rgb(132,132,202)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_vnop_read (117,569 ns, 0.11%)')" onmouseout="c()">
<title>mach_kernel`hfs_vnop_read (117,569 ns, 0.11%)</title><rect x="948.7" y="241" width="1.1" height="15.0" fill="rgb(113,113,203)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::executeRequest (532,670 ns, 0.49%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::executeRequest (532,670 ns, 0.49%)</title><rect x="749.3" y="65" width="4.8" height="15.0" fill="rgb(82,82,212)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bcc3d0 (532,670 ns, 0.49%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bcc3d0 (532,670 ns, 0.49%)</title><rect x="749.3" y="161" width="4.8" height="15.0" fill="rgb(83,83,231)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`GetNode (665,014 ns, 0.61%)')" onmouseout="c()">
<title>mach_kernel`GetNode (665,014 ns, 0.61%)</title><rect x="872.9" y="225" width="5.9" height="15.0" fill="rgb(112,112,202)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`pwrite_nocancel (49,706 ns, 0.05%)')" onmouseout="c()">
<title>mach_kernel`pwrite_nocancel (49,706 ns, 0.05%)</title><rect x="953.8" y="337" width="0.5" height="15.0" fill="rgb(130,130,235)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::prepareRequest (3,943,104 ns, 3.60%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::prepareRequest (3,943,104 ns, 3.60%)</title><rect x="796.8" y="113" width="35.3" height="15.0" fill="rgb(121,121,195)" rx="2" ry="2" />
<text text-anchor="" x="799.847217406472" y="123.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >IO..</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`decmpfs_validate_compressed_file (371,172 ns, 0.34%)')" onmouseout="c()">
<title>mach_kernel`decmpfs_validate_compressed_file (371,172 ns, 0.34%)</title><rect x="760.3" y="337" width="3.3" height="15.0" fill="rgb(123,123,222)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`cluster_read_ext (1,256,107 ns, 1.15%)')" onmouseout="c()">
<title>mach_kernel`cluster_read_ext (1,256,107 ns, 1.15%)</title><rect x="12.9" y="193" width="11.3" height="15.0" fill="rgb(133,133,210)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_strategy (447,839 ns, 0.41%)')" onmouseout="c()">
<title>mach_kernel`buf_strategy (447,839 ns, 0.41%)</title><rect x="756.2" y="129" width="4.1" height="15.0" fill="rgb(93,93,234)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`namei (23,012 ns, 0.02%)')" onmouseout="c()">
<title>mach_kernel`namei (23,012 ns, 0.02%)</title><rect x="46.3" y="321" width="0.2" height="15.0" fill="rgb(136,136,229)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_STRATEGY (856,907 ns, 0.78%)')" onmouseout="c()">
<title>mach_kernel`VNOP_STRATEGY (856,907 ns, 0.78%)</title><rect x="922.8" y="145" width="7.6" height="15.0" fill="rgb(123,123,231)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zio_nowait (809,703 ns, 0.74%)')" onmouseout="c()">
<title>zfs`zio_nowait (809,703 ns, 0.74%)</title><rect x="24.2" y="97" width="7.2" height="15.0" fill="rgb(104,104,238)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`dkreadwrite (82,535 ns, 0.08%)')" onmouseout="c()">
<title>IOStorageFamily`dkreadwrite (82,535 ns, 0.08%)</title><rect x="879.9" y="97" width="0.7" height="15.0" fill="rgb(125,125,204)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::prepareRequest (1,801,963 ns, 1.65%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::prepareRequest (1,801,963 ns, 1.65%)</title><rect x="957.3" y="81" width="16.1" height="15.0" fill="rgb(80,80,231)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`lookup (383,024 ns, 0.35%)')" onmouseout="c()">
<title>mach_kernel`lookup (383,024 ns, 0.35%)</title><rect x="949.8" y="321" width="3.4" height="15.0" fill="rgb(83,83,202)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zio_vdev_io_start (30,041 ns, 0.03%)')" onmouseout="c()">
<title>zfs`zio_vdev_io_start (30,041 ns, 0.03%)</title><rect x="334.0" y="145" width="0.3" height="15.0" fill="rgb(120,120,218)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zio_vdev_io_start (72,829 ns, 0.07%)')" onmouseout="c()">
<title>zfs`zio_vdev_io_start (72,829 ns, 0.07%)</title><rect x="989.3" y="129" width="0.7" height="15.0" fill="rgb(91,91,204)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_READ (447,839 ns, 0.41%)')" onmouseout="c()">
<title>mach_kernel`VNOP_READ (447,839 ns, 0.41%)</title><rect x="756.2" y="225" width="4.1" height="15.0" fill="rgb(132,132,208)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::prepareRequest (665,014 ns, 0.61%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::prepareRequest (665,014 ns, 0.61%)</title><rect x="872.9" y="97" width="5.9" height="15.0" fill="rgb(99,99,221)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::prepareRequest (19,155,106 ns, 17.49%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::prepareRequest (19,155,106 ns, 17.49%)</title><rect x="46.5" y="113" width="171.4" height="15.0" fill="rgb(111,111,196)" rx="2" ry="2" />
<text text-anchor="" x="49.5090109882323" y="123.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >IOStorageFamily`IOBloc..</text>
</g>
<g class="func_g" onmouseover="s('zfs`zio_nowait (30,041 ns, 0.03%)')" onmouseout="c()">
<title>zfs`zio_nowait (30,041 ns, 0.03%)</title><rect x="334.0" y="113" width="0.3" height="15.0" fill="rgb(136,136,226)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_vnop_write (47,805 ns, 0.04%)')" onmouseout="c()">
<title>mach_kernel`hfs_vnop_write (47,805 ns, 0.04%)</title><rect x="948.3" y="241" width="0.4" height="15.0" fill="rgb(84,84,218)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`dmu_read_iokit (1,355,445 ns, 1.24%)')" onmouseout="c()">
<title>zfs`dmu_read_iokit (1,355,445 ns, 1.24%)</title><rect x="31.4" y="257" width="12.2" height="15.0" fill="rgb(126,126,237)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bc7520 (31,238 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bc7520 (31,238 ns, 0.03%)</title><rect x="769.0" y="161" width="0.2" height="15.0" fill="rgb(101,101,241)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_STRATEGY (46,084 ns, 0.04%)')" onmouseout="c()">
<title>mach_kernel`VNOP_STRATEGY (46,084 ns, 0.04%)</title><rect x="981.3" y="145" width="0.4" height="15.0" fill="rgb(86,86,236)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`__zio_execute (5,786,685 ns, 5.28%)')" onmouseout="c()">
<title>zfs`__zio_execute (5,786,685 ns, 5.28%)</title><rect x="347.9" y="225" width="51.8" height="15.0" fill="rgb(112,112,209)" rx="2" ry="2" />
<text text-anchor="" x="350.908974549611" y="235.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >zfs`_..</text>
</g>
<g class="func_g" onmouseover="s('zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (72,180 ns, 0.07%)')" onmouseout="c()">
<title>zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (72,180 ns, 0.07%)</title><rect x="953.2" y="49" width="0.6" height="15.0" fill="rgb(129,129,192)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`GetNode (371,172 ns, 0.34%)')" onmouseout="c()">
<title>mach_kernel`GetNode (371,172 ns, 0.34%)</title><rect x="760.3" y="209" width="3.3" height="15.0" fill="rgb(91,91,229)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`hfs_vnop_readdir (679,910 ns, 0.62%)')" onmouseout="c()">
<title>mach_kernel`hfs_vnop_readdir (679,910 ns, 0.62%)</title><rect x="973.4" y="273" width="6.1" height="15.0" fill="rgb(91,91,214)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`cat_getdirentries (443,883 ns, 0.41%)')" onmouseout="c()">
<title>mach_kernel`cat_getdirentries (443,883 ns, 0.41%)</title><rect x="868.9" y="241" width="4.0" height="15.0" fill="rgb(94,94,229)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zvol_write_iokit (3,943,104 ns, 3.60%)')" onmouseout="c()">
<title>zfs`zvol_write_iokit (3,943,104 ns, 3.60%)</title><rect x="796.8" y="65" width="35.3" height="15.0" fill="rgb(103,103,202)" rx="2" ry="2" />
<text text-anchor="" x="799.847217406472" y="75.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >zf..</text>
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`dkreadwrite (32,870 ns, 0.03%)')" onmouseout="c()">
<title>IOStorageFamily`dkreadwrite (32,870 ns, 0.03%)</title><rect x="45.4" y="97" width="0.3" height="15.0" fill="rgb(80,80,215)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bce760 (30,513 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bce760 (30,513 ns, 0.03%)</title><rect x="868.6" y="177" width="0.3" height="15.0" fill="rgb(91,91,225)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::executeRequest (2,385,726 ns, 2.18%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::executeRequest (2,385,726 ns, 2.18%)</title><rect x="769.2" y="65" width="21.4" height="15.0" fill="rgb(114,114,217)" rx="2" ry="2" />
<text text-anchor="" x="772.244028929427" y="75.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >I..</text>
</g>
<g class="func_g" onmouseover="s('zfs`__zio_execute (30,041 ns, 0.03%)')" onmouseout="c()">
<title>zfs`__zio_execute (30,041 ns, 0.03%)</title><rect x="334.0" y="193" width="0.3" height="15.0" fill="rgb(139,139,198)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bc7520 (333,355 ns, 0.30%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bc7520 (333,355 ns, 0.30%)</title><rect x="954.3" y="161" width="3.0" height="15.0" fill="rgb(91,91,199)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('AppleFSCompressionTypeZlib`_getxattr (1,256,107 ns, 1.15%)')" onmouseout="c()">
<title>AppleFSCompressionTypeZlib`_getxattr (1,256,107 ns, 1.15%)</title><rect x="12.9" y="273" width="11.3" height="15.0" fill="rgb(104,104,228)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::executeRequest (333,355 ns, 0.30%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::executeRequest (333,355 ns, 0.30%)</title><rect x="954.3" y="65" width="3.0" height="15.0" fill="rgb(118,118,213)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`spec_strategy (50,742 ns, 0.05%)')" onmouseout="c()">
<title>mach_kernel`spec_strategy (50,742 ns, 0.05%)</title><rect x="832.1" y="129" width="0.5" height="15.0" fill="rgb(126,126,217)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`BlockAllocate (11,529 ns, 0.01%)')" onmouseout="c()">
<title>mach_kernel`BlockAllocate (11,529 ns, 0.01%)</title><rect x="754.1" y="225" width="0.1" height="15.0" fill="rgb(94,94,220)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`buf_strategy (327,929 ns, 0.30%)')" onmouseout="c()">
<title>mach_kernel`buf_strategy (327,929 ns, 0.30%)</title><rect x="10.0" y="129" width="2.9" height="15.0" fill="rgb(81,81,225)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`dkreadwrite (665,014 ns, 0.61%)')" onmouseout="c()">
<title>IOStorageFamily`dkreadwrite (665,014 ns, 0.61%)</title><rect x="872.9" y="113" width="5.9" height="15.0" fill="rgb(88,88,232)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_STRATEGY (532,670 ns, 0.49%)')" onmouseout="c()">
<title>mach_kernel`VNOP_STRATEGY (532,670 ns, 0.49%)</title><rect x="749.3" y="145" width="4.8" height="15.0" fill="rgb(83,83,214)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zio_nowait (21,947,184 ns, 20.04%)')" onmouseout="c()">
<title>zfs`zio_nowait (21,947,184 ns, 20.04%)</title><rect x="552.9" y="257" width="196.4" height="15.0" fill="rgb(121,121,210)" rx="2" ry="2" />
<text text-anchor="" x="555.927580829801" y="267.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >zfs`zio_nowait</text>
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bd2bc0 (671,260 ns, 0.61%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bd2bc0 (671,260 ns, 0.61%)</title><rect x="790.6" y="209" width="6.0" height="15.0" fill="rgb(114,114,203)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`VNOP_BLOCKMAP (31,238 ns, 0.03%)')" onmouseout="c()">
<title>mach_kernel`VNOP_BLOCKMAP (31,238 ns, 0.03%)</title><rect x="769.0" y="273" width="0.2" height="15.0" fill="rgb(103,103,198)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (47,805 ns, 0.04%)')" onmouseout="c()">
<title>zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (47,805 ns, 0.04%)</title><rect x="948.3" y="65" width="0.4" height="15.0" fill="rgb(125,125,227)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::executeRequest (443,883 ns, 0.41%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::executeRequest (443,883 ns, 0.41%)</title><rect x="868.9" y="65" width="4.0" height="15.0" fill="rgb(113,113,192)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`0xffffff8020bf3920 (49,706 ns, 0.05%)')" onmouseout="c()">
<title>mach_kernel`0xffffff8020bf3920 (49,706 ns, 0.05%)</title><rect x="953.8" y="305" width="0.5" height="15.0" fill="rgb(97,97,226)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (30,228 ns, 0.03%)')" onmouseout="c()">
<title>zfs`net_lundman_zfs_zvol_device::doAsyncReadWrite (30,228 ns, 0.03%)</title><rect x="930.4" y="65" width="0.3" height="15.0" fill="rgb(137,137,223)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zio_vdev_io_start (12,871,475 ns, 11.75%)')" onmouseout="c()">
<title>zfs`zio_vdev_io_start (12,871,475 ns, 11.75%)</title><rect x="218.8" y="129" width="115.2" height="15.0" fill="rgb(139,139,196)" rx="2" ry="2" />
<text text-anchor="" x="221.827081045741" y="139.5" font-size="12" font-family="Verdana" fill="rgb(0,0,0)" >zfs`zio_vdev_i..</text>
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::executeRequest (256,934 ns, 0.23%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::executeRequest (256,934 ns, 0.23%)</title><rect x="944.6" y="81" width="2.3" height="15.0" fill="rgb(130,130,228)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`IOBlockStorageDriver::prepareRequest (51,363 ns, 0.05%)')" onmouseout="c()">
<title>IOStorageFamily`IOBlockStorageDriver::prepareRequest (51,363 ns, 0.05%)</title><rect x="944.2" y="81" width="0.4" height="15.0" fill="rgb(100,100,221)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('IOStorageFamily`dkreadwrite (95,089 ns, 0.09%)')" onmouseout="c()">
<title>IOStorageFamily`dkreadwrite (95,089 ns, 0.09%)</title><rect x="217.9" y="241" width="0.9" height="15.0" fill="rgb(92,92,222)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('zfs`zvol_write_iokit (151,162 ns, 0.14%)')" onmouseout="c()">
<title>zfs`zvol_write_iokit (151,162 ns, 0.14%)</title><rect x="946.9" y="33" width="1.4" height="15.0" fill="rgb(123,123,201)" rx="2" ry="2" />
</g>
<g class="func_g" onmouseover="s('mach_kernel`cluster_read_ext (327,929 ns, 0.30%)')" onmouseout="c()">
<title>mach_kernel`cluster_read_ext (327,929 ns, 0.30%)</title><rect x="10.0" y="225" width="2.9" height="15.0" fill="rgb(116,116,213)" rx="2" ry="2" />
</g>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment