devinteske

bpftrace 1

Sep 8th, 2020
726
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.32 KB | None | 0 0
  1. dteske@localhost ~ $ sudo bpftrace -c 'curl -sLo- google.com' -e 'BEGIN { printf("hi\n") } kprobe:*tcp* /comm=="curl"/ { printf("%s[%d]: %s\n", comm, pid, probe) } END { printf("bye\n") }' 2> /dev/null | awk '{print NR,$0}'
  2. 1 Attaching 376 probes...
  3. 2 hi
  4. 3 curl[4405]: kprobe:tcp_v4_init_sock
  5. 4 curl[4405]: kprobe:tcp_init_sock
  6. 5 curl[4405]: kprobe:tcp_init_xmit_timers
  7. 6 curl[4405]: kprobe:tcp_assign_congestion_control
  8. 7 curl[4405]: kprobe:tcp_set_keepalive
  9. 8 curl[4405]: kprobe:tcp_release_cb
  10. 9 curl[4405]: kprobe:tcp_setsockopt
  11. 10 curl[4405]: kprobe:do_tcp_setsockopt.isra.31
  12. 11 curl[4405]: kprobe:tcp_release_cb
  13. 12 curl[4405]: kprobe:tcp_setsockopt
  14. 13 curl[4405]: kprobe:do_tcp_setsockopt.isra.31
  15. 14 curl[4405]: kprobe:tcp_release_cb
  16. 15 curl[4405]: kprobe:tcp_v4_connect
  17. 16 curl[4405]: kprobe:tcp_set_state
  18. 17 curl[4405]: kprobe:secure_tcp_sequence_number
  19. 18 curl[4405]: kprobe:tcp_connect
  20. 19 curl[4405]: kprobe:tcp_v4_md5_lookup
  21. 20 curl[4405]: kprobe:tcp_md5_do_lookup
  22. 21 curl[4405]: kprobe:tcp_mtup_init
  23. 22 curl[4405]: kprobe:tcp_mss_to_mtu
  24. 23 curl[4405]: kprobe:tcp_sync_mss
  25. 24 curl[4405]: kprobe:tcp_initialize_rcv_mss
  26. 25 curl[4405]: kprobe:tcp_select_initial_window
  27. 26 curl[4405]: kprobe:tcp_clear_retrans
  28. 27 curl[4405]: kprobe:tcp_connect_queue_skb
  29. 28 curl[4405]: kprobe:tcp_transmit_skb
  30. 29 curl[4405]: kprobe:tcp_v4_md5_lookup
  31. 30 curl[4405]: kprobe:tcp_md5_do_lookup
  32. 31 curl[4405]: kprobe:tcp_options_write
  33. 32 curl[4405]: kprobe:tcp_v4_send_check
  34. 33 curl[4405]: kprobe:__tcp_v4_send_check
  35. 34 curl[4405]: kprobe:tcp_release_cb
  36. 35 curl[4405]: kprobe:tcp_poll
  37. 36 curl[4405]: kprobe:tcp_poll
  38. 37 curl[4405]: kprobe:tcp_poll
  39. 38 curl[4405]: kprobe:tcp_poll
  40. 39 curl[4405]: kprobe:tcp_sendmsg
  41. 40 curl[4405]: kprobe:tcp_send_mss
  42. 41 curl[4405]: kprobe:tcp_current_mss
  43. 42 curl[4405]: kprobe:tcp_established_options
  44. 43 curl[4405]: kprobe:tcp_v4_md5_lookup
  45. 44 curl[4405]: kprobe:tcp_md5_do_lookup
  46. 45 curl[4405]: kprobe:tcp_push
  47. 46 curl[4405]: kprobe:__tcp_push_pending_frames
  48. 47 curl[4405]: kprobe:tcp_write_xmit
  49. 48 curl[4405]: kprobe:tcp_init_tso_segs
  50. 49 curl[4405]: kprobe:tcp_set_skb_tso_segs
  51. 50 curl[4405]: kprobe:tcp_nagle_check
  52. 51 curl[4405]: kprobe:tcp_transmit_skb
  53. 52 curl[4405]: kprobe:tcp_established_options
  54. 53 curl[4405]: kprobe:tcp_v4_md5_lookup
  55. 54 curl[4405]: kprobe:tcp_md5_do_lookup
  56. 55 curl[4405]: kprobe:bictcp_cwnd_event
  57. 56 curl[4405]: kprobe:__tcp_select_window
  58. 57 curl[4405]: kprobe:tcp_options_write
  59. 58 curl[4405]: kprobe:tcp_v4_send_check
  60. 59 curl[4405]: kprobe:__tcp_v4_send_check
  61. 60 curl[4405]: kprobe:tcp_event_new_data_sent
  62. 61 curl[4405]: kprobe:tcp_rearm_rto
  63. 62 curl[4405]: kprobe:tcp_schedule_loss_probe
  64. 63 curl[4405]: kprobe:tcp_release_cb
  65. 64 curl[4405]: kprobe:tcp_poll
  66. 65 curl[4405]: kprobe:tcp_poll
  67. 66 curl[4405]: kprobe:tcp_poll
  68. 67 curl[4405]: kprobe:tcp_poll
  69. 68 curl[4405]: kprobe:tcp_recvmsg
  70. 69 curl[4405]: kprobe:tcp_rcv_space_adjust
  71. 70 curl[4405]: kprobe:tcp_cleanup_rbuf
  72. 71 curl[4405]: kprobe:__tcp_select_window
  73. 72 curl[4405]: kprobe:tcp_release_cb
  74. 73 curl[4405]: kprobe:tcp_v4_init_sock
  75. 74 curl[4405]: kprobe:tcp_init_sock
  76. 75 curl[4405]: kprobe:tcp_init_xmit_timers
  77. 76 curl[4405]: kprobe:tcp_assign_congestion_control
  78. 77 curl[4405]: kprobe:tcp_set_keepalive
  79. 78 curl[4405]: kprobe:tcp_release_cb
  80. 79 curl[4405]: kprobe:tcp_setsockopt
  81. 80 curl[4405]: kprobe:do_tcp_setsockopt.isra.31
  82. 81 curl[4405]: kprobe:tcp_release_cb
  83. 82 curl[4405]: kprobe:tcp_setsockopt
  84. 83 curl[4405]: kprobe:do_tcp_setsockopt.isra.31
  85. 84 curl[4405]: kprobe:tcp_release_cb
  86. 85 curl[4405]: kprobe:tcp_v4_connect
  87. 86 curl[4405]: kprobe:tcp_set_state
  88. 87 curl[4405]: kprobe:secure_tcp_sequence_number
  89. 88 curl[4405]: kprobe:tcp_connect
  90. 89 curl[4405]: kprobe:tcp_v4_md5_lookup
  91. 90 curl[4405]: kprobe:tcp_md5_do_lookup
  92. 91 curl[4405]: kprobe:tcp_mtup_init
  93. 92 curl[4405]: kprobe:tcp_mss_to_mtu
  94. 93 curl[4405]: kprobe:tcp_sync_mss
  95. 94 curl[4405]: kprobe:tcp_initialize_rcv_mss
  96. 95 curl[4405]: kprobe:tcp_select_initial_window
  97. 96 curl[4405]: kprobe:tcp_clear_retrans
  98. 97 curl[4405]: kprobe:tcp_connect_queue_skb
  99. 98 curl[4405]: kprobe:tcp_transmit_skb
  100. 99 curl[4405]: kprobe:tcp_v4_md5_lookup
  101. 100 curl[4405]: kprobe:tcp_md5_do_lookup
  102. 101 curl[4405]: kprobe:tcp_options_write
  103. 102 curl[4405]: kprobe:tcp_v4_send_check
  104. 103 curl[4405]: kprobe:__tcp_v4_send_check
  105. 104 curl[4405]: kprobe:tcp_release_cb
  106. 105 curl[4405]: kprobe:tcp_wfree
  107. 106 curl[4405]: kprobe:tcp_poll
  108. 107 curl[4405]: kprobe:tcp_poll
  109. 108 curl[4405]: kprobe:tcp_poll
  110. 109 curl[4405]: kprobe:tcp_poll
  111. 110 curl[4405]: kprobe:tcp_sendmsg
  112. 111 curl[4405]: kprobe:tcp_send_mss
  113. 112 curl[4405]: kprobe:tcp_current_mss
  114. 113 curl[4405]: kprobe:tcp_established_options
  115. 114 curl[4405]: kprobe:tcp_v4_md5_lookup
  116. 115 curl[4405]: kprobe:tcp_md5_do_lookup
  117. 116 curl[4405]: kprobe:tcp_push
  118. 117 curl[4405]: kprobe:__tcp_push_pending_frames
  119. 118 curl[4405]: kprobe:tcp_write_xmit
  120. 119 curl[4405]: kprobe:tcp_init_tso_segs
  121. 120 curl[4405]: kprobe:tcp_set_skb_tso_segs
  122. 121 curl[4405]: kprobe:tcp_nagle_check
  123. 122 curl[4405]: kprobe:tcp_transmit_skb
  124. 123 curl[4405]: kprobe:tcp_established_options
  125. 124 curl[4405]: kprobe:tcp_v4_md5_lookup
  126. 125 curl[4405]: kprobe:tcp_md5_do_lookup
  127. 126 curl[4405]: kprobe:bictcp_cwnd_event
  128. 127 curl[4405]: kprobe:tcp_wfree
  129. 128 curl[4405]: kprobe:__tcp_select_window
  130. 129 curl[4405]: kprobe:tcp_options_write
  131. 130 curl[4405]: kprobe:tcp_v4_send_check
  132. 131 curl[4405]: kprobe:__tcp_v4_send_check
  133. 132 curl[4405]: kprobe:tcp_event_new_data_sent
  134. 133 curl[4405]: kprobe:tcp_rearm_rto
  135. 134 curl[4405]: kprobe:tcp_schedule_loss_probe
  136. 135 curl[4405]: kprobe:tcp_wfree
  137. 136 curl[4405]: kprobe:tcp_release_cb
  138. 137 curl[4405]: kprobe:tcp_poll
  139. 138 curl[4405]: kprobe:tcp_poll
  140. 139 curl[4405]: kprobe:tcp_poll
  141. 140 curl[4405]: kprobe:tcp_poll
  142. 141 curl[4405]: kprobe:tcp_recvmsg
  143. 142 curl[4405]: kprobe:tcp_rcv_space_adjust
  144. 143 curl[4405]: kprobe:tcp_cleanup_rbuf
  145. 144 curl[4405]: kprobe:__tcp_select_window
  146. 145 curl[4405]: kprobe:tcp_release_cb
  147. 146 <!doctype html><html itemscope="" itemtype="http://schema.org/WebPage" lang="en"><head><meta content="Search the world's information, including webpages, images, videos and more. Google has many special features to help you find exactly what you're looking for." name="description"><meta content="noodp" name="robots"><meta content="text/html; charset=UTF-8" http-equiv="Content-Type"><meta content="/images/branding/googleg/1x/googleg_standard_color_128dp.png" itemprop="image"><title>Google</title><script nonce="NnauHBYdzTQ9bS0Iqs2STg==">(function(){window.google={kEI:'eU5YX-G9FLmw0PEPhPeUmAk',kEXPI:'0,18168,183994,1151585,5662,731,223,5104,207,3204,10,1226,364,1499,612,205,383,246,5,1354,648,3452,133,5,176,3,65,308,44,86,16,141,390,91,40,140,2,11,865,113,47,407,409,211,114,195,488,1119166,1197765,317295,12207,13677,4855,32692,15247,867,17444,11240,9188,8384,1325,3533,1362,9291,3021,4741,5,11033,1808,4020,978,7931,5297,2054,920,873,10622,1142,13386,4517,2779,917,2277,8,570,2226,1593,1279,2212,530,149,1943,517,513,953,56,158,4100,312,1135,1,3,2669,2023,1777,143,377,1947,2229,93,328,1284,16,2927,2247,1812,1787,3227,1989,857,6,4811,1257,6286,4455,641,2449,3685,1742,4929,108,1456,1951,908,2,941,715,1899,2397,6335,1135,1,1703,473,666,432,3,346,1200,44,1,820,1,4624,148,189,888,2424,2489,2220,32,5733,4,1528,702,3,1599,1236,271,874,405,1259,602,1815,279,298,74,744,973,52,214,2163,464,459,1319,38,195,7,627,601,3871,1315,3,610,1498,262,910,1426,374,1016,1099,195,1514,1009,3,285,935,818,91,514,2,83,1414,554,239,250,3,1254,2,241,1046,510,44,465,509,198,25,887,67,175,322,689,430,31,1173,128,2468,109,114,762,2,551,23,1757,646,76,65,97,2,104,52,535,926,201,113,1255,255,1211,9,1806,2,2,33,743,24,689,6,632,37,109,125,258,136,2,588,6,23,210,62,68,360,47,68,2,567,28,293,4,6,677,33,1761,7,3,990,84,72,454,1283,1008,2,2,2,2,65,151,347,299,272,745,1,178,25,2,38,284,112,352,91,194,43,448,697,43,68,101,312,54,342,2,209,2,123,132,685,638,26,42,2,2,3,336,100,807,5763991,3377,5997322,2801217,549,333,444,1,2,80,1,900,896,1,9,2,2551,1,748,141,59,736,563,1,4265,1,1,2,1017,9,305,3299,248,283,374,208,37,18,10,8,2,37,1,11,1,23959866,53,2707381,1,8703',kBL:'Ixri'};google.sn='webhp';google.kHL='en';})();(function(){google.lc=[];google.li=0;google.getEI=function(a){for(var c;a&&(!a.getAttribute||!(c=a.getAttribute("eid")));)a=a.parentNode;return c||google.kEI};google.getLEI=function(a){for(var c=null;a&&(!a.getAttribute||!(c=a.getAttribute("leid")));)a=a.parentNode;return c};google.ml=function(){return null};google.time=function(){return Date.now()};google.log=function(a,c,b,d,g){if(b=google.logUrl(a,c,b,d,g)){a=new Image;var e=google.lc,f=google.li;e[f]=a;a.onerror=a.onload=a.onabort=function(){delete e[f]};google.vel&&google.vel.lu&&google.vel.lu(b);a.src=b;google.li=f+1}};google.logUrl=function(a,c,b,d,g){var e="",f=google.ls||"";b||-1!=c.search("&ei=")||(e="&ei="+google.getEI(d),-1==c.search("&lei=")&&(d=google.getLEI(d))&&(e+="&lei="+d));d="";!b&&google.cshid&&-1==c.search("&cshid=")&&"slh"!=a&&(d="&cshid="+google.cshid);b=b||"/"+(g||"gen_204")+"?atyp=i&ct="+a+"&cad="+c+e+f+"&zx="+google.time()+d;/^http:/i.test(b)&&"https:"==window.location.protocol&&(google.ml(Error("a"),!1,{src:b,glmm:1}),b="");return b};}).call(this);(function(){google.y={};google.x=function(a,b){if(a)var c=a.id;else{do c=Math.random();while(google.y[c])}google.y[c]=[a,b];return!1};google.lm=[];google.plm=function(a){google.lm.push.apply(google.lm,a)};google.lq=[];google.load=function(a,b,c){google.lq.push([[a],b,c])};google.loadAll=function(a,b){google.lq.push([a,b])};}).call(this);google.f={};(function(){
  148. 147 document.documentElement.addEventListener("submit",function(b){var a;if(a=b.target){var c=a.getAttribute("data-submitfalse");a="1"==c||"q"==c&&!a.elements.q.value?!0:!1}else a=!1;a&&(b.preventDefault(),b.stopPropagation())},!0);document.documentElement.addEventListener("click",function(b){var a;a:{for(a=b.target;a&&a!=document.documentElement;a=a.parentElement)if("A"==a.tagName){a="1"==a.getAttribute("data-nohref");break a}a=!1}a&&b.preventDefault()},!0);}).call(this);
  149. 148 var a=window.curl[4405]: kprobe:tcp_poll
  150. 149 curl[4405]: kprobe:tcp_poll
  151. 150 curl[4405]: kprobe:tcp_recvmsg
  152. 151 location,b=a.href.indexOf("#");if(0<=b){var c=a.href.substring(b+1);/(^|&)q=/.test(c)&&-1==c.indexOf("#")&&a.replace("/search?"+c.replace(/(^|&)fp=[^&]*/g,"")+"&cad=h")};</script><style>#gbar,#guser{font-size:13px;padding-top:1px !important;}#gbar{height:22px}#guser{padding-bottom:7px !important;text-align:right}.gbh,.gbd{border-top:1px solid #c9d7f1;font-size:1px}.gbh{height:0;position:absolute;top:24px;width:100%}@media all{.gb1{height:22px;margin-right:.5em;vertical-align:top}#gbar{float:left}}a.gb1,a.gb4{text-decoration:underline !important}a.gb1,a.gb4{color:#00c !important}.gbi .gb4{color:#dd8e27 !important}.gbf .gb4{color:#900 !important}
  153. 152 </style><style>body,td,a,p,.h{font-family:arial,sans-serif}body{margin:0;overflow-y:scroll}#gog{padding:3px 8px 0}td{line-height:.8em}.gac_m td{line-height:17px}form{margin-bottom:20px}.h{color:#36c}.q{color:#00c}em{font-weight:bold;font-style:normal}.lst{height:25px;width:496px}.gsfi,.lst{font:18px arial,sans-serif}.gsfs{font:17px arial,sans-serif}.ds{display:inline-box;display:inline-block;margin:3px 0 4px;margin-left:4px}input{font-family:inherit}body{background:#fff;color:#000}a{color:#11c;text-decoration:none}a:hover,a:active{text-decoration:underline}.fl a{color:#36c}a:visited{color:#551a8b}.sblc{padding-top:5px}.sblc a{display:block;margin:2px 0;margin-left:13px;font-size:11px}.lsbb{background:#eee;border:solid 1px;border-color:#ccc #999 #999 #ccc;height:30px}.lsbb{display:block}#fll a{display:inline-block;margin:0 12px}.lsb{background:url(/images/nav_logo229.png) 0 -261px repeat-x;border:none;color:#000;cursor:pointer;height:30px;margin:0;outline:0;font:15px arial,sans-serif;vertical-align:top}.lsb:active{background:#ccc}.lst:focus{outline:none}</style><script nonce="NnauHBYdzTQ9bS0Iqs2STg=="></script></head><body bgcolor="#fff"><script nonce="NnauHBYdzTQ9bS0Iqs2STg==">(function(){var src='/images/nav_logo229.png';var iesg=false;document.body.onload = function(){window.n && window.n();if (document.images){new Image().src=src;}
  154. 153 if (!iesg){document.f&&document.f.q.focus();document.gbqf&&document.gbqf.q.focus();}
  155. 154 }
  156. 155 })();</script><div id="mngb"><div id=gbar><nobr><b class=gb1>Search</b> <a class=gb1 href="http://www.google.com/imghp?hl=en&tab=wi">Images</a> <a class=gb1 href="http://maps.google.com/maps?hl=en&tab=wl">Maps</a> <a class=gb1 href="https://play.google.com/?hl=en&tab=w8">Play</a> <a class=gb1 href="http://www.youtube.com/?gl=US&tab=w1">YouTube</a> <a class=gb1 href="https://news.google.com/?tab=wn">News</a> <a class=gb1 href="https://mail.google.com/mail/?tab=wm">Gmail</a> <a class=gb1 href="https://drive.google.com/?tab=wo">Drive</a> <a class=gb1 style="text-decoration:none" href="https://www.google.com/intl/en/about/products?tab=wh"><u>More</u> &raquo;</a></nobr></div><div id=guser width=100%><nobr><span id=gbn class=gbi></span><span id=gbf class=gbf></span><span id=gbe></span><a href="http://www.google.com/history/optout?hl=en" class=gb4>Web History</a> | <a href="/preferences?hl=en" class=gb4>Settings</a> | <a target=_top id=gb_70 href="https://accounts.google.com/ServiceLogin?hl=en&passive=true&continue=http://www.google.com/&ec=GAZAAQ" class=gb4>Sign in</a></nobr></div><div class=gbh style=left:0></div><div class=gbh style=right:0></div></div><center><br clear="all" id="lgpd"><div id="lga"><img alt="Google" height="92" src="/images/branding/googlelogo/1x/googlelogo_white_background_color_272x92dp.png" style="padding:28px 0 14px" width="272" id="hplogo"><br><br></div><form action="/search" name="f"><table cellpadding="0" cellspacing="0"><tr valign="top"><td width="25%">&nbsp;</td><td align="center" nowrap=""><input name="ie" value="ISO-8859-1" type="hidden"><input value="en" name="hl" type="hidden"><input name="source" type="hidden" value="hp"><input name="biw" type="hidden"><input name="bih" type="hidden"><div class="ds" style="height:32px;margin:4px 0"><input class="lst" style="margin:0;padding:5px 8px 0 6px;vertical-align:top;color:#000" autocomplete="off" value="" title="Google Search" maxlength="2048" name="q" size="57"></div><br style="line-height:0"><scurl[4405]: kprobe:tcp_rcv_space_adjust
  157. 156 curl[4405]: kprobe:tcp_cleanup_rbuf
  158. 157 curl[4405]: kprobe:__tcp_select_window
  159. 158 curl[4405]: kprobe:tcp_release_cb
  160. 159 curl[4405]: kprobe:tcp_poll
  161. 160 curl[4405]: kprobe:tcp_poll
  162. 161 curl[4405]: kprobe:tcp_poll
  163. 162 curl[4405]: kprobe:tcp_recvmsg
  164. 163 curl[4405]: kprobe:tcp_rcv_space_adjust
  165. 164 curl[4405]: kprobe:tcp_cleanup_rbuf
  166. 165 pan class="ds"><span class="lsbb"><input class="lsb" value="Google Search" name="btnG" type="submit"></span></span><span class="ds"><span class="lsbb"><input class="lsb" id="tsuid1" value="I'm Feeling Lucky" name="btnI" type="submit"><script nonce="NnauHBYdzTQ9bS0Iqs2STg==">(function(){var id='tsuid1';document.getElementById(id).onclick = function(){if (this.form.q.value){this.checked = 1;if (this.form.iflsig)this.form.iflsig.disabled = false;}
  167. 166 else top.location='/doodles/';};})();</script><input value="AINFCbYAAAAAX1hciZid10QjdMGn8IT0p6x5hHzWS9tR" name="iflsig" type="hidden"></span></span></td><td class="fl sblc" align="left" nowrap="" width="25%"><a href="/advanced_search?hl=en&amp;authuser=0">Advanced search</a></td></tr></table><input id="gbv" name="gbv" type="hidden" value="1"><script nonce="NnauHBYdzTQ9bS0Iqs2STg==">(function(){var a,b="1";if(document&&document.getElementById)if("undefined"!=typeof XMLHttpRequest)b="2";else if("undefined"!=typeof ActiveXObject){var c,d,e=["MSXML2.XMLHTTP.6.0","MSXML2.XMLHTTP.3.0","MSXML2.XMLHTTP","Microsoft.XMLHTTP"];for(c=0;d=e[c++];)try{new ActiveXObject(d),b="2"}catch(h){}}a=b;if("2"==a&&-1==location.search.indexOf("&gbv=2")){var f=google.gbvu,g=document.getElementById("gbv");g&&(g.value=a);f&&window.setTimeout(function(){location.href=f},0)};}).call(this);</script></form><div id="gac_scont"></div><div style="font-size:83%;min-height:3.5em"><br></div><span id="footer"><div style="font-size:10pt"><div style="margin:19px auto;text-align:center" id="fll"><a href="/intl/en/ads/">Advertising?Programs</a><a href="/services/">Business Solutions</a><a href="/intl/en/about.html">About Google</a></div></div><p style="font-size:8pt;color:#767676">&copy; 2020 - <a href="/intl/en/policies/privacy/">Privacy</a> - <a href="/intl/en/policies/terms/">Terms</a></p></span></center><script nonce="NnauHBYdzTQ9bS0Iqs2STg==">(function(){window.google.cdo={height:0,width:0};(function(){var a=window.innerWidth,b=window.innerHeight;if(!a||!b){var c=window.document,d="CSS1Compat"==c.compatMode?c.documentElement:c.body;a=d.clientWidth;b=d.clientHeight}a&&b&&(a!=google.cdo.width||b!=google.cdo.height)&&google.log("","","/client_204?&atyp=i&biw="+a+"&bih="+b+"&ei="+google.kEI);}).call(this);})();(function(){var u='/xjs/_/js/k\x3dxjs.hp.en_US.qIgEwPu9kek.O/m\x3dsb_he,d/am\x3dAJ5gcw/d\x3d1/rs\x3dACT90oGIT4oFQMpOfuzPXUU_s9fAiJWy2g';
  168. 167 setTimeout(function(){var b=document;var a="SCRIPT";"application/xhtml+xml"===b.contentType&&(a=a.toLowerCase());a=b.createElement(a);a.src=u;google.timers&&google.timers.load&&google.tick&&google.tick("load","xjsls");document.body.appendChild(a)},0);})();(function(){window.google.xjsu='/xjs/_/js/k\x3dxjs.hp.en_US.qIgEwPu9kek.O/m\x3dsb_he,d/am\x3dAJ5gcw/d\x3d1/rs\x3dACT90oGIT4oFQMpOfuzPXUU_s9fAiJWy2g';})();function _DumpException(e){throw e;}
  169. 168 function _F_installCss(c){}
  170. 169 (function(){google.jl={dw:false,em:[],emw:false,lls:'default',pdt:0,snet:true,uwp:true};})();(function(){var pmc='{\x22d\x22:{},\x22sb_he\x22:{\x22agen\x22:true,\x22cgen\x22:true,\x22client\x22:\x22heirloom-hp\x22,\x22dh\x22:true,\x22dhqt\x22:true,\x22ds\x22:\x22\x22,\x22ffql\x22:\x22en\x22,\x22fl\x22:true,\x22host\x22:\x22google.com\x22,\x22isbh\x22:28,\x22jsonp\x22:true,\x22msgs\x22:{\x22cibl\x22:\x22Clear Search\x22,\x22dym\x22:\x22Did you mean:\x22,\x22lcky\x22:\x22I\\u0026#39;m Feeling Lucky\x22,\x22lml\x22:\x22Learn more\x22,\x22oskt\x22:\x22Input tools\x22,\x22psrc\x22:\x22This search was removed from your \\u003Ca href\x3d\\\x22/history\\\x22\\u003EWeb History\\u003C/a\\u003E\x22,\x22psrl\x22:\x22Remove\x22,\x22sbit\x22:\x22Search by image\x22,\x22srch\x22:\x22Google Search\x22},\x22ovr\x22:{},\x22pq\x22:\x22\x22,\x22refpd\x22:true,\x22rfs\x22:[],\x22sbpl\x22:16,\x22sbpr\x22:16,\x22scd\x22:10,\x22stok\x22:\x22u-GyqVPs5KJ7Z0-RtD0VspVHTbo\x22,\x22uhde\x22:false}}';google.pmc=JSON.parse(pmc);})();</script> </body></html>curl[4405]: kprobe:__tcp_select_window
  171. 170 curl[4405]: kprobe:tcp_release_cb
  172. 171 curl[4405]: kprobe:tcp_close
  173. 172 curl[4405]: kprobe:tcp_set_state
  174. 173 curl[4405]: kprobe:tcp_send_fin
  175. 174 curl[4405]: kprobe:tcp_current_mss
  176. 175 curl[4405]: kprobe:tcp_established_options
  177. 176 curl[4405]: kprobe:tcp_v4_md5_lookup
  178. 177 curl[4405]: kprobe:tcp_md5_do_lookup
  179. 178 curl[4405]: kprobe:__tcp_push_pending_frames
  180. 179 curl[4405]: kprobe:tcp_write_xmit
  181. 180 curl[4405]: kprobe:tcp_init_tso_segs
  182. 181 curl[4405]: kprobe:tcp_transmit_skb
  183. 182 curl[4405]: kprobe:tcp_established_options
  184. 183 curl[4405]: kprobe:tcp_v4_md5_lookup
  185. 184 curl[4405]: kprobe:tcp_md5_do_lookup
  186. 185 curl[4405]: kprobe:bictcp_cwnd_event
  187. 186 curl[4405]: kprobe:__tcp_select_window
  188. 187 curl[4405]: kprobe:tcp_options_write
  189. 188 curl[4405]: kprobe:tcp_v4_send_check
  190. 189 curl[4405]: kprobe:__tcp_v4_send_check
  191. 190 curl[4405]: kprobe:tcp_event_new_data_sent
  192. 191 curl[4405]: kprobe:tcp_wfree
  193. 192 curl[4405]: kprobe:tcp_rearm_rto
  194. 193 curl[4405]: kprobe:tcp_schedule_loss_probe
  195. 194 curl[4405]: kprobe:tcp_release_cb
  196. 195 curl[4405]: kprobe:tcp_check_oom
  197. 196 curl[4405]: kprobe:tcp_close
  198. 197 curl[4405]: kprobe:tcp_set_state
  199. 198 curl[4405]: kprobe:tcp_send_fin
  200. 199 curl[4405]: kprobe:tcp_current_mss
  201. 200 curl[4405]: kprobe:tcp_established_options
  202. 201 curl[4405]: kprobe:tcp_v4_md5_lookup
  203. 202 curl[4405]: kprobe:tcp_md5_do_lookup
  204. 203 curl[4405]: kprobe:__tcp_push_pending_frames
  205. 204 curl[4405]: kprobe:tcp_write_xmit
  206. 205 curl[4405]: kprobe:tcp_init_tso_segs
  207. 206 curl[4405]: kprobe:tcp_transmit_skb
  208. 207 curl[4405]: kprobe:tcp_established_options
  209. 208 curl[4405]: kprobe:tcp_v4_md5_lookup
  210. 209 curl[4405]: kprobe:tcp_md5_do_lookup
  211. 210 curl[4405]: kprobe:bictcp_cwnd_event
  212. 211 curl[4405]: kprobe:__tcp_select_window
  213. 212 curl[4405]: kprobe:tcp_options_write
  214. 213 curl[4405]: kprobe:tcp_v4_send_check
  215. 214 curl[4405]: kprobe:__tcp_v4_send_check
  216. 215 curl[4405]: kprobe:tcp_event_new_data_sent
  217. 216 curl[4405]: kprobe:tcp_rearm_rto
  218. 217 curl[4405]: kprobe:tcp_schedule_loss_probe
  219. 218 curl[4405]: kprobe:tcp_release_cb
  220. 219 curl[4405]: kprobe:tcp_check_oom
  221. 220 bye
  222. 221
  223. 222
Add Comment
Please, Sign In to add comment