Updated loop retrace feature. Now it's possible to a loop boundaries.
diff --git a/lib/trace/trace_parser.hpp b/lib/trace/trace_parser.hpp
index 0bd8613..af30a36 100644
--- a/lib/trace/trace_parser.hpp
+++ b/lib/trace/trace_parser.hpp
@@ -256,8 +256,10 @@
 
 
 AbstractParser *
-lastFrameLoopParser(AbstractParser *parser, int loopCount);
-
+loopParser(AbstractParser *parser,
+             unsigned long loop_start_frame,
+             unsigned long loop_end_frame,
+             unsigned long loop_repeat_count);
 
 } /* namespace trace */