Searched refs:jvmti_agent (Results 1 – 2 of 2) sorted by relevance
| /Linux-v4.19/tools/perf/jvmti/ |
| D | libjvmti.c | 15 void *jvmti_agent; variable 299 …if (jvmti_write_debug_info(jvmti_agent, addr, nr_lines, line_tab, (const char * const *) line_file… in compiled_method_load_cb() 307 if (jvmti_write_code(jvmti_agent, str, addr, code_addr, code_size)) in compiled_method_load_cb() 334 ret = jvmti_write_code(jvmti_agent, name, addr, code_addr, code_size); in code_generated_cb() 348 jvmti_agent = jvmti_open(); in Agent_OnLoad() 349 if (!jvmti_agent) { in Agent_OnLoad() 419 ret = jvmti_close(jvmti_agent); in Agent_OnUnload()
|
| D | Build | 2 jvmti-y += jvmti_agent.o
|