Searched defs:tracePath (Results 1 – 2 of 2) sorted by relevance
1215 public static void startMethodTracing(String tracePath) { in startMethodTracing()1247 public static void startMethodTracing(String tracePath, int bufferSize) { in startMethodTracing()1281 public static void startMethodTracing(String tracePath, int bufferSize, int flags) { in startMethodTracing()1304 public static void startMethodTracingSampling(String tracePath, int bufferSize, in startMethodTracingSampling()1312 private static String fixTracePath(String tracePath) { in fixTracePath()
722 Path tracePath = Paths.get(IORAP_DIR, in checkIorapCompiledTrace() local