Searched defs:programPath (Results 1 – 2 of 2) sorted by relevance
42 public static void attachProgram(int type, @NonNull String programPath, in attachProgram()58 public static void detachSingleProgram(int type, @NonNull String programPath, in detachSingleProgram()63 private static native boolean native_attachProgramToCgroup(int type, String programPath, in native_attachProgramToCgroup()68 String programPath, String cgroupPath) throws IOException; in native_detachSingleProgramFromCgroup()
226 bool GpuWork::attachTracepoint(const char* programPath, const char* tracepointGroup, in attachTracepoint()