<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/doc/dtrace_probes.rdoc, branch v3_4_9</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[DOC] Marked dtrace arguments as description list [ci skip]</title>
<updated>2020-12-19T06:34:37+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2020-12-19T06:32:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=553d6fa0a05fc766229c094b231ac1e103906ba8'/>
<id>553d6fa0a05fc766229c094b231ac1e103906ba8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Fixed markups in dtrace_probes.rdoc [ci skip]</title>
<updated>2020-12-19T06:34:37+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2020-12-19T06:01:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a5832c9a37c34756020425b60dd265ca1a45d95b'/>
<id>a5832c9a37c34756020425b60dd265ca1a45d95b</id>
<content type='text'>
* `+` can enclose just a word.
* TIDYLINK with braces gets confused when other braces even inside
  code precede.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* `+` can enclose just a word.
* TIDYLINK with braces gets confused when other braces even inside
  code precede.
</pre>
</div>
</content>
</entry>
<entry>
<title>Document how to enable USDT method entry/exit tracepoints</title>
<updated>2020-05-18T05:39:21+00:00</updated>
<author>
<name>Avdi Grimm</name>
<email>avdi@users.noreply.github.com</email>
</author>
<published>2020-05-16T21:29:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=afd84c58acfe9126d31c3f7673b049f11b67b095'/>
<id>afd84c58acfe9126d31c3f7673b049f11b67b095</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>change lingering dtrace probe documentation from function- to method-</title>
<updated>2015-05-30T02:04:26+00:00</updated>
<author>
<name>tenderlove</name>
<email>tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2015-05-30T02:04:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=8252ef0ad3457b5bd68fa16c40d7015a6728743c'/>
<id>8252ef0ad3457b5bd68fa16c40d7015a6728743c</id>
<content type='text'>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50683 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50683 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>vm_method.c: add new ruby::method-cache-clear dtrace probe</title>
<updated>2013-12-09T22:50:44+00:00</updated>
<author>
<name>tmm1</name>
<email>tmm1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2013-12-09T22:50:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4092574257645118e98224318b89cf80fd18a144'/>
<id>4092574257645118e98224318b89cf80fd18a144</id>
<content type='text'>
* vm_method.c (rb_clear_method_cache_by_class): fire
  ruby::method-cache-clear probe on global or klass-level method cache
  clear [Bug #9190]
* probes.d (provider ruby): new dtrace probe
* doc/dtrace_probes.rdoc: docs for new probe
* test/dtrace/test_method_cache.rb: test for new probe

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44103 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* vm_method.c (rb_clear_method_cache_by_class): fire
  ruby::method-cache-clear probe on global or klass-level method cache
  clear [Bug #9190]
* probes.d (provider ruby): new dtrace probe
* doc/dtrace_probes.rdoc: docs for new probe
* test/dtrace/test_method_cache.rb: test for new probe

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44103 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* doc/dtrace_probes.rdoc: [DOC] Import dtrace probes doc from wiki</title>
<updated>2013-11-28T12:44:38+00:00</updated>
<author>
<name>zzak</name>
<email>zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2013-11-28T12:44:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=7d4fa2f20b44b3b7995dbd1a3c0ce0f8f9ffee02'/>
<id>7d4fa2f20b44b3b7995dbd1a3c0ce0f8f9ffee02</id>
<content type='text'>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43902 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43902 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
</feed>
