Home
last modified time | relevance | path

Searched refs:jvmti_close (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/jvmti/
H A Djvmti_agent.h21 int jvmti_close(void *agent);
H A Djvmti_agent.c331 jvmti_close(void *agent) in jvmti_close() function
H A Dlibjvmti.c417 ret = jvmti_close(jvmti_agent); in Agent_OnUnload()