Skip to content

Instantly share code, notes, and snippets.

@sax
Last active August 29, 2015 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sax/a8c6fc363650e1beb548 to your computer and use it in GitHub Desktop.
Save sax/a8c6fc363650e1beb548 to your computer and use it in GitHub Desktop.
Postgres slow forking
> sudo dtrace -n '::forksys:entry / pid == $target / { printf("%d %d", arg0, arg1); }' -p 7580
CPU ID FUNCTION:NAME
5 13517 forksys:entry 0 0
5 13517 forksys:entry 0 0
5 13517 forksys:entry 0 0
5 13517 forksys:entry 0 0
7 13517 forksys:entry 0 0
0 13517 forksys:entry 0 0
0 13517 forksys:entry 0 0
> sudo dtrace -n '::forksys:entry / pid == $target / { self->ts = timestamp; } ::forksys:return / self->ts / { self->ts = 0; printf("%d", timestamp); exit(0); } ::: / self->ts / { printf("%d", timestamp) } ' -p 63824 | awk '{ printf("%-2d\t%-6d\t%-24s\t%10dns\n", $1, $2, $3, $4-p)}{p=$4}'
dtrace: description '::forksys:entry ' matched 11691 probes
0 0 FUNCTION:NAME 0ns
4 13269 forksys:entry 0ns
4 13656 urw:softlock 995752ns
4 13543 xc_common:xcalls 17630ns
4 13543 xc_common:xcalls 3074ns
4 13543 xc_common:xcalls 2052ns
4 13651 anon_private:cow_fault 17002ns
4 13656 urw:softlock 13130ns
4 13543 xc_common:xcalls 6696ns
4 13543 xc_common:xcalls 1880ns
4 13543 xc_common:xcalls 1744ns
4 13656 urw:softlock 38034ns
4 13543 xc_common:xcalls 6090ns
4 13543 xc_common:xcalls 1880ns
4 13543 xc_common:xcalls 1740ns
4 13651 anon_private:cow_fault 10152ns
4 13656 urw:softlock 10522ns
4 13543 xc_common:xcalls 6524ns
4 13543 xc_common:xcalls 1802ns
4 13656 urw:softlock 29054ns
4 13543 xc_common:xcalls 5294ns
4 13543 xc_common:xcalls 1764ns
4 13656 urw:softlock 9648ns
4 13543 xc_common:xcalls 5416ns
4 13543 xc_common:xcalls 1696ns
4 13656 urw:softlock 31968ns
4 13543 xc_common:xcalls 6044ns
4 13543 xc_common:xcalls 1732ns
4 13651 anon_private:cow_fault 9990ns
4 13656 urw:softlock 11694ns
4 13543 xc_common:xcalls 5904ns
4 13543 xc_common:xcalls 1836ns
4 13656 urw:softlock 22376ns
4 13543 xc_common:xcalls 5064ns
4 13543 xc_common:xcalls 1796ns
4 13656 urw:softlock 10160ns
4 13543 xc_common:xcalls 5512ns
4 13543 xc_common:xcalls 1696ns
4 13656 urw:softlock 18004ns
4 13543 xc_common:xcalls 4940ns
4 13543 xc_common:xcalls 1676ns
4 13656 urw:softlock 9512ns
4 13543 xc_common:xcalls 5788ns
4 13543 xc_common:xcalls 1812ns
4 13543 xc_common:xcalls 1606ns
4 13656 urw:softlock 71606ns
4 13543 xc_common:xcalls 6744ns
4 13656 urw:softlock 10380ns
4 13543 xc_common:xcalls 5358ns
4 13656 urw:softlock 18218ns
4 13543 xc_common:xcalls 5012ns
4 13543 xc_common:xcalls 1730ns
4 13656 urw:softlock 9374ns
4 13543 xc_common:xcalls 5852ns
4 13543 xc_common:xcalls 1924ns
4 13656 urw:softlock 21068ns
4 13543 xc_common:xcalls 4940ns
4 13543 xc_common:xcalls 1860ns
4 13656 urw:softlock 9332ns
4 13543 xc_common:xcalls 5236ns
4 13543 xc_common:xcalls 1828ns
4 13543 xc_common:xcalls 1592ns
4 13656 urw:softlock 18796ns
4 13543 xc_common:xcalls 5256ns
4 13543 xc_common:xcalls 1652ns
4 13656 urw:softlock 9312ns
4 13543 xc_common:xcalls 5540ns
4 13543 xc_common:xcalls 1674ns
4 13656 urw:softlock 55950ns
4 13543 xc_common:xcalls 5940ns
4 13543 xc_common:xcalls 1792ns
4 13651 anon_private:cow_fault 9786ns
4 13656 urw:softlock 12610ns
4 13543 xc_common:xcalls 5996ns
4 13543 xc_common:xcalls 1828ns
4 13656 urw:softlock 47652ns
4 13543 xc_common:xcalls 5862ns
4 13543 xc_common:xcalls 1734ns
4 13651 anon_private:cow_fault 9176ns
4 13656 urw:softlock 10490ns
4 13543 xc_common:xcalls 6194ns
4 13543 xc_common:xcalls 1760ns
4 13656 urw:softlock 15950ns
4 13543 xc_common:xcalls 5180ns
4 13543 xc_common:xcalls 1804ns
4 13656 urw:softlock 9420ns
4 13543 xc_common:xcalls 5320ns
4 13543 xc_common:xcalls 1782ns
4 13656 urw:softlock 12522ns
4 13543 xc_common:xcalls 4970ns
4 13543 xc_common:xcalls 1792ns
4 13656 urw:softlock 9044ns
4 13543 xc_common:xcalls 5172ns
4 13543 xc_common:xcalls 1642ns
4 13656 urw:softlock 17506ns
4 13543 xc_common:xcalls 5328ns
4 13543 xc_common:xcalls 1724ns
4 13651 anon_private:cow_fault 8604ns
4 13656 urw:softlock 10872ns
4 13543 xc_common:xcalls 5688ns
4 13543 xc_common:xcalls 1672ns
4 13656 urw:softlock 11604ns
4 13543 xc_common:xcalls 4956ns
4 13543 xc_common:xcalls 1828ns
4 13656 urw:softlock 10260ns
4 13543 xc_common:xcalls 5568ns
4 13543 xc_common:xcalls 1816ns
4 13656 urw:softlock 10784ns
4 13543 xc_common:xcalls 4948ns
4 13543 xc_common:xcalls 1680ns
4 13656 urw:softlock 9220ns
4 13543 xc_common:xcalls 5338ns
4 13543 xc_common:xcalls 1706ns
4 13656 urw:softlock 12288ns
4 13543 xc_common:xcalls 5012ns
4 13543 xc_common:xcalls 1688ns
4 13656 urw:softlock 9010ns
4 13543 xc_common:xcalls 5202ns
4 13543 xc_common:xcalls 1708ns
4 13656 urw:softlock 12256ns
4 13543 xc_common:xcalls 4784ns
4 13543 xc_common:xcalls 1684ns
4 13656 urw:softlock 9308ns
4 13543 xc_common:xcalls 5116ns
4 13543 xc_common:xcalls 1648ns
4 13656 urw:softlock 23236ns
4 13543 xc_common:xcalls 5316ns
4 13543 xc_common:xcalls 1784ns
4 13651 anon_private:cow_fault 8884ns
4 13656 urw:softlock 10216ns
4 13543 xc_common:xcalls 5844ns
4 13543 xc_common:xcalls 1900ns
4 13656 urw:softlock 14746ns
4 13543 xc_common:xcalls 4810ns
4 13543 xc_common:xcalls 1690ns
4 13656 urw:softlock 9140ns
4 13543 xc_common:xcalls 5264ns
4 13543 xc_common:xcalls 1670ns
4 13656 urw:softlock 12480ns
4 13543 xc_common:xcalls 4870ns
4 13543 xc_common:xcalls 1718ns
4 13656 urw:softlock 8922ns
4 13543 xc_common:xcalls 5182ns
4 13543 xc_common:xcalls 1688ns
4 13656 urw:softlock 14492ns
4 13543 xc_common:xcalls 4888ns
4 13543 xc_common:xcalls 1794ns
4 13656 urw:softlock 8940ns
4 13543 xc_common:xcalls 5274ns
4 13543 xc_common:xcalls 1644ns
4 13656 urw:softlock 41500ns
4 13543 xc_common:xcalls 5556ns
4 13543 xc_common:xcalls 1784ns
4 13656 urw:softlock 9950ns
4 13543 xc_common:xcalls 5530ns
4 13543 xc_common:xcalls 1676ns
4 13656 urw:softlock 98504ns
4 13543 xc_common:xcalls 7660ns
4 13543 xc_common:xcalls 1822ns
4 13543 xc_common:xcalls 1964ns
4 13543 xc_common:xcalls 1614ns
4 13651 anon_private:cow_fault 10564ns
4 13656 urw:softlock 11766ns
4 13543 xc_common:xcalls 7054ns
4 13543 xc_common:xcalls 1792ns
4 13543 xc_common:xcalls 1576ns
4 13656 urw:softlock 89596ns
4 13543 xc_common:xcalls 8290ns
4 13543 xc_common:xcalls 1804ns
4 13651 anon_private:cow_fault 10366ns
4 13656 urw:softlock 12554ns
4 13543 xc_common:xcalls 6170ns
4 13543 xc_common:xcalls 1820ns
4 13656 urw:softlock 39634ns
4 13543 xc_common:xcalls 5366ns
4 13543 xc_common:xcalls 1960ns
4 13656 urw:softlock 9468ns
4 13543 xc_common:xcalls 5380ns
4 13543 xc_common:xcalls 1914ns
4 13656 urw:softlock 24750ns
4 13543 xc_common:xcalls 5510ns
4 13543 xc_common:xcalls 1804ns
4 13651 anon_private:cow_fault 9642ns
4 13656 urw:softlock 10244ns
4 13543 xc_common:xcalls 6032ns
4 13543 xc_common:xcalls 1776ns
4 13656 urw:softlock 60050ns
4 13543 xc_common:xcalls 5918ns
4 13543 xc_common:xcalls 1782ns
4 13656 urw:softlock 10304ns
4 13543 xc_common:xcalls 5322ns
4 13543 xc_common:xcalls 1908ns
4 13656 urw:softlock 28812ns
4 13543 xc_common:xcalls 5960ns
4 13543 xc_common:xcalls 1960ns
4 13651 anon_private:cow_fault 10270ns
4 13656 urw:softlock 12230ns
4 13543 xc_common:xcalls 5876ns
4 13543 xc_common:xcalls 1790ns
4 13656 urw:softlock 21238ns
4 13543 xc_common:xcalls 5546ns
4 13543 xc_common:xcalls 1784ns
4 13651 anon_private:cow_fault 8900ns
4 13656 urw:softlock 9330ns
4 13543 xc_common:xcalls 5956ns
4 13543 xc_common:xcalls 1834ns
4 13656 urw:softlock 17838ns
4 13543 xc_common:xcalls 5406ns
4 13543 xc_common:xcalls 1878ns
4 13656 urw:softlock 9512ns
4 13543 xc_common:xcalls 5434ns
4 13543 xc_common:xcalls 1800ns
4 13656 urw:softlock 15306ns
4 13543 xc_common:xcalls 5034ns
4 13543 xc_common:xcalls 1790ns
4 13656 urw:softlock 9336ns
4 13543 xc_common:xcalls 6520ns
4 13543 xc_common:xcalls 1744ns
4 13656 urw:softlock 19212ns
4 13543 xc_common:xcalls 5360ns
4 13543 xc_common:xcalls 1804ns
4 13656 urw:softlock 9820ns
4 13543 xc_common:xcalls 5412ns
4 13543 xc_common:xcalls 1916ns
4 13656 urw:softlock 13620ns
4 13543 xc_common:xcalls 4892ns
4 13543 xc_common:xcalls 1928ns
4 13543 xc_common:xcalls 1700ns
4 13656 urw:softlock 9772ns
4 13543 xc_common:xcalls 5280ns
4 13543 xc_common:xcalls 1796ns
4 13543 xc_common:xcalls 1876ns
4 13656 urw:softlock 19638ns
4 13543 xc_common:xcalls 5530ns
4 13543 xc_common:xcalls 1980ns
4 13543 xc_common:xcalls 1690ns
4 13651 anon_private:cow_fault 9080ns
4 13656 urw:softlock 11070ns
4 13543 xc_common:xcalls 5880ns
4 13543 xc_common:xcalls 1904ns
4 13656 urw:softlock 14196ns
4 13543 xc_common:xcalls 5020ns
4 13543 xc_common:xcalls 1892ns
4 13656 urw:softlock 11180ns
4 13543 xc_common:xcalls 8128ns
4 13543 xc_common:xcalls 2354ns
4 13543 xc_common:xcalls 2744ns
4 13656 urw:softlock 47664ns
4 13543 xc_common:xcalls 6542ns
4 13543 xc_common:xcalls 1916ns
4 13656 urw:softlock 10124ns
4 13543 xc_common:xcalls 5352ns
4 13543 xc_common:xcalls 1760ns
4 13656 urw:softlock 22084ns
4 13543 xc_common:xcalls 5592ns
4 13543 xc_common:xcalls 1904ns
4 13543 xc_common:xcalls 1708ns
4 13656 urw:softlock 12906ns
4 13543 xc_common:xcalls 5762ns
4 13543 xc_common:xcalls 1788ns
4 13656 urw:softlock 31588ns
4 13543 xc_common:xcalls 5380ns
4 13656 urw:softlock 9616ns
4 13543 xc_common:xcalls 5512ns
4 13656 urw:softlock 24382ns
4 13543 xc_common:xcalls 5018ns
4 13656 urw:softlock 9440ns
4 13543 xc_common:xcalls 5448ns
4 13543 xc_common:xcalls 1902ns
4 13656 urw:softlock 38524ns
4 13543 xc_common:xcalls 5770ns
4 13656 urw:softlock 11600ns
4 13543 xc_common:xcalls 5474ns
4 13656 urw:softlock 17416ns
4 13543 xc_common:xcalls 4974ns
4 13656 urw:softlock 9272ns
4 13543 xc_common:xcalls 5162ns
4 13656 urw:softlock 77304ns
4 13543 xc_common:xcalls 7040ns
4 13656 urw:softlock 11666ns
4 13543 xc_common:xcalls 5502ns
4 13656 urw:softlock 22646ns
4 13543 xc_common:xcalls 5128ns
4 13656 urw:softlock 10600ns
4 13543 xc_common:xcalls 5352ns
4 13656 urw:softlock 17752ns
4 13543 xc_common:xcalls 5036ns
4 13656 urw:softlock 9604ns
4 13543 xc_common:xcalls 5152ns
4 13656 urw:softlock 64288ns
4 13543 xc_common:xcalls 6294ns
4 13656 urw:softlock 11782ns
4 13543 xc_common:xcalls 5382ns
4 13656 urw:softlock 21960ns
4 13543 xc_common:xcalls 5106ns
4 13656 urw:softlock 10176ns
4 13543 xc_common:xcalls 5244ns
4 13656 urw:softlock 445464ns
4 13543 xc_common:xcalls 10988ns
4 13543 xc_common:xcalls 1856ns
4 13543 xc_common:xcalls 2006ns
4 13543 xc_common:xcalls 1804ns
4 13543 xc_common:xcalls 1722ns
4 13651 anon_private:cow_fault 19260ns
4 13656 urw:softlock 11900ns
4 13543 xc_common:xcalls 6764ns
4 13543 xc_common:xcalls 1860ns
4 13656 urw:softlock 48368ns
4 13543 xc_common:xcalls 6234ns
4 13651 anon_private:cow_fault 9814ns
4 13656 urw:softlock 11172ns
4 13543 xc_common:xcalls 6200ns
4 13543 xc_common:xcalls 1908ns
4 13543 xc_common:xcalls 1664ns
4 13656 urw:softlock 63116ns
4 13543 xc_common:xcalls 9464ns
4 13543 xc_common:xcalls 2340ns
4 13543 xc_common:xcalls 1694ns
4 13656 urw:softlock 12778ns
4 13543 xc_common:xcalls 5848ns
4 13543 xc_common:xcalls 1992ns
4 13543 xc_common:xcalls 1712ns
4 13656 urw:softlock 41844ns
4 13543 xc_common:xcalls 6220ns
4 13543 xc_common:xcalls 1864ns
4 13543 xc_common:xcalls 1580ns
4 13651 anon_private:cow_fault 19552ns
4 13656 urw:softlock 13192ns
4 13543 xc_common:xcalls 2384ns
4 13543 xc_common:xcalls 694ns
4 13543 xc_common:xcalls 746ns
4 13656 urw:softlock 8894ns
4 13543 xc_common:xcalls 1806ns
4 13543 xc_common:xcalls 656ns
4 13543 xc_common:xcalls 686ns
4 13656 urw:softlock 4854ns
4 13543 xc_common:xcalls 1990ns
4 13543 xc_common:xcalls 642ns
4 13543 xc_common:xcalls 756ns
4 13656 urw:softlock 14328ns
4 13543 xc_common:xcalls 1982ns
4 13543 xc_common:xcalls 650ns
4 13543 xc_common:xcalls 688ns
4 13656 urw:softlock 4884ns
4 13543 xc_common:xcalls 1948ns
4 13543 xc_common:xcalls 646ns
4 13543 xc_common:xcalls 758ns
4 13656 urw:softlock 7268ns
4 13543 xc_common:xcalls 1904ns
4 13543 xc_common:xcalls 656ns
4 13543 xc_common:xcalls 688ns
4 13656 urw:softlock 4820ns
4 13543 xc_common:xcalls 2058ns
4 13543 xc_common:xcalls 658ns
4 13543 xc_common:xcalls 760ns
4 13656 urw:softlock 56612ns
4 13543 xc_common:xcalls 7920ns
4 13543 xc_common:xcalls 2040ns
4 13651 anon_private:cow_fault 9570ns
4 13656 urw:softlock 11290ns
4 13543 xc_common:xcalls 6056ns
4 13543 xc_common:xcalls 1932ns
4 13656 urw:softlock 57350ns
4 13543 xc_common:xcalls 6024ns
4 13543 xc_common:xcalls 1934ns
4 13656 urw:softlock 10448ns
4 13543 xc_common:xcalls 5304ns
4 13543 xc_common:xcalls 2044ns
4 13656 urw:softlock 95036ns
4 13543 xc_common:xcalls 7988ns
4 13543 xc_common:xcalls 2048ns
4 13651 anon_private:cow_fault 10654ns
4 13656 urw:softlock 12486ns
4 13543 xc_common:xcalls 5904ns
4 13543 xc_common:xcalls 1924ns
4 13656 urw:softlock 82080ns
4 13543 xc_common:xcalls 7578ns
4 13543 xc_common:xcalls 1954ns
4 13543 xc_common:xcalls 1768ns
4 13651 anon_private:cow_fault 22314ns
4 13656 urw:softlock 6010ns
4 13543 xc_common:xcalls 2290ns
4 13543 xc_common:xcalls 712ns
4 13543 xc_common:xcalls 754ns
4 13656 urw:softlock 14660ns
4 13543 xc_common:xcalls 2072ns
4 13543 xc_common:xcalls 850ns
4 13656 urw:softlock 5342ns
4 13543 xc_common:xcalls 1984ns
4 13543 xc_common:xcalls 784ns
4 13656 urw:softlock 8832ns
4 13543 xc_common:xcalls 2232ns
4 13656 urw:softlock 22152ns
4 13543 xc_common:xcalls 5640ns
4 13656 urw:softlock 38820ns
4 13543 xc_common:xcalls 5892ns
4 13656 urw:softlock 10714ns
4 13543 xc_common:xcalls 5414ns
4 13656 urw:softlock 18680ns
4 13543 xc_common:xcalls 5390ns
4 13651 anon_private:cow_fault 9144ns
4 13656 urw:softlock 11354ns
4 13543 xc_common:xcalls 6056ns
4 13656 urw:softlock 79438ns
4 13543 xc_common:xcalls 6966ns
4 13656 urw:softlock 11532ns
4 13543 xc_common:xcalls 5396ns
4 13656 urw:softlock 17636ns
4 13543 xc_common:xcalls 5618ns
4 13543 xc_common:xcalls 2146ns
4 13543 xc_common:xcalls 1860ns
4 13656 urw:softlock 10578ns
4 13543 xc_common:xcalls 5860ns
4 13543 xc_common:xcalls 2150ns
4 13543 xc_common:xcalls 1770ns
4 13656 urw:softlock 194354ns
4 13543 xc_common:xcalls 11260ns
4 13543 xc_common:xcalls 2152ns
4 13656 urw:softlock 12740ns
4 13543 xc_common:xcalls 5404ns
4 13543 xc_common:xcalls 1860ns
4 13656 urw:softlock 38248ns
4 13543 xc_common:xcalls 5710ns
4 13543 xc_common:xcalls 1980ns
4 13651 anon_private:cow_fault 9244ns
4 13656 urw:softlock 12490ns
4 13543 xc_common:xcalls 5814ns
4 13543 xc_common:xcalls 1846ns
4 13656 urw:softlock 16934ns
4 13543 xc_common:xcalls 4876ns
4 13543 xc_common:xcalls 1878ns
4 13656 urw:softlock 10456ns
4 13543 xc_common:xcalls 5240ns
4 13543 xc_common:xcalls 1948ns
4 13656 urw:softlock 18904ns
4 13543 xc_common:xcalls 4784ns
4 13543 xc_common:xcalls 1888ns
4 13656 urw:softlock 9300ns
4 13543 xc_common:xcalls 4928ns
4 13543 xc_common:xcalls 1996ns
4 13656 urw:softlock 12408ns
4 13543 xc_common:xcalls 4740ns
4 13543 xc_common:xcalls 1988ns
4 13656 urw:softlock 8988ns
4 13543 xc_common:xcalls 4990ns
4 13543 xc_common:xcalls 1870ns
4 13656 urw:softlock 24376ns
4 13543 xc_common:xcalls 5116ns
4 13543 xc_common:xcalls 1862ns
4 13656 urw:softlock 9110ns
4 13543 xc_common:xcalls 4970ns
4 13543 xc_common:xcalls 1858ns
4 13656 urw:softlock 65482ns
4 13543 xc_common:xcalls 2534ns
4 13543 xc_common:xcalls 846ns
4 13656 urw:softlock 5514ns
4 13543 xc_common:xcalls 2048ns
4 13543 xc_common:xcalls 774ns
4 13656 urw:softlock 8102ns
4 13543 xc_common:xcalls 1808ns
4 13543 xc_common:xcalls 776ns
4 13656 urw:softlock 4656ns
4 13543 xc_common:xcalls 1996ns
4 13543 xc_common:xcalls 860ns
4 13520 mutex_vector_enter:mutex_adenters 9740ns
4 13520 mutex_vector_enter:mutex_adenters 434060ns
4 13848 turnstile_block:sleep 672172ns
4 13555 swtch:pswitch 2888ns
4 13552 resume:off-cpu 668ns
16 13507 resume:on-cpu 80816000ns
16 13848 turnstile_block:sleep 4882282ns
16 13555 swtch:pswitch 4582ns
16 13552 resume:off-cpu 912ns
16 13507 resume:on-cpu 310137032ns
16 13848 turnstile_block:sleep 14065700ns
16 13555 swtch:pswitch 6134ns
16 13552 resume:off-cpu 1070ns
16 13507 resume:on-cpu 332263520ns
16 13481 preempt:inv_swtch 51125698ns
16 13523 setbackdq:enqueue 6122ns
16 13501 preempt:preempt 1272ns
16 13528 disp:dequeue 928ns
16 13478 swtch:remain-cpu 3340ns
16 13481 preempt:inv_swtch 1194844ns
16 13522 setfrontdq:enqueue 1352ns
16 13501 preempt:preempt 576ns
16 13528 disp:dequeue 696ns
16 13555 swtch:pswitch 1064ns
16 13552 resume:off-cpu 726ns
16 13507 resume:on-cpu 21706ns
16 13848 turnstile_block:sleep 236400ns
16 13555 swtch:pswitch 5156ns
16 13552 resume:off-cpu 508ns
19 13507 resume:on-cpu 218419730ns
19 13848 turnstile_block:sleep 1258446ns
19 13555 swtch:pswitch 5814ns
19 13552 resume:off-cpu 1154ns
20 13507 resume:on-cpu 240015632ns
20 13848 turnstile_block:sleep 1898578ns
20 13555 swtch:pswitch 2674ns
20 13552 resume:off-cpu 666ns
20 13507 resume:on-cpu 298152594ns
20 13520 mutex_vector_enter:mutex_adenters 5292ns
20 13520 mutex_vector_enter:mutex_adenters 7260ns
20 13855 turnstile_wakeup:wakeup 14677204ns
20 15726 fss_wakeup:change-pri 7664ns
20 13523 setbackdq:enqueue 4102ns
20 13855 turnstile_wakeup:wakeup 2254ns
20 15726 fss_wakeup:change-pri 2276ns
20 13523 setbackdq:enqueue 3084ns
20 13855 turnstile_wakeup:wakeup 1906ns
20 15726 fss_wakeup:change-pri 2810ns
20 13523 setbackdq:enqueue 2588ns
20 13855 turnstile_wakeup:wakeup 3816ns
20 13521 setkpdq:enqueue 2796ns
20 13481 preempt:inv_swtch 4049032ns
20 13523 setbackdq:enqueue 7918ns
20 13501 preempt:preempt 3154ns
20 13528 disp:dequeue 1936ns
20 13478 swtch:remain-cpu 7788ns
20 13855 turnstile_wakeup:wakeup 1381670ns
20 13521 setkpdq:enqueue 2018ns
20 13855 turnstile_wakeup:wakeup 1194ns
20 15726 fss_wakeup:change-pri 1192ns
20 13523 setbackdq:enqueue 1106ns
20 13855 turnstile_wakeup:wakeup 888ns
20 15726 fss_wakeup:change-pri 840ns
20 13523 setbackdq:enqueue 1044ns
20 13855 turnstile_wakeup:wakeup 844ns
20 15726 fss_wakeup:change-pri 788ns
20 13523 setbackdq:enqueue 1400ns
20 13520 mutex_vector_enter:mutex_adenters 2438ns
20 13855 turnstile_wakeup:wakeup 23601260ns
20 15726 fss_wakeup:change-pri 5774ns
20 13523 setbackdq:enqueue 1914ns
20 13855 turnstile_wakeup:wakeup 1034ns
20 15726 fss_wakeup:change-pri 782ns
20 13523 setbackdq:enqueue 1150ns
20 13855 turnstile_wakeup:wakeup 2682172ns
20 15726 fss_wakeup:change-pri 2318ns
20 13523 setbackdq:enqueue 1418ns
20 13855 turnstile_wakeup:wakeup 940ns
20 15726 fss_wakeup:change-pri 1316ns
20 13523 setbackdq:enqueue 1756ns
20 13520 mutex_vector_enter:mutex_adenters 2364ns
20 13855 turnstile_wakeup:wakeup 2684390ns
20 15726 fss_wakeup:change-pri 2348ns
20 13523 setbackdq:enqueue 1294ns
20 13855 turnstile_wakeup:wakeup 1000ns
20 13522 setfrontdq:enqueue 1882ns
20 13520 mutex_vector_enter:mutex_adenters 2625892ns
20 13855 turnstile_wakeup:wakeup 2648920ns
20 15726 fss_wakeup:change-pri 1382ns
20 13523 setbackdq:enqueue 1244ns
20 13855 turnstile_wakeup:wakeup 2674832ns
20 15726 fss_wakeup:change-pri 2028ns
20 13523 setbackdq:enqueue 1424ns
20 13520 mutex_vector_enter:mutex_adenters 2698420ns
20 13855 turnstile_wakeup:wakeup 2641184ns
20 15726 fss_wakeup:change-pri 1962ns
20 13523 setbackdq:enqueue 1274ns
20 13855 turnstile_wakeup:wakeup 2726266ns
20 15726 fss_wakeup:change-pri 1974ns
20 13523 setbackdq:enqueue 1176ns
20 13520 mutex_vector_enter:mutex_adenters 7064ns
20 13855 turnstile_wakeup:wakeup 2608784ns
20 15726 fss_wakeup:change-pri 2014ns
20 13523 setbackdq:enqueue 1426ns
20 13855 turnstile_wakeup:wakeup 5192418ns
20 15726 fss_wakeup:change-pri 1890ns
20 13523 setbackdq:enqueue 1368ns
20 13855 turnstile_wakeup:wakeup 7825188ns
20 15726 fss_wakeup:change-pri 2072ns
20 13523 setbackdq:enqueue 1428ns
20 13520 mutex_vector_enter:mutex_adenters 6732ns
20 13481 preempt:inv_swtch 1898648ns
20 13523 setbackdq:enqueue 2396ns
20 13501 preempt:preempt 1154ns
20 13528 disp:dequeue 880ns
20 13478 swtch:remain-cpu 1086ns
20 13855 turnstile_wakeup:wakeup 713692ns
20 15726 fss_wakeup:change-pri 1432ns
20 13523 setbackdq:enqueue 1228ns
20 13520 mutex_vector_enter:mutex_adenters 2594674ns
20 13520 mutex_vector_enter:mutex_adenters 2608788ns
20 13855 turnstile_wakeup:wakeup 5188114ns
20 15726 fss_wakeup:change-pri 1972ns
20 13523 setbackdq:enqueue 1302ns
20 13855 turnstile_wakeup:wakeup 2599142ns
20 15726 fss_wakeup:change-pri 1344ns
20 13523 setbackdq:enqueue 1276ns
20 13520 mutex_vector_enter:mutex_adenters 8420ns
20 13481 preempt:inv_swtch 2276252ns
20 13523 setbackdq:enqueue 1740ns
20 13501 preempt:preempt 1124ns
20 13527 dispdeq:dequeue 2400ns
20 13555 swtch:pswitch 1524ns
20 13552 resume:off-cpu 1168ns
20 13507 resume:on-cpu 12326ns
20 13855 turnstile_wakeup:wakeup 344826ns
20 15726 fss_wakeup:change-pri 1540ns
20 13523 setbackdq:enqueue 1268ns
20 13855 turnstile_wakeup:wakeup 2608136ns
20 13522 setfrontdq:enqueue 2360ns
20 13520 mutex_vector_enter:mutex_adenters 7340ns
20 13855 turnstile_wakeup:wakeup 2610384ns
20 15726 fss_wakeup:change-pri 1608ns
20 13523 setbackdq:enqueue 1444ns
20 13520 mutex_vector_enter:mutex_adenters 2610676ns
20 13481 preempt:inv_swtch 1865188ns
20 13522 setfrontdq:enqueue 2320ns
20 13501 preempt:preempt 1180ns
20 13528 disp:dequeue 860ns
20 13555 swtch:pswitch 1000ns
20 13552 resume:off-cpu 716ns
20 13507 resume:on-cpu 60184ns
20 13855 turnstile_wakeup:wakeup 832440ns
20 13522 setfrontdq:enqueue 2412ns
20 13855 turnstile_wakeup:wakeup 2638580ns
20 13522 setfrontdq:enqueue 2580ns
20 13520 mutex_vector_enter:mutex_adenters 7840ns
20 13855 turnstile_wakeup:wakeup 2616552ns
20 15726 fss_wakeup:change-pri 1418ns
20 13523 setbackdq:enqueue 1444ns
20 13855 turnstile_wakeup:wakeup 2657494ns
20 15726 fss_wakeup:change-pri 1994ns
20 13523 setbackdq:enqueue 1512ns
20 13520 mutex_vector_enter:mutex_adenters 8566ns
20 13520 mutex_vector_enter:mutex_adenters 2614792ns
20 13481 preempt:inv_swtch 38471382ns
20 13523 setbackdq:enqueue 4114ns
20 13501 preempt:preempt 1294ns
20 13528 disp:dequeue 1030ns
20 13478 swtch:remain-cpu 1330ns
20 13481 preempt:inv_swtch 39991460ns
20 13523 setbackdq:enqueue 3630ns
20 13501 preempt:preempt 1370ns
20 13555 swtch:pswitch 18998ns
20 13552 resume:off-cpu 792ns
5 13507 resume:on-cpu 8182ns
5 13481 preempt:inv_swtch 23966396ns
5 13523 setbackdq:enqueue 4046ns
5 13501 preempt:preempt 1036ns
5 13528 disp:dequeue 740ns
5 13478 swtch:remain-cpu 3112ns
5 13656 urw:softlock 7200100ns
5 13543 xc_common:xcalls 17716ns
5 13543 xc_common:xcalls 1196ns
5 13543 xc_common:xcalls 760ns
5 13656 urw:softlock 14644ns
5 13543 xc_common:xcalls 2916ns
5 13543 xc_common:xcalls 654ns
5 13543 xc_common:xcalls 602ns
5 13656 urw:softlock 7872ns
5 13543 xc_common:xcalls 2284ns
5 13543 xc_common:xcalls 656ns
5 13543 xc_common:xcalls 692ns
5 13656 urw:softlock 7550ns
5 13543 xc_common:xcalls 2248ns
5 13543 xc_common:xcalls 698ns
5 13543 xc_common:xcalls 600ns
5 13656 urw:softlock 223222ns
5 13543 xc_common:xcalls 3776ns
5 13543 xc_common:xcalls 670ns
5 13656 urw:softlock 6330ns
5 13543 xc_common:xcalls 2026ns
5 13543 xc_common:xcalls 672ns
5 13656 urw:softlock 110668ns
5 13543 xc_common:xcalls 3828ns
5 13543 xc_common:xcalls 712ns
5 13656 urw:softlock 8450ns
5 13543 xc_common:xcalls 2006ns
5 13543 xc_common:xcalls 720ns
5 13543 xc_common:xcalls 598ns
5 13656 urw:softlock 5948ns
5 13543 xc_common:xcalls 2130ns
5 13543 xc_common:xcalls 690ns
5 13543 xc_common:xcalls 710ns
5 13543 xc_common:xcalls 688ns
5 13656 urw:softlock 7920ns
5 13543 xc_common:xcalls 2232ns
5 13543 xc_common:xcalls 664ns
5 13543 xc_common:xcalls 628ns
5 13656 urw:softlock 5774ns
5 13543 xc_common:xcalls 2050ns
5 13543 xc_common:xcalls 724ns
5 13543 xc_common:xcalls 596ns
5 13656 urw:softlock 4168ns
5 13543 xc_common:xcalls 2196ns
5 13543 xc_common:xcalls 784ns
5 13543 xc_common:xcalls 656ns
5 13543 xc_common:xcalls 702ns
5 13656 urw:softlock 30562ns
5 13543 xc_common:xcalls 2658ns
5 13543 xc_common:xcalls 672ns
5 13543 xc_common:xcalls 594ns
5 13656 urw:softlock 4904ns
5 13543 xc_common:xcalls 2140ns
5 13543 xc_common:xcalls 688ns
5 13543 xc_common:xcalls 600ns
5 13656 urw:softlock 5344ns
5 13543 xc_common:xcalls 2200ns
5 13543 xc_common:xcalls 656ns
5 13543 xc_common:xcalls 604ns
5 13656 urw:softlock 4278ns
5 13543 xc_common:xcalls 2082ns
5 13543 xc_common:xcalls 686ns
5 13543 xc_common:xcalls 634ns
5 13656 urw:softlock 207566ns
5 13543 xc_common:xcalls 4400ns
5 13543 xc_common:xcalls 646ns
5 13543 xc_common:xcalls 676ns
5 13656 urw:softlock 5820ns
5 13543 xc_common:xcalls 2210ns
5 13543 xc_common:xcalls 680ns
5 13543 xc_common:xcalls 656ns
5 13656 urw:softlock 549222ns
5 13543 xc_common:xcalls 4288ns
5 13543 xc_common:xcalls 984ns
5 13543 xc_common:xcalls 600ns
5 13656 urw:softlock 6488ns
5 13543 xc_common:xcalls 2000ns
5 13543 xc_common:xcalls 840ns
5 13543 xc_common:xcalls 682ns
5 13656 urw:softlock 6620ns
5 13543 xc_common:xcalls 1946ns
5 13543 xc_common:xcalls 768ns
5 13543 xc_common:xcalls 728ns
5 13656 urw:softlock 4950ns
5 13543 xc_common:xcalls 1992ns
5 13543 xc_common:xcalls 854ns
5 13543 xc_common:xcalls 684ns
5 13656 urw:softlock 50018ns
5 13543 xc_common:xcalls 2654ns
5 13543 xc_common:xcalls 684ns
5 13656 urw:softlock 3704ns
5 13543 xc_common:xcalls 1936ns
5 13543 xc_common:xcalls 670ns
5 13656 urw:softlock 6822ns
5 13543 xc_common:xcalls 2032ns
5 13543 xc_common:xcalls 630ns
5 13656 urw:softlock 7272ns
5 13543 xc_common:xcalls 1858ns
5 13543 xc_common:xcalls 636ns
5 13656 urw:softlock 328364ns
5 13543 xc_common:xcalls 4120ns
5 13543 xc_common:xcalls 864ns
5 13543 xc_common:xcalls 760ns
5 13543 xc_common:xcalls 672ns
5 13656 urw:softlock 7176ns
5 13543 xc_common:xcalls 2276ns
5 13543 xc_common:xcalls 742ns
5 13543 xc_common:xcalls 900ns
5 13543 xc_common:xcalls 682ns
5 13656 urw:softlock 7572ns
5 13543 xc_common:xcalls 2206ns
5 13543 xc_common:xcalls 750ns
5 13543 xc_common:xcalls 896ns
5 13543 xc_common:xcalls 674ns
5 13656 urw:softlock 7838ns
5 13543 xc_common:xcalls 2236ns
5 13543 xc_common:xcalls 762ns
5 13543 xc_common:xcalls 842ns
5 13543 xc_common:xcalls 672ns
5 13656 urw:softlock 512342ns
5 13543 xc_common:xcalls 4486ns
5 13543 xc_common:xcalls 948ns
5 13543 xc_common:xcalls 662ns
5 13520 mutex_vector_enter:mutex_adenters 5364ns
5 13656 urw:softlock 2502ns
5 13543 xc_common:xcalls 2120ns
5 13543 xc_common:xcalls 796ns
5 13543 xc_common:xcalls 682ns
5 13656 urw:softlock 6754ns
5 13543 xc_common:xcalls 1844ns
5 13543 xc_common:xcalls 764ns
5 13543 xc_common:xcalls 764ns
5 13656 urw:softlock 4852ns
5 13543 xc_common:xcalls 1966ns
5 13543 xc_common:xcalls 768ns
5 13543 xc_common:xcalls 794ns
5 13656 urw:softlock 15524ns
5 13543 xc_common:xcalls 1878ns
5 13543 xc_common:xcalls 770ns
5 13543 xc_common:xcalls 788ns
5 13656 urw:softlock 4512ns
5 13543 xc_common:xcalls 2020ns
5 13543 xc_common:xcalls 792ns
5 13543 xc_common:xcalls 672ns
5 13656 urw:softlock 7472ns
5 13543 xc_common:xcalls 2244ns
5 13543 xc_common:xcalls 774ns
5 13543 xc_common:xcalls 762ns
5 13656 urw:softlock 8490ns
5 13543 xc_common:xcalls 1998ns
5 13543 xc_common:xcalls 784ns
5 13543 xc_common:xcalls 676ns
5 13656 urw:softlock 73996ns
5 13543 xc_common:xcalls 3622ns
5 13656 urw:softlock 7498ns
5 13543 xc_common:xcalls 2020ns
5 13656 urw:softlock 4916ns
5 13543 xc_common:xcalls 1784ns
5 13656 urw:softlock 3324ns
5 13543 xc_common:xcalls 1860ns
5 13656 urw:softlock 116602ns
5 13543 xc_common:xcalls 3894ns
5 13543 xc_common:xcalls 778ns
5 13656 urw:softlock 11836ns
5 13543 xc_common:xcalls 2126ns
5 13543 xc_common:xcalls 784ns
5 13656 urw:softlock 7492ns
5 13543 xc_common:xcalls 2480ns
5 13543 xc_common:xcalls 796ns
5 13543 xc_common:xcalls 840ns
5 13656 urw:softlock 5840ns
5 13543 xc_common:xcalls 2610ns
5 13543 xc_common:xcalls 720ns
5 13543 xc_common:xcalls 746ns
5 13543 xc_common:xcalls 1294ns
5 13656 urw:softlock 486578ns
5 13543 xc_common:xcalls 5626ns
5 13543 xc_common:xcalls 802ns
5 13543 xc_common:xcalls 804ns
5 13656 urw:softlock 9072ns
5 13543 xc_common:xcalls 2450ns
5 13543 xc_common:xcalls 754ns
5 13543 xc_common:xcalls 560ns
5 13543 xc_common:xcalls 688ns
5 13656 urw:softlock 6356ns
5 13543 xc_common:xcalls 2332ns
5 13543 xc_common:xcalls 808ns
5 13543 xc_common:xcalls 640ns
5 13543 xc_common:xcalls 670ns
5 13656 urw:softlock 5228ns
5 13543 xc_common:xcalls 14878ns
5 13543 xc_common:xcalls 804ns
5 13543 xc_common:xcalls 634ns
5 13543 xc_common:xcalls 792ns
5 13543 xc_common:xcalls 1056ns
5 13656 urw:softlock 683010ns
5 13543 xc_common:xcalls 4668ns
5 13543 xc_common:xcalls 918ns
5 13656 urw:softlock 8054ns
5 13543 xc_common:xcalls 2434ns
5 13543 xc_common:xcalls 1080ns
5 13656 urw:softlock 6434ns
5 13543 xc_common:xcalls 2248ns
5 13543 xc_common:xcalls 938ns
5 13656 urw:softlock 4932ns
5 13543 xc_common:xcalls 2346ns
5 13543 xc_common:xcalls 834ns
5 13656 urw:softlock 19804ns
5 13543 xc_common:xcalls 2440ns
5 13543 xc_common:xcalls 854ns
5 13656 urw:softlock 5418ns
5 13543 xc_common:xcalls 2494ns
5 13543 xc_common:xcalls 866ns
5 13656 urw:softlock 382242ns
5 13543 xc_common:xcalls 4508ns
5 13543 xc_common:xcalls 680ns
5 13543 xc_common:xcalls 932ns
5 13543 xc_common:xcalls 796ns
5 13656 urw:softlock 8090ns
5 13543 xc_common:xcalls 2710ns
5 13543 xc_common:xcalls 820ns
5 13543 xc_common:xcalls 836ns
5 13543 xc_common:xcalls 784ns
5 13656 urw:softlock 7116ns
5 13543 xc_common:xcalls 2968ns
5 13543 xc_common:xcalls 832ns
5 13543 xc_common:xcalls 804ns
5 13543 xc_common:xcalls 920ns
5 13656 urw:softlock 5572ns
5 13543 xc_common:xcalls 2508ns
5 13543 xc_common:xcalls 814ns
5 13543 xc_common:xcalls 824ns
5 13543 xc_common:xcalls 896ns
5 13656 urw:softlock 2562986ns
5 13543 xc_common:xcalls 5910ns
5 13543 xc_common:xcalls 1022ns
5 13656 urw:softlock 8156ns
5 13543 xc_common:xcalls 2160ns
5 13543 xc_common:xcalls 816ns
5 13656 urw:softlock 7304ns
5 13543 xc_common:xcalls 1956ns
5 13543 xc_common:xcalls 808ns
5 13656 urw:softlock 5072ns
5 13543 xc_common:xcalls 2004ns
5 13543 xc_common:xcalls 784ns
5 13656 urw:softlock 68868ns
5 13543 xc_common:xcalls 3358ns
5 13543 xc_common:xcalls 770ns
5 13656 urw:softlock 8004ns
5 13543 xc_common:xcalls 2150ns
5 13543 xc_common:xcalls 686ns
5 13656 urw:softlock 6076ns
5 13543 xc_common:xcalls 2030ns
5 13543 xc_common:xcalls 722ns
5 13656 urw:softlock 4332ns
5 13543 xc_common:xcalls 2068ns
5 13543 xc_common:xcalls 764ns
5 13656 urw:softlock 10960ns
5 13543 xc_common:xcalls 2084ns
5 13543 xc_common:xcalls 780ns
5 13656 urw:softlock 5044ns
5 13543 xc_common:xcalls 2132ns
5 13656 urw:softlock 5668ns
5 13543 xc_common:xcalls 1888ns
5 13656 urw:softlock 4126ns
5 13543 xc_common:xcalls 2074ns
5 13656 urw:softlock 86578ns
5 13543 xc_common:xcalls 3498ns
5 13656 urw:softlock 8562ns
5 13543 xc_common:xcalls 2454ns
5 13543 xc_common:xcalls 780ns
5 13656 urw:softlock 7064ns
5 13543 xc_common:xcalls 2110ns
5 13543 xc_common:xcalls 798ns
5 13656 urw:softlock 8812ns
5 13543 xc_common:xcalls 2192ns
5 13543 xc_common:xcalls 798ns
5 13656 urw:softlock 62118ns
5 13543 xc_common:xcalls 3136ns
5 13543 xc_common:xcalls 754ns
5 13656 urw:softlock 8076ns
5 13543 xc_common:xcalls 2120ns
5 13543 xc_common:xcalls 718ns
5 13656 urw:softlock 5648ns
5 13543 xc_common:xcalls 2200ns
5 13543 xc_common:xcalls 718ns
5 13656 urw:softlock 4602ns
5 13543 xc_common:xcalls 2000ns
5 13543 xc_common:xcalls 760ns
5 13656 urw:softlock 23768ns
5 13543 xc_common:xcalls 2232ns
5 13543 xc_common:xcalls 846ns
5 13656 urw:softlock 4218ns
5 13543 xc_common:xcalls 2036ns
5 13543 xc_common:xcalls 708ns
5 13656 urw:softlock 6816ns
5 13543 xc_common:xcalls 1920ns
5 13656 urw:softlock 4366ns
5 13543 xc_common:xcalls 2126ns
5 13656 urw:softlock 203212ns
5 13543 xc_common:xcalls 3838ns
5 13543 xc_common:xcalls 722ns
5 13656 urw:softlock 6080ns
5 13543 xc_common:xcalls 2132ns
5 13543 xc_common:xcalls 764ns
5 13656 urw:softlock 5748ns
5 13543 xc_common:xcalls 2000ns
5 13543 xc_common:xcalls 776ns
5 13656 urw:softlock 4560ns
5 13543 xc_common:xcalls 2086ns
5 13543 xc_common:xcalls 694ns
5 13656 urw:softlock 96724ns
5 13543 xc_common:xcalls 3324ns
5 13656 urw:softlock 6474ns
5 13543 xc_common:xcalls 2234ns
5 13656 urw:softlock 6556ns
5 13543 xc_common:xcalls 2132ns
5 13656 urw:softlock 5152ns
5 13543 xc_common:xcalls 2280ns
5 13656 urw:softlock 36028ns
5 13543 xc_common:xcalls 2492ns
5 13543 xc_common:xcalls 798ns
5 13656 urw:softlock 5714ns
5 13543 xc_common:xcalls 2152ns
5 13543 xc_common:xcalls 804ns
5 13543 xc_common:xcalls 926ns
5 13656 urw:softlock 8034ns
5 13543 xc_common:xcalls 2100ns
5 13543 xc_common:xcalls 900ns
5 13656 urw:softlock 5082ns
5 13543 xc_common:xcalls 2134ns
5 13543 xc_common:xcalls 1072ns
5 13656 urw:softlock 49412ns
5 13543 xc_common:xcalls 2734ns
5 13543 xc_common:xcalls 778ns
5 13656 urw:softlock 4840ns
5 13543 xc_common:xcalls 2392ns
5 13543 xc_common:xcalls 688ns
5 13656 urw:softlock 5812ns
5 13543 xc_common:xcalls 2054ns
5 13543 xc_common:xcalls 762ns
5 13656 urw:softlock 4356ns
5 13543 xc_common:xcalls 1990ns
5 13543 xc_common:xcalls 692ns
5 13656 urw:softlock 275662ns
5 13543 xc_common:xcalls 4076ns
5 13656 urw:softlock 8412ns
5 13543 xc_common:xcalls 2180ns
5 13656 urw:softlock 19292ns
5 13543 xc_common:xcalls 2084ns
5 13656 urw:softlock 5036ns
5 13543 xc_common:xcalls 2248ns
5 13656 urw:softlock 172424ns
5 13543 xc_common:xcalls 3726ns
5 13543 xc_common:xcalls 688ns
5 13543 xc_common:xcalls 752ns
5 13656 urw:softlock 5698ns
5 13543 xc_common:xcalls 2132ns
5 13543 xc_common:xcalls 744ns
5 13543 xc_common:xcalls 660ns
5 13656 urw:softlock 6568ns
5 13543 xc_common:xcalls 2068ns
5 13543 xc_common:xcalls 698ns
5 13543 xc_common:xcalls 766ns
5 13656 urw:softlock 4394ns
5 13543 xc_common:xcalls 2050ns
5 13543 xc_common:xcalls 688ns
5 13543 xc_common:xcalls 658ns
5 13656 urw:softlock 53638ns
5 13543 xc_common:xcalls 3128ns
5 13543 xc_common:xcalls 792ns
5 13543 xc_common:xcalls 748ns
5 13656 urw:softlock 9578ns
5 13543 xc_common:xcalls 2190ns
5 13543 xc_common:xcalls 656ns
5 13656 urw:softlock 6216ns
5 13543 xc_common:xcalls 1940ns
5 13543 xc_common:xcalls 644ns
5 13656 urw:softlock 4624ns
5 13543 xc_common:xcalls 2004ns
5 13543 xc_common:xcalls 652ns
5 13656 urw:softlock 19764ns
5 13543 xc_common:xcalls 2112ns
5 13543 xc_common:xcalls 642ns
5 13656 urw:softlock 4884ns
5 13543 xc_common:xcalls 1988ns
5 13543 xc_common:xcalls 646ns
5 13543 xc_common:xcalls 678ns
5 13656 urw:softlock 5608ns
5 13543 xc_common:xcalls 2114ns
5 13543 xc_common:xcalls 632ns
5 13656 urw:softlock 4844ns
5 13543 xc_common:xcalls 1948ns
5 13543 xc_common:xcalls 644ns
5 13656 urw:softlock 13322ns
5 13543 xc_common:xcalls 1978ns
5 13543 xc_common:xcalls 644ns
5 13656 urw:softlock 4948ns
5 13543 xc_common:xcalls 1916ns
5 13543 xc_common:xcalls 636ns
5 13656 urw:softlock 6474ns
5 13543 xc_common:xcalls 2374ns
5 13543 xc_common:xcalls 600ns
5 13543 xc_common:xcalls 678ns
5 13656 urw:softlock 7354ns
5 13543 xc_common:xcalls 2016ns
5 13543 xc_common:xcalls 628ns
5 13656 urw:softlock 12434ns
5 13543 xc_common:xcalls 2170ns
5 13543 xc_common:xcalls 632ns
5 13656 urw:softlock 7850ns
5 13543 xc_common:xcalls 2010ns
5 13543 xc_common:xcalls 616ns
5 13656 urw:softlock 5620ns
5 13543 xc_common:xcalls 1772ns
5 13543 xc_common:xcalls 702ns
5 13656 urw:softlock 4218ns
5 13543 xc_common:xcalls 1850ns
5 13543 xc_common:xcalls 652ns
5 13656 urw:softlock 17926ns
5 13543 xc_common:xcalls 1948ns
5 13543 xc_common:xcalls 668ns
5 13656 urw:softlock 4476ns
5 13543 xc_common:xcalls 1848ns
5 13543 xc_common:xcalls 714ns
5 13656 urw:softlock 5504ns
5 13543 xc_common:xcalls 1904ns
5 13543 xc_common:xcalls 726ns
5 13656 urw:softlock 4116ns
5 13543 xc_common:xcalls 1846ns
5 13543 xc_common:xcalls 638ns
5 13656 urw:softlock 58802ns
5 13543 xc_common:xcalls 3098ns
5 13543 xc_common:xcalls 650ns
5 13656 urw:softlock 7462ns
5 13543 xc_common:xcalls 2084ns
5 13543 xc_common:xcalls 624ns
5 13656 urw:softlock 5754ns
5 13543 xc_common:xcalls 1810ns
5 13543 xc_common:xcalls 632ns
5 13656 urw:softlock 4476ns
5 13543 xc_common:xcalls 1894ns
5 13543 xc_common:xcalls 626ns
5 13656 urw:softlock 11400ns
5 13543 xc_common:xcalls 1900ns
5 13543 xc_common:xcalls 680ns
5 13656 urw:softlock 4208ns
5 13543 xc_common:xcalls 1868ns
5 13543 xc_common:xcalls 700ns
5 13656 urw:softlock 6404ns
5 13543 xc_common:xcalls 2132ns
5 13543 xc_common:xcalls 714ns
5 13656 urw:softlock 7214ns
5 13543 xc_common:xcalls 1954ns
5 13656 urw:softlock 86926ns
5 13543 xc_common:xcalls 3436ns
5 13656 urw:softlock 4480ns
5 13543 xc_common:xcalls 1920ns
5 13656 urw:softlock 6068ns
5 13543 xc_common:xcalls 2058ns
5 13656 urw:softlock 6970ns
5 13543 xc_common:xcalls 1938ns
5 13656 urw:softlock 137320ns
5 13543 xc_common:xcalls 3618ns
5 13543 xc_common:xcalls 822ns
5 13656 urw:softlock 6058ns
5 13543 xc_common:xcalls 2064ns
5 13543 xc_common:xcalls 720ns
5 13656 urw:softlock 6992ns
5 13543 xc_common:xcalls 2180ns
5 13543 xc_common:xcalls 676ns
5 13656 urw:softlock 7488ns
5 13543 xc_common:xcalls 2032ns
5 13543 xc_common:xcalls 648ns
5 13656 urw:softlock 337642ns
5 13543 xc_common:xcalls 3698ns
5 13543 xc_common:xcalls 774ns
5 13656 urw:softlock 6058ns
5 13543 xc_common:xcalls 2040ns
5 13543 xc_common:xcalls 630ns
5 13855 turnstile_wakeup:wakeup 639972ns
5 15726 fss_wakeup:change-pri 2210ns
5 13523 setbackdq:enqueue 1462ns
5 13855 turnstile_wakeup:wakeup 1052ns
5 15726 fss_wakeup:change-pri 872ns
5 13523 setbackdq:enqueue 1946ns
5 13660 thread_create:nthreads 24410ns
5 13740 lwp_create:lwp-create 5358ns
5 13778 cfork:sysfork 12600ns
5 13777 cfork:create 894ns
5 15728 fss_setrun:change-pri 1008ns
5 13523 setbackdq:enqueue 1362ns
5 13523 setbackdq:enqueue 2060ns
5 13528 disp:dequeue 1086ns
5 13478 swtch:remain-cpu 998ns
5 13270 forksys:return 1164ns
> sudo dtrace -n '::forksys:entry / pid == $target / { self->ts = timestamp; } ::forksys:return / self->ts / { self->ts = 0; printf("%d", timestamp); exit(0); } ::: / self->ts / { printf("%d", timestamp) } ' -p 63824
dtrace: description '::forksys:entry ' matched 11619 probes
CPU ID FUNCTION:NAME
1 13269 forksys:entry 11315730962299624
1 13656 urw:softlock 11315730963582769
1 13543 xc_common:xcalls 11315730963606276
1 13543 xc_common:xcalls 11315730963608653
1 13543 xc_common:xcalls 11315730963610353
1 13543 xc_common:xcalls 11315730963612260
1 13543 xc_common:xcalls 11315730963614433
1 13651 anon_private:cow_fault 11315730963633483
1 13656 urw:softlock 11315730963647766
1 13543 xc_common:xcalls 11315730963654713
1 13543 xc_common:xcalls 11315730963656380
1 13543 xc_common:xcalls 11315730963658137
1 13543 xc_common:xcalls 11315730963659897
1 13543 xc_common:xcalls 11315730963661774
1 13656 urw:softlock 11315730963700731
1 13543 xc_common:xcalls 11315730963707208
1 13543 xc_common:xcalls 11315730963708878
1 13543 xc_common:xcalls 11315730963710725
1 13543 xc_common:xcalls 11315730963712355
1 13543 xc_common:xcalls 11315730963714358
1 13651 anon_private:cow_fault 11315730963724595
1 13656 urw:softlock 11315730963735725
1 13543 xc_common:xcalls 11315730963741888
1 13543 xc_common:xcalls 11315730963743568
1 13543 xc_common:xcalls 11315730963745285
1 13543 xc_common:xcalls 11315730963747552
1 13543 xc_common:xcalls 11315730963749475
1 13656 urw:softlock 11315730963780039
1 13543 xc_common:xcalls 11315730963786093
1 13543 xc_common:xcalls 11315730963787783
1 13543 xc_common:xcalls 11315730963789686
1 13543 xc_common:xcalls 11315730963791393
1 13543 xc_common:xcalls 11315730963793213
1 13656 urw:softlock 11315730963804343
1 13543 xc_common:xcalls 11315730963809917
1 13543 xc_common:xcalls 11315730963811577
1 13543 xc_common:xcalls 11315730963813330
1 13543 xc_common:xcalls 11315730963815214
1 13656 urw:softlock 11315730963849264
1 13543 xc_common:xcalls 11315730963854924
1 13543 xc_common:xcalls 11315730963856621
1 13543 xc_common:xcalls 11315730963858537
1 13543 xc_common:xcalls 11315730963860211
1 13651 anon_private:cow_fault 11315730963871828
1 13656 urw:softlock 11315730963883175
1 13543 xc_common:xcalls 11315730963889018
1 13543 xc_common:xcalls 11315730963890861
1 13543 xc_common:xcalls 11315730963892618
1 13543 xc_common:xcalls 11315730963894605
1 13656 urw:softlock 11315730963919059
1 13543 xc_common:xcalls 11315730963924642
1 13543 xc_common:xcalls 11315730963926352
1 13543 xc_common:xcalls 11315730963928209
1 13543 xc_common:xcalls 11315730963929882
1 13543 xc_common:xcalls 11315730963931922
1 13656 urw:softlock 11315730963943199
1 13543 xc_common:xcalls 11315730963948782
1 13543 xc_common:xcalls 11315730963950646
1 13543 xc_common:xcalls 11315730963952362
1 13543 xc_common:xcalls 11315730963954032
1 13543 xc_common:xcalls 11315730963955862
1 13656 urw:softlock 11315730963975163
1 13543 xc_common:xcalls 11315730963980280
1 13543 xc_common:xcalls 11315730963981920
1 13543 xc_common:xcalls 11315730963983690
1 13543 xc_common:xcalls 11315730963985533
1 13656 urw:softlock 11315730963995727
1 13543 xc_common:xcalls 11315730964001210
1 13543 xc_common:xcalls 11315730964002897
1 13543 xc_common:xcalls 11315730964005260
1 13543 xc_common:xcalls 11315730964007460
1 13656 urw:softlock 11315730964083809
1 13543 xc_common:xcalls 11315730964099707
1 13543 xc_common:xcalls 11315730964100610
1 13543 xc_common:xcalls 11315730964101263
1 13543 xc_common:xcalls 11315730964102224
1 13543 xc_common:xcalls 11315730964102969
1 13543 xc_common:xcalls 11315730964103712
1 13656 urw:softlock 11315730964110644
1 13543 xc_common:xcalls 11315730964113150
1 13543 xc_common:xcalls 11315730964113862
1 13543 xc_common:xcalls 11315730964114705
1 13543 xc_common:xcalls 11315730964115399
1 13543 xc_common:xcalls 11315730964116236
1 13543 xc_common:xcalls 11315730964117160
1 13656 urw:softlock 11315730964129251
1 13543 xc_common:xcalls 11315730964131529
1 13543 xc_common:xcalls 11315730964132209
1 13543 xc_common:xcalls 11315730964132949
1 13543 xc_common:xcalls 11315730964133785
1 13543 xc_common:xcalls 11315730964134535
1 13543 xc_common:xcalls 11315730964135612
1 13656 urw:softlock 11315730964141347
1 13543 xc_common:xcalls 11315730964143774
1 13543 xc_common:xcalls 11315730964144612
1 13543 xc_common:xcalls 11315730964145309
1 13543 xc_common:xcalls 11315730964145955
1 13543 xc_common:xcalls 11315730964146853
1 13543 xc_common:xcalls 11315730964147710
1 13656 urw:softlock 11315730964161091
1 13543 xc_common:xcalls 11315730964163673
1 13543 xc_common:xcalls 11315730964164385
1 13543 xc_common:xcalls 11315730964165172
1 13543 xc_common:xcalls 11315730964165946
1 13543 xc_common:xcalls 11315730964180321
1 13656 urw:softlock 11315730964190734
1 13543 xc_common:xcalls 11315730964196171
1 13543 xc_common:xcalls 11315730964197941
1 13543 xc_common:xcalls 11315730964199524
1 13543 xc_common:xcalls 11315730964201251
1 13543 xc_common:xcalls 11315730964203141
1 13656 urw:softlock 11315730964222561
1 13543 xc_common:xcalls 11315730964227962
1 13543 xc_common:xcalls 11315730964229872
1 13543 xc_common:xcalls 11315730964231455
1 13543 xc_common:xcalls 11315730964233332
1 13543 xc_common:xcalls 11315730964235002
1 13543 xc_common:xcalls 11315730964236828
1 13656 urw:softlock 11315730964247202
1 13543 xc_common:xcalls 11315730964252755
1 13543 xc_common:xcalls 11315730964254508
1 13543 xc_common:xcalls 11315730964256295
1 13543 xc_common:xcalls 11315730964258115
1 13543 xc_common:xcalls 11315730964259962
1 13543 xc_common:xcalls 11315730964261552
1 13656 urw:softlock 11315730964317383
1 13543 xc_common:xcalls 11315730964324330
1 13543 xc_common:xcalls 11315730964326033
1 13543 xc_common:xcalls 11315730964327590
1 13543 xc_common:xcalls 11315730964329647
1 13543 xc_common:xcalls 11315730964331367
1 13543 xc_common:xcalls 11315730964333090
1 13651 anon_private:cow_fault 11315730964343990
1 13656 urw:softlock 11315730964357574
1 13543 xc_common:xcalls 11315730964363850
1 13543 xc_common:xcalls 11315730964365684
1 13543 xc_common:xcalls 11315730964367260
1 13543 xc_common:xcalls 11315730964369337
1 13543 xc_common:xcalls 11315730964370997
1 13656 urw:softlock 11315730964419025
1 13543 xc_common:xcalls 11315730964425645
1 13543 xc_common:xcalls 11315730964427492
1 13543 xc_common:xcalls 11315730964429415
1 13543 xc_common:xcalls 11315730964431659
1 13543 xc_common:xcalls 11315730964433382
1 13543 xc_common:xcalls 11315730964435226
1 13651 anon_private:cow_fault 11315730964446439
1 13656 urw:softlock 11315730964456419
1 13543 xc_common:xcalls 11315730964462872
1 13543 xc_common:xcalls 11315730964464712
1 13543 xc_common:xcalls 11315730964466669
1 13543 xc_common:xcalls 11315730964468339
1 13543 xc_common:xcalls 11315730964470312
1 13543 xc_common:xcalls 11315730964472152
1 13543 xc_common:xcalls 11315730964473859
1 13656 urw:softlock 11315730964491813
1 13543 xc_common:xcalls 11315730964497343
1 13543 xc_common:xcalls 11315730964498987
1 13543 xc_common:xcalls 11315730964500997
1 13543 xc_common:xcalls 11315730964502593
1 13543 xc_common:xcalls 11315730964504567
1 13543 xc_common:xcalls 11315730964506823
1 13543 xc_common:xcalls 11315730964508650
1 13656 urw:softlock 11315730964520047
1 13543 xc_common:xcalls 11315730964525744
1 13543 xc_common:xcalls 11315730964527407
1 13543 xc_common:xcalls 11315730964529167
1 13543 xc_common:xcalls 11315730964530937
1 13543 xc_common:xcalls 11315730964532514
1 13543 xc_common:xcalls 11315730964534427
1 13543 xc_common:xcalls 11315730964535961
1 13656 urw:softlock 11315730964550614
1 13543 xc_common:xcalls 11315730964565939
1 13543 xc_common:xcalls 11315730964566754
1 13543 xc_common:xcalls 11315730964567826
1 13543 xc_common:xcalls 11315730964568470
1 13543 xc_common:xcalls 11315730964569215
1 13543 xc_common:xcalls 11315730964570241
1 13656 urw:softlock 11315730964576256
1 13543 xc_common:xcalls 11315730964578396
1 13543 xc_common:xcalls 11315730964579003
1 13543 xc_common:xcalls 11315730964579659
1 13543 xc_common:xcalls 11315730964580538
1 13543 xc_common:xcalls 11315730964581183
1 13543 xc_common:xcalls 11315730964581972
1 13543 xc_common:xcalls 11315730964582976
1 13656 urw:softlock 11315730964595333
1 13543 xc_common:xcalls 11315730964597818
1 13543 xc_common:xcalls 11315730964598505
1 13543 xc_common:xcalls 11315730964599175
1 13543 xc_common:xcalls 11315730964599907
1 13543 xc_common:xcalls 11315730964600497
1 13543 xc_common:xcalls 11315730964601678
1 13543 xc_common:xcalls 11315730964602579
1 13543 xc_common:xcalls 11315730964603391
1 13651 anon_private:cow_fault 11315730964609428
1 13656 urw:softlock 11315730964615274
1 13543 xc_common:xcalls 11315730964617829
1 13543 xc_common:xcalls 11315730964618703
1 13543 xc_common:xcalls 11315730964619268
1 13543 xc_common:xcalls 11315730964620070
1 13543 xc_common:xcalls 11315730964634439
1 13543 xc_common:xcalls 11315730964637039
1 13656 urw:softlock 11315730964650350
1 13543 xc_common:xcalls 11315730964655786
1 13543 xc_common:xcalls 11315730964657570
1 13543 xc_common:xcalls 11315730964659330
1 13543 xc_common:xcalls 11315730964661230
1 13543 xc_common:xcalls 11315730964662946
1 13656 urw:softlock 11315730964673683
1 13543 xc_common:xcalls 11315730964678877
1 13543 xc_common:xcalls 11315730964680653
1 13543 xc_common:xcalls 11315730964682257
1 13543 xc_common:xcalls 11315730964684070
1 13543 xc_common:xcalls 11315730964685934
1 13656 urw:softlock 11315730964697894
1 13543 xc_common:xcalls 11315730964702891
1 13543 xc_common:xcalls 11315730964704847
1 13543 xc_common:xcalls 11315730964706417
1 13543 xc_common:xcalls 11315730964708237
1 13543 xc_common:xcalls 11315730964709907
1 13656 urw:softlock 11315730964720181
1 13543 xc_common:xcalls 11315730964725501
1 13543 xc_common:xcalls 11315730964727264
1 13543 xc_common:xcalls 11315730964728841
1 13543 xc_common:xcalls 11315730964730754
1 13543 xc_common:xcalls 11315730964732428
1 13656 urw:softlock 11315730964746668
1 13543 xc_common:xcalls 11315730964751402
1 13543 xc_common:xcalls 11315730964753205
1 13543 xc_common:xcalls 11315730964754945
1 13543 xc_common:xcalls 11315730964756798
1 13543 xc_common:xcalls 11315730964758562
1 13656 urw:softlock 11315730964769298
1 13543 xc_common:xcalls 11315730964774435
1 13543 xc_common:xcalls 11315730964776232
1 13543 xc_common:xcalls 11315730964777798
1 13543 xc_common:xcalls 11315730964779722
1 13543 xc_common:xcalls 11315730964781582
1 13656 urw:softlock 11315730964795046
1 13543 xc_common:xcalls 11315730964800079
1 13543 xc_common:xcalls 11315730964801949
1 13543 xc_common:xcalls 11315730964803526
1 13543 xc_common:xcalls 11315730964805429
1 13543 xc_common:xcalls 11315730964807009
1 13543 xc_common:xcalls 11315730964808683
1 13656 urw:softlock 11315730964819029
1 13543 xc_common:xcalls 11315730964824593
1 13543 xc_common:xcalls 11315730964826373
1 13543 xc_common:xcalls 11315730964828109
1 13543 xc_common:xcalls 11315730964829906
1 13543 xc_common:xcalls 11315730964831633
1 13656 urw:softlock 11315730964856630
1 13543 xc_common:xcalls 11315730964862420
1 13543 xc_common:xcalls 11315730964864364
1 13543 xc_common:xcalls 11315730964865930
1 13543 xc_common:xcalls 11315730964867777
1 13543 xc_common:xcalls 11315730964869704
1 13543 xc_common:xcalls 11315730964871360
1 13651 anon_private:cow_fault 11315730964881844
1 13656 urw:softlock 11315730964892724
1 13543 xc_common:xcalls 11315730964898728
1 13543 xc_common:xcalls 11315730964900665
1 13543 xc_common:xcalls 11315730964902231
1 13543 xc_common:xcalls 11315730964904215
1 13543 xc_common:xcalls 11315730964905981
1 13543 xc_common:xcalls 11315730964907651
1 13656 urw:softlock 11315730964923425
1 13543 xc_common:xcalls 11315730964928255
1 13543 xc_common:xcalls 11315730964929981
1 13543 xc_common:xcalls 11315730964931721
1 13543 xc_common:xcalls 11315730964933638
1 13543 xc_common:xcalls 11315730964935275
1 13543 xc_common:xcalls 11315730964937178
1 13656 urw:softlock 11315730964947772
1 13543 xc_common:xcalls 11315730964953459
1 13543 xc_common:xcalls 11315730964955232
1 13543 xc_common:xcalls 11315730964956849
1 13543 xc_common:xcalls 11315730964958702
1 13543 xc_common:xcalls 11315730964960292
1 13543 xc_common:xcalls 11315730964961999
1 13656 urw:softlock 11315730964975706
1 13543 xc_common:xcalls 11315730964980656
1 13543 xc_common:xcalls 11315730964982479
1 13543 xc_common:xcalls 11315730964984116
1 13543 xc_common:xcalls 11315730964986082
1 13543 xc_common:xcalls 11315730964987836
1 13543 xc_common:xcalls 11315730964989509
1 13656 urw:softlock 11315730965000473
1 13543 xc_common:xcalls 11315730965006003
1 13543 xc_common:xcalls 11315730965007850
1 13543 xc_common:xcalls 11315730965009513
1 13543 xc_common:xcalls 11315730965011073
1 13543 xc_common:xcalls 11315730965012980
1 13543 xc_common:xcalls 11315730965014760
1 13543 xc_common:xcalls 11315730965016470
1 13656 urw:softlock 11315730965032307
1 13543 xc_common:xcalls 11315730965037717
1 13543 xc_common:xcalls 11315730965039477
1 13543 xc_common:xcalls 11315730965041030
1 13543 xc_common:xcalls 11315730965043004
1 13543 xc_common:xcalls 11315730965044757
1 13656 urw:softlock 11315730965055671
1 13543 xc_common:xcalls 11315730965060934
1 13543 xc_common:xcalls 11315730965062721
1 13543 xc_common:xcalls 11315730965064614
1 13543 xc_common:xcalls 11315730965066368
1 13656 urw:softlock 11315730965121179
1 13543 xc_common:xcalls 11315730965132539
1 13543 xc_common:xcalls 11315730965134889
1 13543 xc_common:xcalls 11315730965137262
1 13543 xc_common:xcalls 11315730965140105
1 13656 urw:softlock 11315730965157890
1 13543 xc_common:xcalls 11315730965167260
1 13543 xc_common:xcalls 11315730965169670
1 13543 xc_common:xcalls 11315730965171973
1 13543 xc_common:xcalls 11315730965174006
1 13543 xc_common:xcalls 11315730965176426
1 13543 xc_common:xcalls 11315730965178836
1 13543 xc_common:xcalls 11315730965181283
1 13543 xc_common:xcalls 11315730965183776
1 13656 urw:softlock 11315730965261743
1 13543 xc_common:xcalls 11315730965265818
1 13543 xc_common:xcalls 11315730965266491
1 13543 xc_common:xcalls 11315730965267136
1 13543 xc_common:xcalls 11315730965267787
1 13543 xc_common:xcalls 11315730965268532
1 13543 xc_common:xcalls 11315730965269177
1 13651 anon_private:cow_fault 11315730965274510
1 13656 urw:softlock 11315730965281115
1 13543 xc_common:xcalls 11315730965283669
1 13543 xc_common:xcalls 11315730965284344
1 13543 xc_common:xcalls 11315730965284992
1 13543 xc_common:xcalls 11315730965285673
1 13543 xc_common:xcalls 11315730965286432
1 13543 xc_common:xcalls 11315730965287075
1 13656 urw:softlock 11315730965338972
1 13543 xc_common:xcalls 11315730965342213
1 13543 xc_common:xcalls 11315730965342807
1 13543 xc_common:xcalls 11315730965343541
1 13543 xc_common:xcalls 11315730965344223
1 13543 xc_common:xcalls 11315730965344839
1 13543 xc_common:xcalls 11315730965345664
1 13543 xc_common:xcalls 11315730965346489
1 13651 anon_private:cow_fault 11315730965352231
1 13656 urw:softlock 11315730965358342
1 13543 xc_common:xcalls 11315730965360854
1 13543 xc_common:xcalls 11315730965361748
1 13543 xc_common:xcalls 11315730965362453
1 13543 xc_common:xcalls 11315730965363020
1 13543 xc_common:xcalls 11315730965363820
1 13656 urw:softlock 11315730965389119
1 13543 xc_common:xcalls 11315730965391305
1 13543 xc_common:xcalls 11315730965392110
1 13543 xc_common:xcalls 11315730965392847
1 13543 xc_common:xcalls 11315730965393487
1 13543 xc_common:xcalls 11315730965394134
1 13656 urw:softlock 11315730965399156
1 13543 xc_common:xcalls 11315730965401490
1 13543 xc_common:xcalls 11315730965402348
1 13543 xc_common:xcalls 11315730965403029
1 13543 xc_common:xcalls 11315730965403758
1 13543 xc_common:xcalls 11315730965404428
1 13656 urw:softlock 11315730965419641
1 13543 xc_common:xcalls 11315730965421990
1 13543 xc_common:xcalls 11315730965422666
1 13543 xc_common:xcalls 11315730965423504
1 13543 xc_common:xcalls 11315730965424056
1 13543 xc_common:xcalls 11315730965424698
1 13651 anon_private:cow_fault 11315730965429837
1 13656 urw:softlock 11315730965435479
1 13543 xc_common:xcalls 11315730965438016
1 13543 xc_common:xcalls 11315730965438700
1 13543 xc_common:xcalls 11315730965439387
1 13543 xc_common:xcalls 11315730965440233
1 13543 xc_common:xcalls 11315730965440989
1 13656 urw:softlock 11315730965499512
1 13543 xc_common:xcalls 11315730965507313
1 13543 xc_common:xcalls 11315730965509046
1 13543 xc_common:xcalls 11315730965510776
1 13656 urw:softlock 11315730965521720
1 13543 xc_common:xcalls 11315730965527437
1 13543 xc_common:xcalls 11315730965541607
1 13543 xc_common:xcalls 11315730965542481
1 13656 urw:softlock 11315730965559569
1 13543 xc_common:xcalls 11315730965562399
1 13543 xc_common:xcalls 11315730965562985
1 13543 xc_common:xcalls 11315730965563709
1 13543 xc_common:xcalls 11315730965564475
1 13651 anon_private:cow_fault 11315730965570430
1 13656 urw:softlock 11315730965576041
1 13543 xc_common:xcalls 11315730965578734
1 13543 xc_common:xcalls 11315730965579446
1 13543 xc_common:xcalls 11315730965580320
1 13543 xc_common:xcalls 11315730965580964
1 13656 urw:softlock 11315730965593294
1 13543 xc_common:xcalls 11315730965595529
1 13543 xc_common:xcalls 11315730965596213
1 13543 xc_common:xcalls 11315730965597090
1 13543 xc_common:xcalls 11315730965597720
1 13651 anon_private:cow_fault 11315730965602852
1 13656 urw:softlock 11315730965608503
1 13543 xc_common:xcalls 11315730965610878
1 13543 xc_common:xcalls 11315730965611643
1 13543 xc_common:xcalls 11315730965612364
1 13543 xc_common:xcalls 11315730965613006
1 13656 urw:softlock 11315730965622953
1 13543 xc_common:xcalls 11315730965624932
1 13543 xc_common:xcalls 11315730965625623
1 13543 xc_common:xcalls 11315730965626492
1 13543 xc_common:xcalls 11315730965627143
1 13656 urw:softlock 11315730965632308
1 13543 xc_common:xcalls 11315730965634403
1 13543 xc_common:xcalls 11315730965635081
1 13543 xc_common:xcalls 11315730965635954
1 13543 xc_common:xcalls 11315730965636598
1 13656 urw:softlock 11315730965644745
1 13543 xc_common:xcalls 11315730965646983
1 13543 xc_common:xcalls 11315730965647671
1 13543 xc_common:xcalls 11315730965648453
1 13543 xc_common:xcalls 11315730965649093
1 13656 urw:softlock 11315730965654280
1 13543 xc_common:xcalls 11315730965656473
1 13543 xc_common:xcalls 11315730965657153
1 13543 xc_common:xcalls 11315730965657842
1 13543 xc_common:xcalls 11315730965658653
1 13543 xc_common:xcalls 11315730965659405
1 13656 urw:softlock 11315730965671314
1 13543 xc_common:xcalls 11315730965687880
1 13543 xc_common:xcalls 11315730965690006
1 13656 urw:softlock 11315730965700723
1 13543 xc_common:xcalls 11315730965706036
1 13543 xc_common:xcalls 11315730965707820
1 13656 urw:softlock 11315730965722254
1 13543 xc_common:xcalls 11315730965727171
1 13543 xc_common:xcalls 11315730965729024
1 13656 urw:softlock 11315730965738914
1 13543 xc_common:xcalls 11315730965744321
1 13543 xc_common:xcalls 11315730965746297
1 13656 urw:softlock 11315730965765895
1 13543 xc_common:xcalls 11315730965771262
1 13543 xc_common:xcalls 11315730965773205
1 13651 anon_private:cow_fault 11315730965783938
1 13656 urw:softlock 11315730965795288
1 13543 xc_common:xcalls 11315730965801365
1 13543 xc_common:xcalls 11315730965803275
1 13656 urw:softlock 11315730965818462
1 13543 xc_common:xcalls 11315730965823606
1 13543 xc_common:xcalls 11315730965825386
1 13543 xc_common:xcalls 11315730965827233
1 13543 xc_common:xcalls 11315730965828863
1 13656 urw:softlock 11315730965839266
1 13543 xc_common:xcalls 11315730965845056
1 13543 xc_common:xcalls 11315730965846873
1 13543 xc_common:xcalls 11315730965848966
1 13543 xc_common:xcalls 11315730965850556
1 13656 urw:softlock 11315730965890727
1 13543 xc_common:xcalls 11315730965897330
1 13543 xc_common:xcalls 11315730965898984
1 13543 xc_common:xcalls 11315730965900864
1 13543 xc_common:xcalls 11315730965902440
1 13656 urw:softlock 11315730965912487
1 13543 xc_common:xcalls 11315730965918048
1 13543 xc_common:xcalls 11315730965919718
1 13543 xc_common:xcalls 11315730965921548
1 13543 xc_common:xcalls 11315730965923315
1 13656 urw:softlock 11315730965944975
1 13543 xc_common:xcalls 11315730965950438
1 13543 xc_common:xcalls 11315730965952145
1 13543 xc_common:xcalls 11315730965953881
1 13543 xc_common:xcalls 11315730965955648
1 13656 urw:softlock 11315730965967745
1 13543 xc_common:xcalls 11315730965973432
1 13543 xc_common:xcalls 11315730965975276
1 13543 xc_common:xcalls 11315730965977079
1 13543 xc_common:xcalls 11315730965978626
1 13543 xc_common:xcalls 11315730965980476
1 13543 xc_common:xcalls 11315730965982146
1 13656 urw:softlock 11315730966012732
1 13543 xc_common:xcalls 11315730966018356
1 13543 xc_common:xcalls 11315730966020209
1 13543 xc_common:xcalls 11315730966021980
1 13543 xc_common:xcalls 11315730966023633
1 13543 xc_common:xcalls 11315730966025363
1 13543 xc_common:xcalls 11315730966027580
1 13543 xc_common:xcalls 11315730966029247
1 13656 urw:softlock 11315730966040820
1 13543 xc_common:xcalls 11315730966047173
1 13543 xc_common:xcalls 11315730966049070
1 13543 xc_common:xcalls 11315730966050970
1 13543 xc_common:xcalls 11315730966054793
1 13543 xc_common:xcalls 11315730966056493
1 13656 urw:softlock 11315730966087678
1 13543 xc_common:xcalls 11315730966093834
1 13543 xc_common:xcalls 11315730966095818
1 13543 xc_common:xcalls 11315730966097541
1 13543 xc_common:xcalls 11315730966099151
1 13543 xc_common:xcalls 11315730966101301
1 13656 urw:softlock 11315730966111741
1 13543 xc_common:xcalls 11315730966117048
1 13543 xc_common:xcalls 11315730966118915
1 13543 xc_common:xcalls 11315730966120585
1 13543 xc_common:xcalls 11315730966122398
1 13543 xc_common:xcalls 11315730966124248
1 13656 urw:softlock 11315730966160045
1 13543 xc_common:xcalls 11315730966165642
1 13543 xc_common:xcalls 11315730966167469
1 13543 xc_common:xcalls 11315730966169155
1 13543 xc_common:xcalls 11315730966170729
1 13656 urw:softlock 11315730966182033
1 13543 xc_common:xcalls 11315730966187430
1 13543 xc_common:xcalls 11315730966189223
1 13543 xc_common:xcalls 11315730966190876
1 13543 xc_common:xcalls 11315730966192766
1 13656 urw:softlock 11315730966208056
1 13543 xc_common:xcalls 11315730966212983
1 13543 xc_common:xcalls 11315730966214856
1 13543 xc_common:xcalls 11315730966216443
1 13543 xc_common:xcalls 11315730966218340
1 13543 xc_common:xcalls 11315730966219913
1 13656 urw:softlock 11315730966229980
1 13543 xc_common:xcalls 11315730966236011
1 13543 xc_common:xcalls 11315730966238101
1 13543 xc_common:xcalls 11315730966240101
1 13543 xc_common:xcalls 11315730966241681
1 13543 xc_common:xcalls 11315730966243541
1 13543 xc_common:xcalls 11315730966245401
1 13656 urw:softlock 11315730966324109
1 13543 xc_common:xcalls 11315730966331159
1 13543 xc_common:xcalls 11315730966333122
1 13543 xc_common:xcalls 11315730966334723
1 13543 xc_common:xcalls 11315730966336933
1 13543 xc_common:xcalls 11315730966339109
1 13656 urw:softlock 11315730966351253
1 13543 xc_common:xcalls 11315730966356859
1 13543 xc_common:xcalls 11315730966358669
1 13543 xc_common:xcalls 11315730966360479
1 13543 xc_common:xcalls 11315730966362899
1 13543 xc_common:xcalls 11315730966364576
1 13656 urw:softlock 11315730966388060
1 13543 xc_common:xcalls 11315730966397617
1 13543 xc_common:xcalls 11315730966399507
1 13543 xc_common:xcalls 11315730966401384
1 13543 xc_common:xcalls 11315730966404117
1 13543 xc_common:xcalls 11315730966406134
1 13656 urw:softlock 11315730966417880
1 13543 xc_common:xcalls 11315730966423914
1 13543 xc_common:xcalls 11315730966425757
1 13543 xc_common:xcalls 11315730966427327
1 13543 xc_common:xcalls 11315730966429111
1 13543 xc_common:xcalls 11315730966431374
1 13543 xc_common:xcalls 11315730966433258
1 13656 urw:softlock 11315730966452248
1 13543 xc_common:xcalls 11315730966457675
1 13543 xc_common:xcalls 11315730966459481
1 13543 xc_common:xcalls 11315730966461211
1 13543 xc_common:xcalls 11315730966462775
1 13543 xc_common:xcalls 11315730966464771
1 13656 urw:softlock 11315730966474275
1 13543 xc_common:xcalls 11315730966479718
1 13543 xc_common:xcalls 11315730966481625
1 13543 xc_common:xcalls 11315730966483495
1 13543 xc_common:xcalls 11315730966485402
1 13543 xc_common:xcalls 11315730966486992
1 13656 urw:softlock 11315730966554837
1 13543 xc_common:xcalls 11315730966561313
1 13543 xc_common:xcalls 11315730966563387
1 13543 xc_common:xcalls 11315730966565087
1 13543 xc_common:xcalls 11315730966566690
1 13656 urw:softlock 11315730966578773
1 13543 xc_common:xcalls 11315730966584890
1 13543 xc_common:xcalls 11315730966586544
1 13543 xc_common:xcalls 11315730966588274
1 13543 xc_common:xcalls 11315730966590574
1 13656 urw:softlock 11315730966612501
1 13543 xc_common:xcalls 11315730966618291
1 13543 xc_common:xcalls 11315730966620121
1 13543 xc_common:xcalls 11315730966621871
1 13656 urw:softlock 11315730966632581
1 13543 xc_common:xcalls 11315730966638168
1 13543 xc_common:xcalls 11315730966639988
1 13543 xc_common:xcalls 11315730966641762
1 13656 urw:softlock 11315730967038482
1 13543 xc_common:xcalls 11315730967049543
1 13543 xc_common:xcalls 11315730967051550
1 13543 xc_common:xcalls 11315730967053500
1 13543 xc_common:xcalls 11315730967055403
1 13651 anon_private:cow_fault 11315730967066823
1 13656 urw:softlock 11315730967078677
1 13543 xc_common:xcalls 11315730967085257
1 13543 xc_common:xcalls 11315730967087290
1 13543 xc_common:xcalls 11315730967088780
1 13543 xc_common:xcalls 11315730967090647
1 13656 urw:softlock 11315730967128461
1 13543 xc_common:xcalls 11315730967134561
1 13543 xc_common:xcalls 11315730967136388
1 13543 xc_common:xcalls 11315730967138921
1 13543 xc_common:xcalls 11315730967140511
1 13651 anon_private:cow_fault 11315730967150065
1 13656 urw:softlock 11315730967160899
1 13543 xc_common:xcalls 11315730967166799
1 13543 xc_common:xcalls 11315730967168795
1 13543 xc_common:xcalls 11315730967170819
1 13543 xc_common:xcalls 11315730967172405
1 13656 urw:softlock 11315730967204219
1 13543 xc_common:xcalls 11315730967209573
1 13543 xc_common:xcalls 11315730967211643
1 13543 xc_common:xcalls 11315730967213676
1 13543 xc_common:xcalls 11315730967215270
1 13656 urw:softlock 11315730967225630
1 13543 xc_common:xcalls 11315730967231210
1 13543 xc_common:xcalls 11315730967233000
1 13543 xc_common:xcalls 11315730967235340
1 13656 urw:softlock 11315730967267227
1 13543 xc_common:xcalls 11315730967273317
1 13543 xc_common:xcalls 11315730967275114
1 13543 xc_common:xcalls 11315730967277087
1 13651 anon_private:cow_fault 11315730967286957
1 13656 urw:softlock 11315730967297844
1 13543 xc_common:xcalls 11315730967303901
1 13543 xc_common:xcalls 11315730967305774
1 13543 xc_common:xcalls 11315730967307768
1 13656 urw:softlock 11315730967322675
1 13543 xc_common:xcalls 11315730967327722
1 13543 xc_common:xcalls 11315730967329485
1 13543 xc_common:xcalls 11315730967331695
1 13656 urw:softlock 11315730967341522
1 13543 xc_common:xcalls 11315730967347052
1 13543 xc_common:xcalls 11315730967348708
1 13543 xc_common:xcalls 11315730967350405
1 13543 xc_common:xcalls 11315730967352755
1 13656 urw:softlock 11315730967376743
1 13543 xc_common:xcalls 11315730967381993
1 13543 xc_common:xcalls 11315730967383969
1 13543 xc_common:xcalls 11315730967385879
1 13543 xc_common:xcalls 11315730967387913
1 13656 urw:softlock 11315730967398376
1 13543 xc_common:xcalls 11315730967403976
1 13543 xc_common:xcalls 11315730967406040
1 13543 xc_common:xcalls 11315730967407923
1 13543 xc_common:xcalls 11315730967409627
1 13543 xc_common:xcalls 11315730967411560
1 13656 urw:softlock 11315730967425877
1 13543 xc_common:xcalls 11315730967431010
1 13543 xc_common:xcalls 11315730967432640
1 13543 xc_common:xcalls 11315730967434337
1 13543 xc_common:xcalls 11315730967436577
1 13543 xc_common:xcalls 11315730967438194
1 13656 urw:softlock 11315730967447697
1 13543 xc_common:xcalls 11315730967453150
1 13543 xc_common:xcalls 11315730967454830
1 13543 xc_common:xcalls 11315730967456727
1 13543 xc_common:xcalls 11315730967458741
1 13543 xc_common:xcalls 11315730967460371
1 13656 urw:softlock 11315730967518906
1 13543 xc_common:xcalls 11315730967525459
1 13543 xc_common:xcalls 11315730967527269
1 13543 xc_common:xcalls 11315730967529466
1 13543 xc_common:xcalls 11315730967531109
1 13651 anon_private:cow_fault 11315730967541019
1 13656 urw:softlock 11315730967553459
1 13543 xc_common:xcalls 11315730967559783
1 13543 xc_common:xcalls 11315730967561816
1 13543 xc_common:xcalls 11315730967564196
1 13543 xc_common:xcalls 11315730967565823
1 13543 xc_common:xcalls 11315730967567793
1 13656 urw:softlock 11315730967630418
1 13543 xc_common:xcalls 11315730967637264
1 13543 xc_common:xcalls 11315730967638901
1 13543 xc_common:xcalls 11315730967640748
1 13543 xc_common:xcalls 11315730967643078
1 13543 xc_common:xcalls 11315730967644638
1 13543 xc_common:xcalls 11315730967653698
1 13543 xc_common:xcalls 11315730967656354
1 13656 urw:softlock 11315730967667252
1 13543 xc_common:xcalls 11315730967672835
1 13543 xc_common:xcalls 11315730967674679
1 13543 xc_common:xcalls 11315730967677189
1 13543 xc_common:xcalls 11315730967679389
1 13543 xc_common:xcalls 11315730967681109
1 13543 xc_common:xcalls 11315730967682782
1 13543 xc_common:xcalls 11315730967684569
1 13656 urw:softlock 11315730967776114
1 13543 xc_common:xcalls 11315730967784301
1 13543 xc_common:xcalls 11315730967786151
1 13543 xc_common:xcalls 11315730967788467
1 13543 xc_common:xcalls 11315730967790527
1 13543 xc_common:xcalls 11315730967792541
1 13543 xc_common:xcalls 11315730967794137
1 13651 anon_private:cow_fault 11315730967804544
1 13656 urw:softlock 11315730967816734
1 13543 xc_common:xcalls 11315730967823131
1 13543 xc_common:xcalls 11315730967824791
1 13543 xc_common:xcalls 11315730967826372
1 13543 xc_common:xcalls 11315730967828268
1 13543 xc_common:xcalls 11315730967830338
1 13543 xc_common:xcalls 11315730967832018
1 13543 xc_common:xcalls 11315730967833905
1 13543 xc_common:xcalls 11315730967835535
1 13656 urw:softlock 11315730967913573
1 13543 xc_common:xcalls 11315730967921676
1 13543 xc_common:xcalls 11315730967923520
1 13543 xc_common:xcalls 11315730967925297
1 13543 xc_common:xcalls 11315730967926977
1 13543 xc_common:xcalls 11315730967928657
1 13543 xc_common:xcalls 11315730967930690
1 13543 xc_common:xcalls 11315730967932574
1 13651 anon_private:cow_fault 11315730967943117
1 13656 urw:softlock 11315730967954374
1 13543 xc_common:xcalls 11315730967960917
1 13543 xc_common:xcalls 11315730967962894
1 13543 xc_common:xcalls 11315730967964534
1 13543 xc_common:xcalls 11315730967966444
1 13543 xc_common:xcalls 11315730967968474
1 13543 xc_common:xcalls 11315730967970054
1 13656 urw:softlock 11315730967994571
1 13543 xc_common:xcalls 11315730968000055
1 13543 xc_common:xcalls 11315730968001808
1 13543 xc_common:xcalls 11315730968004021
1 13543 xc_common:xcalls 11315730968006865
1 13543 xc_common:xcalls 11315730968008508
1 13543 xc_common:xcalls 11315730968010285
1 13656 urw:softlock 11315730968021678
1 13543 xc_common:xcalls 11315730968027079
1 13543 xc_common:xcalls 11315730968028915
1 13543 xc_common:xcalls 11315730968030652
1 13543 xc_common:xcalls 11315730968032839
1 13543 xc_common:xcalls 11315730968034886
1 13543 xc_common:xcalls 11315730968036542
1 13543 xc_common:xcalls 11315730968038302
1 13656 urw:softlock 11315730968056726
1 13543 xc_common:xcalls 11315730968062159
1 13543 xc_common:xcalls 11315730968063919
1 13543 xc_common:xcalls 11315730968066359
1 13543 xc_common:xcalls 11315730968068559
1 13543 xc_common:xcalls 11315730968070219
1 13543 xc_common:xcalls 11315730968071796
1 13656 urw:softlock 11315730968082173
1 13543 xc_common:xcalls 11315730968087240
1 13543 xc_common:xcalls 11315730968089020
1 13543 xc_common:xcalls 11315730968091010
1 13543 xc_common:xcalls 11315730968092847
1 13543 xc_common:xcalls 11315730968094673
1 13543 xc_common:xcalls 11315730968096203
1 13656 urw:softlock 11315730968133691
1 13543 xc_common:xcalls 11315730968139488
1 13543 xc_common:xcalls 11315730968141278
1 13543 xc_common:xcalls 11315730968143421
1 13543 xc_common:xcalls 11315730968145328
1 13543 xc_common:xcalls 11315730968146971
1 13543 xc_common:xcalls 11315730968148754
1 13656 urw:softlock 11315730968159971
1 13543 xc_common:xcalls 11315730968165468
1 13543 xc_common:xcalls 11315730968167424
1 13543 xc_common:xcalls 11315730968169871
1 13543 xc_common:xcalls 11315730968171861
1 13543 xc_common:xcalls 11315730968173571
1 13543 xc_common:xcalls 11315730968175158
1 13656 urw:softlock 11315730968196625
1 13543 xc_common:xcalls 11315730968202142
1 13543 xc_common:xcalls 11315730968203895
1 13543 xc_common:xcalls 11315730968206072
1 13543 xc_common:xcalls 11315730968207945
1 13543 xc_common:xcalls 11315730968209802
1 13651 anon_private:cow_fault 11315730968219372
1 13656 urw:softlock 11315730968231219
1 13543 xc_common:xcalls 11315730968238200
1 13543 xc_common:xcalls 11315730968239956
1 13543 xc_common:xcalls 11315730968241626
1 13543 xc_common:xcalls 11315730968243733
1 13656 urw:softlock 11315730968319861
1 13543 xc_common:xcalls 11315730968327614
1 13543 xc_common:xcalls 11315730968329554
1 13543 xc_common:xcalls 11315730968331268
1 13543 xc_common:xcalls 11315730968333691
1 13543 xc_common:xcalls 11315730968335741
1 13543 xc_common:xcalls 11315730968337431
1 13656 urw:softlock 11315730968349175
1 13543 xc_common:xcalls 11315730968354772
1 13543 xc_common:xcalls 11315730968356628
1 13543 xc_common:xcalls 11315730968358372
1 13543 xc_common:xcalls 11315730968360942
1 13543 xc_common:xcalls 11315730968363355
1 13543 xc_common:xcalls 11315730968364975
1 13656 urw:softlock 11315730968381002
1 13543 xc_common:xcalls 11315730968386479
1 13543 xc_common:xcalls 11315730968388262
1 13543 xc_common:xcalls 11315730968389916
1 13543 xc_common:xcalls 11315730968391829
1 13543 xc_common:xcalls 11315730968393746
1 13543 xc_common:xcalls 11315730968395526
1 13656 urw:softlock 11315730968406289
1 13543 xc_common:xcalls 11315730968411583
1 13543 xc_common:xcalls 11315730968413503
1 13543 xc_common:xcalls 11315730968416176
1 13543 xc_common:xcalls 11315730968418069
1 13543 xc_common:xcalls 11315730968419793
1 13543 xc_common:xcalls 11315730968421573
1 13656 urw:softlock 11315730968615377
1 13543 xc_common:xcalls 11315730968625907
1 13543 xc_common:xcalls 11315730968627710
1 13543 xc_common:xcalls 11315730968629807
1 13656 urw:softlock 11315730968642514
1 13543 xc_common:xcalls 11315730968648501
1 13543 xc_common:xcalls 11315730968650188
1 13543 xc_common:xcalls 11315730968652004
1 13543 xc_common:xcalls 11315730968653864
1 13656 urw:softlock 11315730968693565
1 13543 xc_common:xcalls 11315730968699622
1 13543 xc_common:xcalls 11315730968701519
1 13543 xc_common:xcalls 11315730968703135
1 13543 xc_common:xcalls 11315730968704762
1 13651 anon_private:cow_fault 11315730968714902
1 13656 urw:softlock 11315730968726662
1 13543 xc_common:xcalls 11315730968733162
1 13543 xc_common:xcalls 11315730968734852
1 13543 xc_common:xcalls 11315730968736649
1 13543 xc_common:xcalls 11315730968738859
1 13543 xc_common:xcalls 11315730968740525
1 13656 urw:softlock 11315730968758260
1 13543 xc_common:xcalls 11315730968763770
1 13543 xc_common:xcalls 11315730968765563
1 13543 xc_common:xcalls 11315730968767346
1 13656 urw:softlock 11315730968778523
1 13543 xc_common:xcalls 11315730968784173
1 13543 xc_common:xcalls 11315730968786126
1 13543 xc_common:xcalls 11315730968787710
1 13656 urw:softlock 11315730968807454
1 13543 xc_common:xcalls 11315730968812814
1 13543 xc_common:xcalls 11315730968814484
1 13543 xc_common:xcalls 11315730968816444
1 13543 xc_common:xcalls 11315730968818034
1 13656 urw:softlock 11315730968828181
1 13543 xc_common:xcalls 11315730968833804
1 13543 xc_common:xcalls 11315730968835627
1 13543 xc_common:xcalls 11315730968837327
1 13543 xc_common:xcalls 11315730968839191
1 13656 urw:softlock 11315730968851238
1 13543 xc_common:xcalls 11315730968856302
1 13543 xc_common:xcalls 11315730968857962
1 13543 xc_common:xcalls 11315730968859682
1 13543 xc_common:xcalls 11315730968861465
1 13656 urw:softlock 11315730968871088
1 13543 xc_common:xcalls 11315730968876612
1 13543 xc_common:xcalls 11315730968878248
1 13543 xc_common:xcalls 11315730968879835
1 13656 urw:softlock 11315730968905166
1 13543 xc_common:xcalls 11315730968910456
1 13543 xc_common:xcalls 11315730968912129
1 13543 xc_common:xcalls 11315730968913913
1 13543 xc_common:xcalls 11315730968915503
1 13656 urw:softlock 11315730968924866
1 13543 xc_common:xcalls 11315730968930309
1 13543 xc_common:xcalls 11315730968931966
1 13543 xc_common:xcalls 11315730968933819
1 13543 xc_common:xcalls 11315730968935553
1 13543 xc_common:xcalls 11315730968937236
1 13656 urw:softlock 11315730969001354
1 13543 xc_common:xcalls 11315730969004709
1 13543 xc_common:xcalls 11315730969005477
1 13543 xc_common:xcalls 11315730969006039
1 13543 xc_common:xcalls 11315730969006633
1 13543 xc_common:xcalls 11315730969007712
1 13543 xc_common:xcalls 11315730969008433
1 13543 xc_common:xcalls 11315730969009073
1 13543 xc_common:xcalls 11315730969010011
1 13656 urw:softlock 11315730969017166
1 13543 xc_common:xcalls 11315730969019458
1 13543 xc_common:xcalls 11315730969020112
1 13543 xc_common:xcalls 11315730969020690
1 13543 xc_common:xcalls 11315730969021445
1 13543 xc_common:xcalls 11315730969022056
1 13543 xc_common:xcalls 11315730969022708
1 13543 xc_common:xcalls 11315730969023609
1 13656 urw:softlock 11315730969032591
1 13543 xc_common:xcalls 11315730969034550
1 13543 xc_common:xcalls 11315730969035155
1 13543 xc_common:xcalls 11315730969035758
1 13543 xc_common:xcalls 11315730969036537
1 13543 xc_common:xcalls 11315730969037174
1 13543 xc_common:xcalls 11315730969037954
1 13656 urw:softlock 11315730969043564
1 13543 xc_common:xcalls 11315730969045573
1 13543 xc_common:xcalls 11315730969046218
1 13543 xc_common:xcalls 11315730969046796
1 13543 xc_common:xcalls 11315730969047397
1 13543 xc_common:xcalls 11315730969048201
1 13543 xc_common:xcalls 11315730969048967
1 13520 mutex_vector_enter:mutex_adenters 11315730969058078
1 13848 turnstile_block:sleep 11315730971244611
1 13555 swtch:pswitch 11315730971251201
1 13552 resume:off-cpu 11315730971252981
1 13507 resume:on-cpu 11315730978938198
1 13520 mutex_vector_enter:mutex_adenters 11315730991894769
1 13848 turnstile_block:sleep 11315730995551797
1 13555 swtch:pswitch 11315730995558364
1 13552 resume:off-cpu 11315730995560021
1 13507 resume:on-cpu 11315731207173224
1 13520 mutex_vector_enter:mutex_adenters 11315731207178917
1 13520 mutex_vector_enter:mutex_adenters 11315731207187917
1 13520 mutex_vector_enter:mutex_adenters 11315731207216888
1 13855 turnstile_wakeup:wakeup 11315731218644623
1 15726 fss_wakeup:change-pri 11315731218648564
1 13523 setbackdq:enqueue 11315731218650633
1 13855 turnstile_wakeup:wakeup 11315731218652376
1 13521 setkpdq:enqueue 11315731218653658
1 13855 turnstile_wakeup:wakeup 11315731224854491
1 13521 setkpdq:enqueue 11315731224856096
1 13520 mutex_vector_enter:mutex_adenters 11315731224858897
1 13848 turnstile_block:sleep 11315731225528391
1 13555 swtch:pswitch 11315731225532441
1 13552 resume:off-cpu 11315731225533063
1 13507 resume:on-cpu 11315731231370498
1 13520 mutex_vector_enter:mutex_adenters 11315731231392799
1 13855 turnstile_wakeup:wakeup 11315731237657881
1 13521 setkpdq:enqueue 11315731237660555
1 13520 mutex_vector_enter:mutex_adenters 11315731237666594
1 13848 turnstile_block:sleep 11315731240011109
1 13555 swtch:pswitch 11315731240018290
1 13552 resume:off-cpu 11315731240019094
1 13507 resume:on-cpu 11315731240945808
1 13855 turnstile_wakeup:wakeup 11315731248456949
1 15726 fss_wakeup:change-pri 11315731248460704
1 13523 setbackdq:enqueue 11315731248462897
1 13855 turnstile_wakeup:wakeup 11315731248463777
1 15726 fss_wakeup:change-pri 11315731248464688
1 13523 setbackdq:enqueue 11315731248466125
1 13520 mutex_vector_enter:mutex_adenters 11315731248468338
1 13848 turnstile_block:sleep 11315731250004932
1 13527 dispdeq:dequeue 11315731250008729
1 13555 swtch:pswitch 11315731250010142
1 13552 resume:off-cpu 11315731250011020
1 13507 resume:on-cpu 11315731251389034
1 13855 turnstile_wakeup:wakeup 11315731257255148
1 15726 fss_wakeup:change-pri 11315731257258391
1 13523 setbackdq:enqueue 11315731257260413
1 13520 mutex_vector_enter:mutex_adenters 11315731257262639
1 13848 turnstile_block:sleep 11315731260004909
1 13555 swtch:pswitch 11315731260028919
1 13552 resume:off-cpu 11315731260030107
1 13507 resume:on-cpu 11315731260267644
1 13520 mutex_vector_enter:mutex_adenters 11315731260276382
1 13855 turnstile_wakeup:wakeup 11315731268353074
1 15726 fss_wakeup:change-pri 11315731268359668
1 13523 setbackdq:enqueue 11315731268363325
1 13855 turnstile_wakeup:wakeup 11315731268365431
1 15726 fss_wakeup:change-pri 11315731268367458
1 13523 setbackdq:enqueue 11315731268370538
1 13520 mutex_vector_enter:mutex_adenters 11315731268375358
1 13848 turnstile_block:sleep 11315731270004821
1 13555 swtch:pswitch 11315731270014270
1 13552 resume:off-cpu 11315731270015077
1 13507 resume:on-cpu 11315731286852424
1 13855 turnstile_wakeup:wakeup 11315731295626641
1 15726 fss_wakeup:change-pri 11315731295633901
1 13523 setbackdq:enqueue 11315731295639018
1 13855 turnstile_wakeup:wakeup 11315731295641411
1 15726 fss_wakeup:change-pri 11315731295643498
1 13523 setbackdq:enqueue 11315731295646958
1 13520 mutex_vector_enter:mutex_adenters 11315731295658531
1 13855 turnstile_wakeup:wakeup 11315731305607618
1 15726 fss_wakeup:change-pri 11315731305613642
1 13523 setbackdq:enqueue 11315731305617319
1 13855 turnstile_wakeup:wakeup 11315731305619542
1 15726 fss_wakeup:change-pri 11315731305621912
1 13523 setbackdq:enqueue 11315731305625039
1 13520 mutex_vector_enter:mutex_adenters 11315731305634469
1 13481 preempt:inv_swtch 11315731312022926
1 13523 setbackdq:enqueue 11315731312030663
1 13501 preempt:preempt 11315731312033540
1 13528 disp:dequeue 11315731312035737
1 13478 swtch:remain-cpu 11315731312042487
1 13520 mutex_vector_enter:mutex_adenters 11315731312339785
1 13855 turnstile_wakeup:wakeup 11315731314900679
1 15726 fss_wakeup:change-pri 11315731314902262
1 13523 setbackdq:enqueue 11315731314903760
1 13481 preempt:inv_swtch 11315731320032382
1 13522 setfrontdq:enqueue 11315731320034021
1 13501 preempt:preempt 11315731320034882
1 13528 disp:dequeue 11315731320035599
1 13555 swtch:pswitch 11315731320036721
1 13552 resume:off-cpu 11315731320037435
1 13507 resume:on-cpu 11315731320044862
1 13855 turnstile_wakeup:wakeup 11315731322584433
1 15726 fss_wakeup:change-pri 11315731322585878
1 13523 setbackdq:enqueue 11315731322587334
1 13520 mutex_vector_enter:mutex_adenters 11315731322591702
1 13520 mutex_vector_enter:mutex_adenters 11315731325155075
1 13520 mutex_vector_enter:mutex_adenters 11315731327692207
1 13481 preempt:inv_swtch 11315731332009731
1 13523 setbackdq:enqueue 11315731332011993
1 13501 preempt:preempt 11315731332012727
1 13528 disp:dequeue 11315731332013394
1 13478 swtch:remain-cpu 11315731332014314
1 13855 turnstile_wakeup:wakeup 11315731332801393
1 13522 setfrontdq:enqueue 11315731332803331
1 13520 mutex_vector_enter:mutex_adenters 11315731335360398
1 13855 turnstile_wakeup:wakeup 11315731343194394
1 15726 fss_wakeup:change-pri 11315731343196114
1 13523 setbackdq:enqueue 11315731343197400
1 13520 mutex_vector_enter:mutex_adenters 11315731343201714
1 13520 mutex_vector_enter:mutex_adenters 11315731345762419
1 13520 mutex_vector_enter:mutex_adenters 11315731345766075
1 13481 preempt:inv_swtch 11315731350010100
1 13523 setbackdq:enqueue 11315731350012158
1 13501 preempt:preempt 11315731350013024
1 13528 disp:dequeue 11315731350013924
1 13478 swtch:remain-cpu 11315731350014757
1 13520 mutex_vector_enter:mutex_adenters 11315731350857034
1 13520 mutex_vector_enter:mutex_adenters 11315731350861265
1 13520 mutex_vector_enter:mutex_adenters 11315731356001983
1 13520 mutex_vector_enter:mutex_adenters 11315731361076029
1 13855 turnstile_wakeup:wakeup 11315731363650885
1 15726 fss_wakeup:change-pri 11315731363652353
1 13523 setbackdq:enqueue 11315731363654290
1 13520 mutex_vector_enter:mutex_adenters 11315731366195882
1 13520 mutex_vector_enter:mutex_adenters 11315731366201314
1 13520 mutex_vector_enter:mutex_adenters 11315731368732666
1 13481 preempt:inv_swtch 11315731370008565
1 13523 setbackdq:enqueue 11315731370010590
1 13501 preempt:preempt 11315731370011387
1 13528 disp:dequeue 11315731370012078
1 13478 swtch:remain-cpu 11315731370012964
1 13855 turnstile_wakeup:wakeup 11315731373862070
1 15726 fss_wakeup:change-pri 11315731373863676
1 13523 setbackdq:enqueue 11315731373865185
1 13520 mutex_vector_enter:mutex_adenters 11315731378974547
1 13520 mutex_vector_enter:mutex_adenters 11315731381514909
1 13855 turnstile_wakeup:wakeup 11315731384080950
1 15726 fss_wakeup:change-pri 11315731384082304
1 13523 setbackdq:enqueue 11315731384083718
1 13520 mutex_vector_enter:mutex_adenters 11315731386683850
1 13481 preempt:inv_swtch 11315731390008018
1 13523 setbackdq:enqueue 11315731390010106
1 13501 preempt:preempt 11315731390010814
1 13527 dispdeq:dequeue 11315731390011830
1 13555 swtch:pswitch 11315731390012791
1 13552 resume:off-cpu 11315731390013493
1 13507 resume:on-cpu 11315731390029788
1 13481 preempt:inv_swtch 11315731390046948
1 13522 setfrontdq:enqueue 11315731390047924
1 13501 preempt:preempt 11315731390048878
1 13528 disp:dequeue 11315731390051461
1 13555 swtch:pswitch 11315731390052255
1 13552 resume:off-cpu 11315731390052754
1 13507 resume:on-cpu 11315731390057921
1 13855 turnstile_wakeup:wakeup 11315731391839417
1 15726 fss_wakeup:change-pri 11315731391841272
1 13523 setbackdq:enqueue 11315731391843120
1 13855 turnstile_wakeup:wakeup 11315731391844331
1 15726 fss_wakeup:change-pri 11315731391845254
1 13523 setbackdq:enqueue 11315731391846373
1 13855 turnstile_wakeup:wakeup 11315731402032397
1 15726 fss_wakeup:change-pri 11315731402033855
1 13523 setbackdq:enqueue 11315731402035257
1 13481 preempt:inv_swtch 11315731410011883
1 13523 setbackdq:enqueue 11315731410013787
1 13501 preempt:preempt 11315731410014728
1 13527 dispdeq:dequeue 11315731410015544
1 13555 swtch:pswitch 11315731410016698
1 13552 resume:off-cpu 11315731410017341
5 13507 resume:on-cpu 11315731410036178
5 13481 preempt:inv_swtch 11315731410104435
5 13522 setfrontdq:enqueue 11315731410108352
5 13501 preempt:preempt 11315731410110478
5 13528 disp:dequeue 11315731410112242
5 13555 swtch:pswitch 11315731410114489
5 13552 resume:off-cpu 11315731410116262
5 13507 resume:on-cpu 11315731410132099
5 13855 turnstile_wakeup:wakeup 11315731415314953
5 15726 fss_wakeup:change-pri 11315731415317653
5 13523 setbackdq:enqueue 11315731415319740
5 13855 turnstile_wakeup:wakeup 11315731415320851
5 15726 fss_wakeup:change-pri 11315731415321903
5 13523 setbackdq:enqueue 11315731415323025
5 13855 turnstile_wakeup:wakeup 11315731422028896
5 15726 fss_wakeup:change-pri 11315731422034853
5 13523 setbackdq:enqueue 11315731422038677
5 13855 turnstile_wakeup:wakeup 11315731422041000
5 15726 fss_wakeup:change-pri 11315731422043377
5 13523 setbackdq:enqueue 11315731422046341
5 13520 mutex_vector_enter:mutex_adenters 11315731422065591
5 13855 turnstile_wakeup:wakeup 11315731429156325
5 15726 fss_wakeup:change-pri 11315731429162289
5 13523 setbackdq:enqueue 11315731429166485
5 13855 turnstile_wakeup:wakeup 11315731429168685
5 15726 fss_wakeup:change-pri 11315731429170842
5 13523 setbackdq:enqueue 11315731429173342
5 13520 mutex_vector_enter:mutex_adenters 11315731429183722
5 13481 preempt:inv_swtch 11315731430021206
5 13523 setbackdq:enqueue 11315731430026942
5 13501 preempt:preempt 11315731430029549
5 13528 disp:dequeue 11315731430032306
5 13478 swtch:remain-cpu 11315731430040242
5 13855 turnstile_wakeup:wakeup 11315731432427168
5 15726 fss_wakeup:change-pri 11315731432429756
5 13523 setbackdq:enqueue 11315731432432198
5 13855 turnstile_wakeup:wakeup 11315731432433417
5 15726 fss_wakeup:change-pri 11315731432434458
5 13523 setbackdq:enqueue 11315731432435595
5 13855 turnstile_wakeup:wakeup 11315731435062082
5 15726 fss_wakeup:change-pri 11315731435064027
5 13523 setbackdq:enqueue 11315731435065983
5 13855 turnstile_wakeup:wakeup 11315731435067008
5 15726 fss_wakeup:change-pri 11315731435068320
5 13523 setbackdq:enqueue 11315731435069310
5 13855 turnstile_wakeup:wakeup 11315731437685152
5 15726 fss_wakeup:change-pri 11315731437687220
5 13523 setbackdq:enqueue 11315731437688825
5 13855 turnstile_wakeup:wakeup 11315731437689942
5 15726 fss_wakeup:change-pri 11315731437690736
5 13523 setbackdq:enqueue 11315731437691681
5 13855 turnstile_wakeup:wakeup 11315731440290705
5 15726 fss_wakeup:change-pri 11315731440292381
5 13523 setbackdq:enqueue 11315731440293889
5 13855 turnstile_wakeup:wakeup 11315731440294919
5 15726 fss_wakeup:change-pri 11315731440295866
5 13523 setbackdq:enqueue 11315731440296830
5 13855 turnstile_wakeup:wakeup 11315731442909280
5 15726 fss_wakeup:change-pri 11315731442912490
5 13523 setbackdq:enqueue 11315731442914220
5 13855 turnstile_wakeup:wakeup 11315731442915360
5 15726 fss_wakeup:change-pri 11315731442916606
5 13523 setbackdq:enqueue 11315731442917734
5 13520 mutex_vector_enter:mutex_adenters 11315731442934639
5 13855 turnstile_wakeup:wakeup 11315731445613714
5 15726 fss_wakeup:change-pri 11315731445615592
5 13523 setbackdq:enqueue 11315731445617391
5 13855 turnstile_wakeup:wakeup 11315731445618525
5 15726 fss_wakeup:change-pri 11315731445619447
5 13523 setbackdq:enqueue 11315731445620425
5 13855 turnstile_wakeup:wakeup 11315731448216752
5 15726 fss_wakeup:change-pri 11315731448218402
5 13523 setbackdq:enqueue 11315731448220245
5 13855 turnstile_wakeup:wakeup 11315731448221339
5 15726 fss_wakeup:change-pri 11315731448222256
5 13523 setbackdq:enqueue 11315731448223355
5 13520 mutex_vector_enter:mutex_adenters 11315731448229501
5 13520 mutex_vector_enter:mutex_adenters 11315731450794846
5 13855 turnstile_wakeup:wakeup 11315731455937125
5 15726 fss_wakeup:change-pri 11315731455939185
5 13523 setbackdq:enqueue 11315731455940501
5 13855 turnstile_wakeup:wakeup 11315731458561668
5 15726 fss_wakeup:change-pri 11315731458563158
5 13523 setbackdq:enqueue 11315731458564760
5 13520 mutex_vector_enter:mutex_adenters 11315731458571238
5 13855 turnstile_wakeup:wakeup 11315731461191498
5 15726 fss_wakeup:change-pri 11315731461193441
5 13523 setbackdq:enqueue 11315731461194365
5 13855 turnstile_wakeup:wakeup 11315731464035064
5 15726 fss_wakeup:change-pri 11315731464036440
5 13523 setbackdq:enqueue 11315731464037587
5 13520 mutex_vector_enter:mutex_adenters 11315731464044298
5 13855 turnstile_wakeup:wakeup 11315731466966200
5 15726 fss_wakeup:change-pri 11315731466967669
5 13523 setbackdq:enqueue 11315731466969026
5 13855 turnstile_wakeup:wakeup 11315731469991893
5 15726 fss_wakeup:change-pri 11315731469993615
5 13523 setbackdq:enqueue 11315731469994814
5 13520 mutex_vector_enter:mutex_adenters 11315731470003499
5 13481 preempt:inv_swtch 11315731470012984
5 13523 setbackdq:enqueue 11315731470015101
5 13501 preempt:preempt 11315731470016516
5 13528 disp:dequeue 11315731470024327
5 13478 swtch:remain-cpu 11315731470025583
5 13855 turnstile_wakeup:wakeup 11315731472805948
5 15726 fss_wakeup:change-pri 11315731472807827
5 13523 setbackdq:enqueue 11315731472809142
5 13855 turnstile_wakeup:wakeup 11315731475532601
5 15726 fss_wakeup:change-pri 11315731475533998
5 13523 setbackdq:enqueue 11315731475535321
5 13520 mutex_vector_enter:mutex_adenters 11315731475541686
5 13855 turnstile_wakeup:wakeup 11315731478271161
5 15726 fss_wakeup:change-pri 11315731478272827
5 13523 setbackdq:enqueue 11315731478274207
5 13855 turnstile_wakeup:wakeup 11315731489797485
5 15726 fss_wakeup:change-pri 11315731489804638
5 13523 setbackdq:enqueue 11315731489806288
5 13481 preempt:inv_swtch 11315731490025109
5 13523 setbackdq:enqueue 11315731490028669
5 13501 preempt:preempt 11315731490030658
5 13528 disp:dequeue 11315731490031591
5 13478 swtch:remain-cpu 11315731490033937
5 13855 turnstile_wakeup:wakeup 11315731503284884
5 15726 fss_wakeup:change-pri 11315731503291499
5 13523 setbackdq:enqueue 11315731503293487
5 13855 turnstile_wakeup:wakeup 11315731503311554
5 13522 setfrontdq:enqueue 11315731503313013
5 13481 preempt:inv_swtch 11315731511016386
5 13523 setbackdq:enqueue 11315731511024449
5 13501 preempt:preempt 11315731511026514
5 13528 disp:dequeue 11315731511027420
5 13478 swtch:remain-cpu 11315731511029367
5 13855 turnstile_wakeup:wakeup 11315731516173270
5 15726 fss_wakeup:change-pri 11315731516180297
5 13523 setbackdq:enqueue 11315731516182027
5 13520 mutex_vector_enter:mutex_adenters 11315731516200254
5 13656 urw:softlock 11315731516240167
5 13543 xc_common:xcalls 11315731516262310
5 13543 xc_common:xcalls 11315731516263582
5 13543 xc_common:xcalls 11315731516264392
5 13543 xc_common:xcalls 11315731516265150
5 13656 urw:softlock 11315731516282432
5 13543 xc_common:xcalls 11315731516285629
5 13543 xc_common:xcalls 11315731516286323
5 13543 xc_common:xcalls 11315731516286948
5 13543 xc_common:xcalls 11315731516287798
5 13543 xc_common:xcalls 11315731516288602
5 13656 urw:softlock 11315731516352347
5 13543 xc_common:xcalls 11315731516355831
5 13543 xc_common:xcalls 11315731516356428
5 13543 xc_common:xcalls 11315731516357443
5 13543 xc_common:xcalls 11315731516358269
5 13543 xc_common:xcalls 11315731516359060
5 13656 urw:softlock 11315731516369208
5 13543 xc_common:xcalls 11315731516371667
5 13543 xc_common:xcalls 11315731516372342
5 13543 xc_common:xcalls 11315731516373020
5 13543 xc_common:xcalls 11315731516373825
5 13543 xc_common:xcalls 11315731516374753
5 13656 urw:softlock 11315731516592930
5 13543 xc_common:xcalls 11315731516596985
5 13543 xc_common:xcalls 11315731516597883
5 13543 xc_common:xcalls 11315731516598670
5 13543 xc_common:xcalls 11315731516599526
5 13656 urw:softlock 11315731516607183
5 13543 xc_common:xcalls 11315731516609637
5 13543 xc_common:xcalls 11315731516610486
5 13543 xc_common:xcalls 11315731516611283
5 13543 xc_common:xcalls 11315731516612083
5 13656 urw:softlock 11315731516624205
5 13543 xc_common:xcalls 11315731516626723
5 13543 xc_common:xcalls 11315731516627583
5 13543 xc_common:xcalls 11315731516628385
5 13543 xc_common:xcalls 11315731516629172
5 13656 urw:softlock 11315731516638050
5 13543 xc_common:xcalls 11315731516640517
5 13543 xc_common:xcalls 11315731516641264
5 13543 xc_common:xcalls 11315731516642243
5 13543 xc_common:xcalls 11315731516643044
5 13656 urw:softlock 11315731516654148
5 13543 xc_common:xcalls 11315731516656647
5 13543 xc_common:xcalls 11315731516657374
5 13543 xc_common:xcalls 11315731516658268
5 13543 xc_common:xcalls 11315731516658954
5 13543 xc_common:xcalls 11315731516659747
5 13656 urw:softlock 11315731516665887
5 13543 xc_common:xcalls 11315731516668266
5 13543 xc_common:xcalls 11315731516669075
5 13543 xc_common:xcalls 11315731516669835
5 13543 xc_common:xcalls 11315731516670528
5 13543 xc_common:xcalls 11315731516671614
5 13656 urw:softlock 11315731516845199
5 13543 xc_common:xcalls 11315731516849335
5 13543 xc_common:xcalls 11315731516850169
5 13543 xc_common:xcalls 11315731516850838
5 13543 xc_common:xcalls 11315731516851738
5 13543 xc_common:xcalls 11315731516852587
5 13543 xc_common:xcalls 11315731516853379
5 13656 urw:softlock 11315731516864371
5 13543 xc_common:xcalls 11315731516866956
5 13543 xc_common:xcalls 11315731516867607
5 13543 xc_common:xcalls 11315731516868452
5 13543 xc_common:xcalls 11315731516869253
5 13543 xc_common:xcalls 11315731516870187
5 13543 xc_common:xcalls 11315731516870980
5 13656 urw:softlock 11315731516941248
5 13543 xc_common:xcalls 11315731516945073
5 13543 xc_common:xcalls 11315731516945676
5 13543 xc_common:xcalls 11315731516946332
5 13543 xc_common:xcalls 11315731516947209
5 13543 xc_common:xcalls 11315731516947885
5 13543 xc_common:xcalls 11315731516948775
5 13656 urw:softlock 11315731516955470
5 13543 xc_common:xcalls 11315731516957755
5 13543 xc_common:xcalls 11315731516958485
5 13543 xc_common:xcalls 11315731516959154
5 13543 xc_common:xcalls 11315731516959957
5 13543 xc_common:xcalls 11315731516960800
5 13543 xc_common:xcalls 11315731516961601
5 13656 urw:softlock 11315731516971319
5 13543 xc_common:xcalls 11315731516973692
5 13543 xc_common:xcalls 11315731516974288
5 13543 xc_common:xcalls 11315731516975127
5 13543 xc_common:xcalls 11315731516975960
5 13543 xc_common:xcalls 11315731516976761
5 13543 xc_common:xcalls 11315731516977719
5 13656 urw:softlock 11315731516982894
5 13543 xc_common:xcalls 11315731516985381
5 13543 xc_common:xcalls 11315731516985970
5 13543 xc_common:xcalls 11315731516986636
5 13543 xc_common:xcalls 11315731516987594
5 13543 xc_common:xcalls 11315731516988392
5 13543 xc_common:xcalls 11315731516989086
5 13656 urw:softlock 11315731516999303
5 13543 xc_common:xcalls 11315731517001680
5 13543 xc_common:xcalls 11315731517002529
5 13543 xc_common:xcalls 11315731517003368
5 13543 xc_common:xcalls 11315731517004164
5 13543 xc_common:xcalls 11315731517005446
5 13656 urw:softlock 11315731517011416
5 13543 xc_common:xcalls 11315731517013782
5 13543 xc_common:xcalls 11315731517014590
5 13543 xc_common:xcalls 11315731517015262
5 13543 xc_common:xcalls 11315731517016199
5 13543 xc_common:xcalls 11315731517016999
5 13543 xc_common:xcalls 11315731517017808
5 13656 urw:softlock 11315731517190328
5 13543 xc_common:xcalls 11315731517194419
5 13543 xc_common:xcalls 11315731517195048
5 13543 xc_common:xcalls 11315731517195900
5 13543 xc_common:xcalls 11315731517196733
5 13656 urw:softlock 11315731517204542
5 13543 xc_common:xcalls 11315731517206717
5 13543 xc_common:xcalls 11315731517207305
5 13543 xc_common:xcalls 11315731517208155
5 13543 xc_common:xcalls 11315731517208946
5 13656 urw:softlock 11315731517243334
5 13543 xc_common:xcalls 11315731517245839
5 13543 xc_common:xcalls 11315731517246427
5 13543 xc_common:xcalls 11315731517247215
5 13543 xc_common:xcalls 11315731517248038
5 13656 urw:softlock 11315731517253737
5 13543 xc_common:xcalls 11315731517255880
5 13543 xc_common:xcalls 11315731517256458
5 13543 xc_common:xcalls 11315731517257185
5 13543 xc_common:xcalls 11315731517258145
5 13656 urw:softlock 11315731517267652
5 13543 xc_common:xcalls 11315731517270280
5 13543 xc_common:xcalls 11315731517270875
5 13543 xc_common:xcalls 11315731517271575
5 13543 xc_common:xcalls 11315731517272547
5 13656 urw:softlock 11315731517281616
5 13543 xc_common:xcalls 11315731517284093
5 13543 xc_common:xcalls 11315731517285186
5 13543 xc_common:xcalls 11315731517286004
5 13543 xc_common:xcalls 11315731517286867
5 13656 urw:softlock 11315731517297320
5 13543 xc_common:xcalls 11315731517299441
5 13543 xc_common:xcalls 11315731517300365
5 13543 xc_common:xcalls 11315731517301201
5 13656 urw:softlock 11315731517306894
5 13543 xc_common:xcalls 11315731517309036
5 13543 xc_common:xcalls 11315731517309761
5 13543 xc_common:xcalls 11315731517310669
5 13656 urw:softlock 11315731517355425
5 13543 xc_common:xcalls 11315731517357828
5 13543 xc_common:xcalls 11315731517358734
5 13543 xc_common:xcalls 11315731517359543
5 13656 urw:softlock 11315731517365694
5 13543 xc_common:xcalls 11315731517368097
5 13543 xc_common:xcalls 11315731517368840
5 13543 xc_common:xcalls 11315731517369739
5 13656 urw:softlock 11315731517415606
5 13543 xc_common:xcalls 11315731517418325
5 13543 xc_common:xcalls 11315731517419224
5 13543 xc_common:xcalls 11315731517420058
5 13656 urw:softlock 11315731517429408
5 13543 xc_common:xcalls 11315731517431631
5 13543 xc_common:xcalls 11315731517432405
5 13543 xc_common:xcalls 11315731517433333
5 13656 urw:softlock 11315731517468378
5 13543 xc_common:xcalls 11315731517470544
5 13543 xc_common:xcalls 11315731517471507
5 13543 xc_common:xcalls 11315731517472339
5 13656 urw:softlock 11315731517478232
5 13543 xc_common:xcalls 11315731517480443
5 13543 xc_common:xcalls 11315731517481200
5 13543 xc_common:xcalls 11315731517482110
5 13656 urw:softlock 11315731517491934
5 13543 xc_common:xcalls 11315731517494164
5 13543 xc_common:xcalls 11315731517495029
5 13543 xc_common:xcalls 11315731517495827
5 13656 urw:softlock 11315731517504176
5 13543 xc_common:xcalls 11315731517506443
5 13543 xc_common:xcalls 11315731517507166
5 13543 xc_common:xcalls 11315731517508095
5 13656 urw:softlock 11315731517528427
5 13543 xc_common:xcalls 11315731517530661
5 13543 xc_common:xcalls 11315731517531543
5 13543 xc_common:xcalls 11315731517532350
5 13656 urw:softlock 11315731517541181
5 13543 xc_common:xcalls 11315731517543508
5 13543 xc_common:xcalls 11315731517544269
5 13543 xc_common:xcalls 11315731517545180
5 13656 urw:softlock 11315731517696065
5 13543 xc_common:xcalls 11315731517699750
5 13543 xc_common:xcalls 11315731517700683
5 13543 xc_common:xcalls 11315731517701467
5 13656 urw:softlock 11315731517711531
5 13543 xc_common:xcalls 11315731517713741
5 13543 xc_common:xcalls 11315731517714470
5 13543 xc_common:xcalls 11315731517715388
5 13656 urw:softlock 11315731517722316
5 13543 xc_common:xcalls 11315731517724218
5 13543 xc_common:xcalls 11315731517725116
5 13543 xc_common:xcalls 11315731517725971
5 13656 urw:softlock 11315731517731946
5 13543 xc_common:xcalls 11315731517734106
5 13543 xc_common:xcalls 11315731517734851
5 13543 xc_common:xcalls 11315731517735776
5 13656 urw:softlock 11315731517823850
5 13543 xc_common:xcalls 11315731517826776
5 13543 xc_common:xcalls 11315731517827687
5 13543 xc_common:xcalls 11315731517828500
5 13656 urw:softlock 11315731517835025
5 13543 xc_common:xcalls 11315731517837317
5 13543 xc_common:xcalls 11315731517838075
5 13543 xc_common:xcalls 11315731517838984
5 13656 urw:softlock 11315731517868254
5 13543 xc_common:xcalls 11315731517870545
5 13543 xc_common:xcalls 11315731517871417
5 13543 xc_common:xcalls 11315731517872208
5 13656 urw:softlock 11315731517878356
5 13543 xc_common:xcalls 11315731517880574
5 13543 xc_common:xcalls 11315731517881297
5 13656 urw:softlock 11315731517888506
5 13543 xc_common:xcalls 11315731517890621
5 13543 xc_common:xcalls 11315731517891359
5 13656 urw:softlock 11315731517896834
5 13543 xc_common:xcalls 11315731517898827
5 13543 xc_common:xcalls 11315731517899554
5 13656 urw:softlock 11315731518019465
5 13543 xc_common:xcalls 11315731518023179
5 13543 xc_common:xcalls 11315731518024074
5 13543 xc_common:xcalls 11315731518024939
5 13656 urw:softlock 11315731518034941
5 13543 xc_common:xcalls 11315731518037295
5 13543 xc_common:xcalls 11315731518038037
5 13543 xc_common:xcalls 11315731518038837
5 13656 urw:softlock 11315731518053650
5 13543 xc_common:xcalls 11315731518055637
5 13543 xc_common:xcalls 11315731518056490
5 13543 xc_common:xcalls 11315731518057309
5 13656 urw:softlock 11315731518063236
5 13543 xc_common:xcalls 11315731518065345
5 13543 xc_common:xcalls 11315731518066073
5 13543 xc_common:xcalls 11315731518066890
5 13656 urw:softlock 11315731518074081
5 13543 xc_common:xcalls 11315731518076022
5 13543 xc_common:xcalls 11315731518076862
5 13543 xc_common:xcalls 11315731518077682
5 13656 urw:softlock 11315731518083020
5 13543 xc_common:xcalls 11315731518085231
5 13543 xc_common:xcalls 11315731518085961
5 13543 xc_common:xcalls 11315731518086798
5 13656 urw:softlock 11315731518141191
5 13543 xc_common:xcalls 11315731518143734
5 13543 xc_common:xcalls 11315731518144598
5 13543 xc_common:xcalls 11315731518145506
5 13656 urw:softlock 11315731518151307
5 13543 xc_common:xcalls 11315731518153452
5 13543 xc_common:xcalls 11315731518154392
5 13543 xc_common:xcalls 11315731518155182
5 13656 urw:softlock 11315731518185206
5 13543 xc_common:xcalls 11315731518187493
5 13543 xc_common:xcalls 11315731518188364
5 13656 urw:softlock 11315731518194125
5 13543 xc_common:xcalls 11315731518196166
5 13543 xc_common:xcalls 11315731518197055
5 13656 urw:softlock 11315731518204113
5 13543 xc_common:xcalls 11315731518205948
5 13543 xc_common:xcalls 11315731518206836
5 13656 urw:softlock 11315731518212120
5 13543 xc_common:xcalls 11315731518214325
5 13543 xc_common:xcalls 11315731518214935
5 13543 xc_common:xcalls 11315731518215615
5 13656 urw:softlock 11315731518239299
5 13543 xc_common:xcalls 11315731518241535
5 13543 xc_common:xcalls 11315731518242277
5 13656 urw:softlock 11315731518248312
5 13543 xc_common:xcalls 11315731518250337
5 13543 xc_common:xcalls 11315731518251164
5 13656 urw:softlock 11315731518257921
5 13543 xc_common:xcalls 11315731518259818
5 13543 xc_common:xcalls 11315731518260701
5 13656 urw:softlock 11315731518265841
5 13543 xc_common:xcalls 11315731518267804
5 13543 xc_common:xcalls 11315731518268713
5 13543 xc_common:xcalls 11315731518269392
5 13656 urw:softlock 11315731518295887
5 13543 xc_common:xcalls 11315731518298397
5 13543 xc_common:xcalls 11315731518299126
5 13656 urw:softlock 11315731518307768
5 13543 xc_common:xcalls 11315731518309779
5 13543 xc_common:xcalls 11315731518310509
5 13656 urw:softlock 11315731518317637
5 13543 xc_common:xcalls 11315731518319521
5 13543 xc_common:xcalls 11315731518320263
5 13656 urw:softlock 11315731518325562
5 13543 xc_common:xcalls 11315731518327602
5 13543 xc_common:xcalls 11315731518328399
5 13543 xc_common:xcalls 11315731518329169
5 13656 urw:softlock 11315731518379314
5 13543 xc_common:xcalls 11315731518382158
5 13656 urw:softlock 11315731518386068
5 13543 xc_common:xcalls 11315731518387927
5 13656 urw:softlock 11315731518392323
5 13543 xc_common:xcalls 11315731518394003
5 13656 urw:softlock 11315731518397400
5 13543 xc_common:xcalls 11315731518399140
5 13656 urw:softlock 11315731518458582
5 13543 xc_common:xcalls 11315731518461234
5 13656 urw:softlock 11315731518470962
5 13543 xc_common:xcalls 11315731518472885
5 13656 urw:softlock 11315731518477860
5 13543 xc_common:xcalls 11315731518479622
5 13656 urw:softlock 11315731518483621
5 13543 xc_common:xcalls 11315731518485437
5 13656 urw:softlock 11315731520716520
5 13543 xc_common:xcalls 11315731520730113
5 13543 xc_common:xcalls 11315731520731348
5 13543 xc_common:xcalls 11315731520732151
5 13543 xc_common:xcalls 11315731520732862
5 13656 urw:softlock 11315731520748958
5 13543 xc_common:xcalls 11315731520751376
5 13543 xc_common:xcalls 11315731520752210
5 13543 xc_common:xcalls 11315731520753004
5 13543 xc_common:xcalls 11315731520753920
5 13656 urw:softlock 11315731520762427
5 13543 xc_common:xcalls 11315731520764494
5 13543 xc_common:xcalls 11315731520765230
5 13543 xc_common:xcalls 11315731520766050
5 13543 xc_common:xcalls 11315731520766956
5 13656 urw:softlock 11315731520772570
5 13543 xc_common:xcalls 11315731520774616
5 13543 xc_common:xcalls 11315731520775510
5 13543 xc_common:xcalls 11315731520776322
5 13543 xc_common:xcalls 11315731520777165
5 13656 urw:softlock 11315731521996297
5 13543 xc_common:xcalls 11315731522000433
5 13543 xc_common:xcalls 11315731522001506
5 13656 urw:softlock 11315731522010380
5 13543 xc_common:xcalls 11315731522012548
5 13543 xc_common:xcalls 11315731522013491
5 13656 urw:softlock 11315731522022815
5 13543 xc_common:xcalls 11315731522025306
5 13543 xc_common:xcalls 11315731522026106
5 13543 xc_common:xcalls 11315731522026898
5 13656 urw:softlock 11315731522035912
5 13543 xc_common:xcalls 11315731522037983
5 13543 xc_common:xcalls 11315731522038728
5 13543 xc_common:xcalls 11315731522039688
5 13656 urw:softlock 11315731522160658
5 13543 xc_common:xcalls 11315731522164137
5 13543 xc_common:xcalls 11315731522164904
5 13656 urw:softlock 11315731522174630
5 13543 xc_common:xcalls 11315731522176825
5 13543 xc_common:xcalls 11315731522177570
5 13656 urw:softlock 11315731522184764
5 13543 xc_common:xcalls 11315731522186774
5 13543 xc_common:xcalls 11315731522187539
5 13656 urw:softlock 11315731522193799
5 13543 xc_common:xcalls 11315731522195803
5 13543 xc_common:xcalls 11315731522196560
5 13656 urw:softlock 11315731522446440
5 13543 xc_common:xcalls 11315731522450191
5 13656 urw:softlock 11315731522455287
5 13543 xc_common:xcalls 11315731522457248
5 13656 urw:softlock 11315731522462637
5 13543 xc_common:xcalls 11315731522464409
5 13656 urw:softlock 11315731522467714
5 13543 xc_common:xcalls 11315731522469547
5 13656 urw:softlock 11315731522807864
5 13543 xc_common:xcalls 11315731522812174
5 13543 xc_common:xcalls 11315731522812931
5 13656 urw:softlock 11315731522822416
5 13543 xc_common:xcalls 11315731522824479
5 13543 xc_common:xcalls 11315731522825207
5 13656 urw:softlock 11315731522830442
5 13543 xc_common:xcalls 11315731522832225
5 13543 xc_common:xcalls 11315731522833045
5 13656 urw:softlock 11315731522836493
5 13543 xc_common:xcalls 11315731522838321
5 13543 xc_common:xcalls 11315731522839076
5 13656 urw:softlock 11315731523367006
5 13543 xc_common:xcalls 11315731523372761
5 13543 xc_common:xcalls 11315731523373718
5 13543 xc_common:xcalls 11315731523374375
5 13543 xc_common:xcalls 11315731523375333
5 13656 urw:softlock 11315731523383412
5 13543 xc_common:xcalls 11315731523385701
5 13543 xc_common:xcalls 11315731523386776
5 13543 xc_common:xcalls 11315731523387487
5 13543 xc_common:xcalls 11315731523388297
5 13656 urw:softlock 11315731523397147
5 13543 xc_common:xcalls 11315731523399582
5 13543 xc_common:xcalls 11315731523400476
5 13543 xc_common:xcalls 11315731523401217
5 13543 xc_common:xcalls 11315731523401920
5 13656 urw:softlock 11315731523412284
5 13543 xc_common:xcalls 11315731523414545
5 13543 xc_common:xcalls 11315731523415364
5 13543 xc_common:xcalls 11315731523416094
5 13543 xc_common:xcalls 11315731523416800
5 13656 urw:softlock 11315731523452094
5 13543 xc_common:xcalls 11315731523454495
5 13543 xc_common:xcalls 11315731523455222
5 13543 xc_common:xcalls 11315731523456107
5 13543 xc_common:xcalls 11315731523456816
5 13656 urw:softlock 11315731523462532
5 13543 xc_common:xcalls 11315731523464685
5 13543 xc_common:xcalls 11315731523465386
5 13543 xc_common:xcalls 11315731523466288
5 13543 xc_common:xcalls 11315731523466977
5 13656 urw:softlock 11315731523474988
5 13543 xc_common:xcalls 11315731523477328
5 13543 xc_common:xcalls 11315731523478051
5 13543 xc_common:xcalls 11315731523478905
5 13543 xc_common:xcalls 11315731523479598
5 13656 urw:softlock 11315731523488356
5 13543 xc_common:xcalls 11315731523490669
5 13543 xc_common:xcalls 11315731523491398
5 13543 xc_common:xcalls 11315731523492159
5 13543 xc_common:xcalls 11315731523493036
5 13656 urw:softlock 11315731524189936
5 13543 xc_common:xcalls 11315731524194313
5 13656 urw:softlock 11315731524199500
5 13543 xc_common:xcalls 11315731524201504
5 13656 urw:softlock 11315731524207868
5 13543 xc_common:xcalls 11315731524209891
5 13656 urw:softlock 11315731524216477
5 13543 xc_common:xcalls 11315731524218452
5 13656 urw:softlock 11315731524355219
5 13543 xc_common:xcalls 11315731524358582
5 13543 xc_common:xcalls 11315731524359271
5 13656 urw:softlock 11315731524364146
5 13543 xc_common:xcalls 11315731524366138
5 13543 xc_common:xcalls 11315731524366737
5 13656 urw:softlock 11315731524791728
5 13543 xc_common:xcalls 11315731524796672
5 13543 xc_common:xcalls 11315731524797670
5 13543 xc_common:xcalls 11315731524798633
5 13656 urw:softlock 11315731524809294
5 13543 xc_common:xcalls 11315731524811574
5 13543 xc_common:xcalls 11315731524812488
5 13656 urw:softlock 11315731524847689
5 13543 xc_common:xcalls 11315731524849878
5 13543 xc_common:xcalls 11315731524850793
5 13656 urw:softlock 11315731524856556
5 13543 xc_common:xcalls 11315731524858676
5 13543 xc_common:xcalls 11315731524859430
5 13656 urw:softlock 11315731524905525
5 13543 xc_common:xcalls 11315731524908483
5 13543 xc_common:xcalls 11315731524909157
5 13543 xc_common:xcalls 11315731524909896
5 13543 xc_common:xcalls 11315731524910855
5 13656 urw:softlock 11315731524917668
5 13543 xc_common:xcalls 11315731524920049
5 13543 xc_common:xcalls 11315731524920955
5 13543 xc_common:xcalls 11315731524921766
5 13543 xc_common:xcalls 11315731524922768
5 13656 urw:softlock 11315731525049606
5 13543 xc_common:xcalls 11315731525053168
5 13543 xc_common:xcalls 11315731525053999
5 13543 xc_common:xcalls 11315731525054685
5 13543 xc_common:xcalls 11315731525055563
5 13656 urw:softlock 11315731525062563
5 13543 xc_common:xcalls 11315731525064692
5 13543 xc_common:xcalls 11315731525065483
5 13543 xc_common:xcalls 11315731525066199
5 13543 xc_common:xcalls 11315731525066993
5 13656 urw:softlock 11315731525094587
5 13543 xc_common:xcalls 11315731525097009
5 13543 xc_common:xcalls 11315731525097845
5 13543 xc_common:xcalls 11315731525098619
5 13656 urw:softlock 11315731525104128
5 13543 xc_common:xcalls 11315731525106351
5 13543 xc_common:xcalls 11315731525107041
5 13543 xc_common:xcalls 11315731525107740
5 13543 xc_common:xcalls 11315731525108690
5 13656 urw:softlock 11315731527508046
5 13543 xc_common:xcalls 11315731527517205
5 13543 xc_common:xcalls 11315731527518172
5 13543 xc_common:xcalls 11315731527518918
5 13656 urw:softlock 11315731527530064
5 13543 xc_common:xcalls 11315731527532301
5 13543 xc_common:xcalls 11315731527533061
5 13543 xc_common:xcalls 11315731527534053
5 13656 urw:softlock 11315731527561816
5 13543 xc_common:xcalls 11315731527564203
5 13543 xc_common:xcalls 11315731527565201
5 13543 xc_common:xcalls 11315731527566015
5 13656 urw:softlock 11315731527571504
5 13543 xc_common:xcalls 11315731527573694
5 13543 xc_common:xcalls 11315731527574435
5 13543 xc_common:xcalls 11315731527575555
5 13656 urw:softlock 11315731527589799
5 13543 xc_common:xcalls 11315731527592465
5 13543 xc_common:xcalls 11315731527593084
5 13543 xc_common:xcalls 11315731527593748
5 13543 xc_common:xcalls 11315731527594704
5 13656 urw:softlock 11315731527600402
5 13543 xc_common:xcalls 11315731527602648
5 13543 xc_common:xcalls 11315731527603426
5 13543 xc_common:xcalls 11315731527604129
5 13543 xc_common:xcalls 11315731527605048
5 13656 urw:softlock 11315731528036550
5 13543 xc_common:xcalls 11315731528041021
5 13543 xc_common:xcalls 11315731528041952
5 13543 xc_common:xcalls 11315731528042636
5 13656 urw:softlock 11315731528052986
5 13543 xc_common:xcalls 11315731528055257
5 13543 xc_common:xcalls 11315731528056006
5 13543 xc_common:xcalls 11315731528056864
5 13656 urw:softlock 11315731528638109
5 13543 xc_common:xcalls 11315731528642127
5 13543 xc_common:xcalls 11315731528642954
5 13543 xc_common:xcalls 11315731528643625
5 13656 urw:softlock 11315731528653467
5 13543 xc_common:xcalls 11315731528655833
5 13543 xc_common:xcalls 11315731528656446
5 13543 xc_common:xcalls 11315731528657235
5 13656 urw:softlock 11315731528685502
5 13543 xc_common:xcalls 11315731528688086
5 13543 xc_common:xcalls 11315731528688983
5 13543 xc_common:xcalls 11315731528689792
5 13656 urw:softlock 11315731528699898
5 13543 xc_common:xcalls 11315731528702234
5 13543 xc_common:xcalls 11315731528703003
5 13543 xc_common:xcalls 11315731528703929
5 13656 urw:softlock 11315731528710900
5 13543 xc_common:xcalls 11315731528713318
5 13543 xc_common:xcalls 11315731528714301
5 13543 xc_common:xcalls 11315731528715117
5 13656 urw:softlock 11315731528723383
5 13543 xc_common:xcalls 11315731528725638
5 13543 xc_common:xcalls 11315731528726359
5 13543 xc_common:xcalls 11315731528727280
5 13656 urw:softlock 11315731528750716
5 13543 xc_common:xcalls 11315731528752950
5 13543 xc_common:xcalls 11315731528754243
5 13543 xc_common:xcalls 11315731528755050
5 13656 urw:softlock 11315731528761083
5 13543 xc_common:xcalls 11315731528763604
5 13543 xc_common:xcalls 11315731528764397
5 13543 xc_common:xcalls 11315731528765308
5 13656 urw:softlock 11315731528972176
5 13543 xc_common:xcalls 11315731528976125
5 13656 urw:softlock 11315731528983624
5 13543 xc_common:xcalls 11315731528985880
5 13543 xc_common:xcalls 11315731528986704
5 13656 urw:softlock 11315731529394479
5 13543 xc_common:xcalls 11315731529398416
5 13656 urw:softlock 11315731529404055
5 13543 xc_common:xcalls 11315731529405859
5 13656 urw:softlock 11315731529422293
5 13543 xc_common:xcalls 11315731529424257
5 13656 urw:softlock 11315731529427806
5 13543 xc_common:xcalls 11315731529429640
5 13656 urw:softlock 11315731532421781
5 13543 xc_common:xcalls 11315731532426662
5 13656 urw:softlock 11315731532436299
5 13543 xc_common:xcalls 11315731532438559
5 13656 urw:softlock 11315731532453113
5 13543 xc_common:xcalls 11315731532455734
5 13656 urw:softlock 11315731532464476
5 13543 xc_common:xcalls 11315731532466706
5 13656 urw:softlock 11315731532567773
5 13543 xc_common:xcalls 11315731532571284
5 13656 urw:softlock 11315731532581267
5 13543 xc_common:xcalls 11315731532583425
5 13855 turnstile_wakeup:wakeup 11315731532691498
5 15726 fss_wakeup:change-pri 11315731532694038
5 13523 setbackdq:enqueue 11315731532695762
5 13855 turnstile_wakeup:wakeup 11315731532697483
5 15726 fss_wakeup:change-pri 11315731532699196
5 13523 setbackdq:enqueue 11315731532700737
5 13855 turnstile_wakeup:wakeup 11315731532701598
5 15726 fss_wakeup:change-pri 11315731532703067
5 13523 setbackdq:enqueue 11315731532704576
5 13855 turnstile_wakeup:wakeup 11315731532705417
5 15726 fss_wakeup:change-pri 11315731532706485
5 13523 setbackdq:enqueue 11315731532708607
5 13660 thread_create:nthreads 11315731532738711
5 13740 lwp_create:lwp-create 11315731532744565
5 13778 cfork:sysfork 11315731532758816
5 13777 cfork:create 11315731532759744
5 15728 fss_setrun:change-pri 11315731532761631
5 13523 setbackdq:enqueue 11315731532763379
5 13523 setbackdq:enqueue 11315731532765713
5 13528 disp:dequeue 11315731532767182
5 13478 swtch:remain-cpu 11315731532769313
5 13270 forksys:return 11315731532770602
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment