vserver 1.9.3
[linux-2.6.git] / drivers / oprofile / buffer_sync.h
index a8def27..08866f6 100644 (file)
@@ -16,4 +16,7 @@ int sync_start(void);
 /* remove the hooks */
 void sync_stop(void);
  
+/* sync the given CPU's buffer */
+void sync_buffer(int cpu);
+
 #endif /* OPROFILE_BUFFER_SYNC_H */