On 5/10/13 6:14 AM, Jiri Olsa wrote:
@@ -494,8 +494,8 @@ static int perf_session_deliver_event(struct perf_session 
*session,
                                      struct perf_tool *tool,
                                      u64 file_offset);

-static int flush_sample_queue(struct perf_session *s,
-                              struct perf_tool *tool)
+int flush_sample_queue(struct perf_session *s,
+                      struct perf_tool *tool)

hm, can't see flush_sample_queue being used globaly

oops, moved to finish_round and forgot to remove this export.

David

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to