Re: [PATCH 04/13] perf session: export a few functions for eventprocessing

From: David Ahern
Date: Fri May 10 2013 - 10:07:22 EST


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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/