Searched refs:jvmti_agent (Results 1 – 2 of 2) sorted by relevance
/linux/tools/perf/jvmti/ |
H A D | libjvmti.c | 18 void *jvmti_agent; variable 298 …if (jvmti_write_debug_info(jvmti_agent, addr, nr_lines, line_tab, (const char * const *) line_file… in compiled_method_load_cb() 306 if (jvmti_write_code(jvmti_agent, str, addr, code_addr, code_size)) in compiled_method_load_cb() 332 ret = jvmti_write_code(jvmti_agent, name, addr, code_addr, code_size); in code_generated_cb() 346 jvmti_agent = jvmti_open(); in Agent_OnLoad() 347 if (!jvmti_agent) { in Agent_OnLoad() 417 ret = jvmti_close(jvmti_agent); in Agent_OnUnload()
|
H A D | Build | 2 jvmti-y += jvmti_agent.o
|