Searched refs:jvmti_agent (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/tools/perf/jvmti/ |
| D | libjvmti.c | 18 void *jvmti_agent; variable 311 …if (jvmti_write_debug_info(jvmti_agent, addr, nr_lines, line_tab, (const char * const *) line_file… in compiled_method_load_cb() 319 if (jvmti_write_code(jvmti_agent, str, addr, code_addr, code_size)) in compiled_method_load_cb() 346 ret = jvmti_write_code(jvmti_agent, name, addr, code_addr, code_size); in code_generated_cb() 360 jvmti_agent = jvmti_open(); in Agent_OnLoad() 361 if (!jvmti_agent) { in Agent_OnLoad() 431 ret = jvmti_close(jvmti_agent); in Agent_OnUnload()
|
| D | Build | 2 jvmti-y += jvmti_agent.o
|