Home
last modified time | relevance | path

Searched refs:jvmti_agent (Results 1 – 2 of 2) sorted by relevance

/tools/perf/jvmti/
Dlibjvmti.c13 void *jvmti_agent; variable
190 if (jvmti_write_debug_info(jvmti_agent, addr, fn, line_tab, nr_lines)) in compiled_method_load_cb()
198 if (jvmti_write_code(jvmti_agent, str, addr, code_addr, code_size)) in compiled_method_load_cb()
218 ret = jvmti_write_code(jvmti_agent, name, addr, code_addr, code_size); in code_generated_cb()
232 jvmti_agent = jvmti_open(); in Agent_OnLoad()
233 if (!jvmti_agent) { in Agent_OnLoad()
301 ret = jvmti_close(jvmti_agent); in Agent_OnUnload()
DMakefile59 SRCS=libjvmti.c jvmti_agent.c
73 $(OBJS) $(SOBJS): Makefile jvmti_agent.h ../util/jitdump.h