jvmti_agent        18 tools/perf/jvmti/libjvmti.c void *jvmti_agent;
jvmti_agent       311 tools/perf/jvmti/libjvmti.c 		if (jvmti_write_debug_info(jvmti_agent, addr, nr_lines, line_tab, (const char * const *) line_file_names))
jvmti_agent       319 tools/perf/jvmti/libjvmti.c 		if (jvmti_write_code(jvmti_agent, str, addr, code_addr, code_size))
jvmti_agent       346 tools/perf/jvmti/libjvmti.c 	ret = jvmti_write_code(jvmti_agent, name, addr, code_addr, code_size);
jvmti_agent       360 tools/perf/jvmti/libjvmti.c 	jvmti_agent = jvmti_open();
jvmti_agent       361 tools/perf/jvmti/libjvmti.c 	if (!jvmti_agent) {
jvmti_agent       431 tools/perf/jvmti/libjvmti.c 	ret = jvmti_close(jvmti_agent);