Class: RbBCC::USDTProbe
- Inherits:
-
Struct
- Object
- Struct
- RbBCC::USDTProbe
- Defined in:
- lib/rbbcc/usdt.rb
Instance Attribute Summary collapse
-
#addr ⇒ Object
Returns the value of attribute addr.
-
#binpath ⇒ Object
Returns the value of attribute binpath.
-
#fn_name ⇒ Object
Returns the value of attribute fn_name.
-
#pid ⇒ Object
Returns the value of attribute pid.
Instance Attribute Details
#addr ⇒ Object
Returns the value of attribute addr
4 5 6 |
# File 'lib/rbbcc/usdt.rb', line 4 def addr @addr end |
#binpath ⇒ Object
Returns the value of attribute binpath
4 5 6 |
# File 'lib/rbbcc/usdt.rb', line 4 def binpath @binpath end |
#fn_name ⇒ Object
Returns the value of attribute fn_name
4 5 6 |
# File 'lib/rbbcc/usdt.rb', line 4 def fn_name @fn_name end |
#pid ⇒ Object
Returns the value of attribute pid
4 5 6 |
# File 'lib/rbbcc/usdt.rb', line 4 def pid @pid end |