Searched defs:tracePath (Results 1 – 2 of 2) sorted by relevance
1212 public static void startMethodTracing(String tracePath) { in startMethodTracing()1244 public static void startMethodTracing(String tracePath, int bufferSize) { in startMethodTracing()1278 public static void startMethodTracing(String tracePath, int bufferSize, int flags) { in startMethodTracing()1301 public static void startMethodTracingSampling(String tracePath, int bufferSize, in startMethodTracingSampling()1309 private static String fixTracePath(String tracePath) { in fixTracePath()
759 Path tracePath = Paths.get(IORAP_DIR, in checkIorapCompiledTrace() local