Linux Perf
|
#include <jvmti_agent.h>
Public Attributes | |
unsigned long | pc |
int | line_number |
int | discrim |
jmethodID | methodID |
Definition at line 13 of file jvmti_agent.h.
int jvmti_line_info_t::discrim |
Definition at line 16 of file jvmti_agent.h.
int jvmti_line_info_t::line_number |
Definition at line 15 of file jvmti_agent.h.
jmethodID jvmti_line_info_t::methodID |
Definition at line 17 of file jvmti_agent.h.
unsigned long jvmti_line_info_t::pc |
Definition at line 14 of file jvmti_agent.h.