Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
Data Fields
ruby_dtrace_method_hook_args Struct Reference

#include <probes_helper.h>

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.

Referenced by rb_dtrace_setup().

◆ filename

const char* ruby_dtrace_method_hook_args::filename

Definition at line 9 of file probes_helper.h.

Referenced by rb_dtrace_setup().

◆ klass

volatile VALUE ruby_dtrace_method_hook_args::klass

Definition at line 11 of file probes_helper.h.

Referenced by rb_dtrace_setup().

◆ line_no

int ruby_dtrace_method_hook_args::line_no

Definition at line 10 of file probes_helper.h.

Referenced by rb_dtrace_setup().

◆ methodname

const char* ruby_dtrace_method_hook_args::methodname

Definition at line 8 of file probes_helper.h.

Referenced by rb_dtrace_setup().

◆ name

volatile VALUE ruby_dtrace_method_hook_args::name

Definition at line 12 of file probes_helper.h.

Referenced by rb_dtrace_setup().


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