jit_path           45 tools/perf/jvmti/jvmti_agent.c static char jit_path[PATH_MAX];
jit_path          149 tools/perf/jvmti/jvmti_agent.c 	ret = snprintf(jit_path, PATH_MAX, "%s/.debug/", base);
jit_path          156 tools/perf/jvmti/jvmti_agent.c 	ret = mkdir(jit_path, 0755);
jit_path          159 tools/perf/jvmti/jvmti_agent.c 			warn("jvmti: cannot create jit cache dir %s", jit_path);
jit_path          164 tools/perf/jvmti/jvmti_agent.c 	ret = snprintf(jit_path, PATH_MAX, "%s/.debug/jit", base);
jit_path          171 tools/perf/jvmti/jvmti_agent.c 	ret = mkdir(jit_path, 0755);
jit_path          174 tools/perf/jvmti/jvmti_agent.c 			warn("jvmti: cannot create jit cache dir %s", jit_path);
jit_path          179 tools/perf/jvmti/jvmti_agent.c 	ret = snprintf(jit_path, PATH_MAX, "%s/.debug/jit/%s.XXXXXXXX", base, str);
jit_path          187 tools/perf/jvmti/jvmti_agent.c 	p = mkdtemp(jit_path);
jit_path          188 tools/perf/jvmti/jvmti_agent.c 	if (p != jit_path) {
jit_path          189 tools/perf/jvmti/jvmti_agent.c 		warn("jvmti: cannot create jit cache dir %s", jit_path);
jit_path          276 tools/perf/jvmti/jvmti_agent.c 	ret = snprintf(dump_path, PATH_MAX, "%s/jit-%i.dump", jit_path, getpid());
jit_path          280 tools/perf/jvmti/jvmti_agent.c 			" JITDUMPDIR, and HOME variables", jit_path, getpid());