Home
last modified time | relevance | path

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

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