Searched refs:jvmti_agent (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/jvmti/ |
H A D | libjvmti.c | 15 #include "jvmti_agent.h" 18 void *jvmti_agent; variable 298 if (jvmti_write_debug_info(jvmti_agent, addr, nr_lines, line_tab, (const char * const *) line_file_names)) 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()
|
/kernel/linux/linux-6.6/tools/perf/jvmti/ |
H A D | libjvmti.c | 15 #include "jvmti_agent.h" 18 void *jvmti_agent; variable 298 if (jvmti_write_debug_info(jvmti_agent, addr, nr_lines, line_tab, (const char * const *) line_file_names)) 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()
|
Completed in 2 milliseconds