Class: USDT::Probe
- Inherits:
-
Object
- Object
- USDT::Probe
- Defined in:
- ext/usdt/usdt.c
Instance Method Summary collapse
Instance Method Details
#arguments ⇒ Object
18 |
# File 'ext/usdt/usdt.c', line 18 static VALUE probe_args(VALUE self); |
#enabled? ⇒ Boolean
14 |
# File 'ext/usdt/usdt.c', line 14 static VALUE probe_enabled(VALUE self); |
#fire ⇒ Object
15 |
# File 'ext/usdt/usdt.c', line 15
static VALUE probe_fire(int argc, VALUE *argv, VALUE self);
|
#function ⇒ Object
16 |
# File 'ext/usdt/usdt.c', line 16 static VALUE probe_function(VALUE self); |
#name ⇒ Object
17 |
# File 'ext/usdt/usdt.c', line 17 static VALUE probe_name(VALUE self); |