Ruby 3.2.5p208 (2024-07-26 revision 31d0f1a2e7dbfb60731d1f05b868e1d578cda493)
ruby_dtrace_method_hook_args Struct Reference

Data Fields

const char * classname
 
const char * methodname
 
const char * filename
 
int line_no
 
volatile VALUE klass
 
volatile VALUE name
 

Detailed Description

Definition at line 6 of file probes_helper.h.

Field Documentation

◆ classname

const char* ruby_dtrace_method_hook_args::classname

Definition at line 7 of file probes_helper.h.

◆ filename

const char* ruby_dtrace_method_hook_args::filename

Definition at line 9 of file probes_helper.h.

◆ klass

volatile VALUE ruby_dtrace_method_hook_args::klass

Definition at line 11 of file probes_helper.h.

◆ line_no

int ruby_dtrace_method_hook_args::line_no

Definition at line 10 of file probes_helper.h.

◆ methodname

const char* ruby_dtrace_method_hook_args::methodname

Definition at line 8 of file probes_helper.h.

◆ name

volatile VALUE ruby_dtrace_method_hook_args::name

Definition at line 12 of file probes_helper.h.


The documentation for this struct was generated from the following file: