Linux Perf
|
#include <sys/types.h>
#include <stdint.h>
#include <jvmti.h>
Go to the source code of this file.
Classes | |
struct | jvmti_line_info_t |
Functions | |
void * | jvmti_open (void) |
int | jvmti_close (void *agent) |
int | jvmti_write_code (void *agent, char const *symbol_name, uint64_t vma, void const *code, const unsigned int code_size) |
int | jvmti_write_debug_info (void *agent, uint64_t code, int nr_lines, jvmti_line_info_t *li, const char *const *file_names) |
int jvmti_close | ( | void * | agent | ) |
void* jvmti_open | ( | void | ) |
int jvmti_write_code | ( | void * | agent, |
char const * | symbol_name, | ||
uint64_t | vma, | ||
void const * | code, | ||
const unsigned int | code_size | ||
) |
int jvmti_write_debug_info | ( | void * | agent, |
uint64_t | code, | ||
int | nr_lines, | ||
jvmti_line_info_t * | li, | ||
const char *const * | file_names | ||
) |