Class: RbBCC::USDTProbe

Inherits:
Struct
  • Object
show all
Defined in:
lib/rbbcc/usdt.rb

Instance Attribute Summary collapse

Instance Attribute Details

#addrObject

Returns the value of attribute addr

Returns:

  • (Object)

    the current value of addr



4
5
6
# File 'lib/rbbcc/usdt.rb', line 4

def addr
  @addr
end

#binpathObject

Returns the value of attribute binpath

Returns:

  • (Object)

    the current value of binpath



4
5
6
# File 'lib/rbbcc/usdt.rb', line 4

def binpath
  @binpath
end

#fn_nameObject

Returns the value of attribute fn_name

Returns:

  • (Object)

    the current value of fn_name



4
5
6
# File 'lib/rbbcc/usdt.rb', line 4

def fn_name
  @fn_name
end

#pidObject

Returns the value of attribute pid

Returns:

  • (Object)

    the current value of pid



4
5
6
# File 'lib/rbbcc/usdt.rb', line 4

def pid
  @pid
end