mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
remove method__cache__clear
DTrace probe method__cache__clear is no longer used. [Bug #16658]
This commit is contained in:
parent
a8fc72f5a8
commit
b32ed8aa41
1 changed files with 0 additions and 11 deletions
11
probes.d
11
probes.d
|
@ -214,17 +214,6 @@ provider ruby {
|
|||
Fired at the end of a sweep phase.
|
||||
*/
|
||||
probe gc__sweep__end();
|
||||
|
||||
/*
|
||||
ruby:::method-cache-clear(class, filename, lineno);
|
||||
|
||||
This probe is fired when the method cache is cleared.
|
||||
|
||||
* `class` the name of the class or "global" (a string)
|
||||
* `filename` the file name where the cache is _being cleared_ (a string)
|
||||
* `lineno` the line number where the cache is _being cleared_ (an int)
|
||||
*/
|
||||
probe method__cache__clear(const char *class, const char *filename, int lineno);
|
||||
};
|
||||
|
||||
#pragma D attributes Stable/Evolving/Common provider ruby provider
|
||||
|
|
Loading…
Reference in a new issue