# # ChangeLog for tools/tracestats/tracestats_parallel.c # # Generated by Trac 1.0.10 # 07/06/22 16:34:56 Tue, 12 Aug 2014 02:14:50 GMT Richard Sanger [f051c1b] * lib/libtrace.h.in (modified) * lib/libtrace_int.h (modified) * lib/trace.c (modified) * lib/trace_parallel.c (modified) * test/Makefile (modified) * test/do-tests-parallel.sh (modified) * test/test-format-parallel-hasher.c (modified) * test/test-format-parallel-reporter.c (added) * test/test-format-parallel-singlethreaded-hasher.c (modified) * test/test-format-parallel-singlethreaded.c (modified) * test/test-format-parallel-stressthreads.c (modified) * test/test-format-parallel.c (modified) * tools/traceanon/traceanon_parallel.c (modified) * tools/tracertstats/tracertstats_parallel.c (modified) * tools/tracestats/tracestats_parallel.c (modified) Tidies up the state messages received, now all states are passed ... Tue, 24 Jun 2014 13:36:21 GMT Richard Sanger [9594cf9] * lib/libtrace.h.in (modified) * lib/libtrace_int.h (modified) * lib/trace_parallel.c (modified) * tools/traceanon/traceanon_parallel.c (modified) * tools/tracestats/tracestats_parallel.c (modified) Remove sliding window option, this was very complicated to ensure ... Tue, 24 Jun 2014 12:24:20 GMT Richard Sanger [18961094] * lib/libtrace.h.in (modified) * lib/trace_parallel.c (modified) * tools/traceanon/traceanon_parallel.c (modified) * tools/tracestats/tracestats_parallel.c (modified) Removes the DEDICATED HASHER option, since this is always ... Mon, 19 May 2014 15:25:13 GMT Richard Sanger [fac8c46] * lib/data-struct/deque.c (modified) * lib/data-struct/deque.h (modified) * lib/data-struct/message_queue.c (modified) * lib/data-struct/vector.c (modified) * lib/data-struct/vector.h (modified) * lib/format_linux.c (modified) * lib/libtrace.h.in (modified) * lib/libtrace_int.h (modified) * lib/trace.c (modified) * lib/trace_parallel.c (modified) * tools/traceanon/traceanon_parallel.c (modified) * tools/tracestats/tracestats_parallel.c (modified) Tidies up the pausing so that it now works as expected and a trace ... Sun, 27 Apr 2014 08:55:36 GMT Richard Sanger [5ce14a5] * lib/trace_parallel.c (modified) * tools/tracestats/tracestats_parallel.c (modified) Send any debug to stderr that way I can check program outputs easier. Sat, 26 Apr 2014 11:23:17 GMT Richard Sanger [17a3dff] * lib/format_dpdk.c (modified) * lib/format_linux.c (modified) * lib/libtrace.h.in (modified) * lib/libtrace_int.h (modified) * lib/trace.c (modified) * lib/trace_parallel.c (modified) * tools/traceanon/traceanon_parallel.c (modified) * tools/tracertstats/tracertstats_parallel.c (modified) * tools/tracestats/tracestats_parallel.c (modified) Rename from google map/reduce framework names to something more ... Sun, 30 Mar 2014 11:17:45 GMT Richard Sanger [d6a56b6] * lib/Makefile.am (modified) * lib/data-struct/deque.c (moved) * lib/data-struct/deque.h (moved) * lib/data-struct/message_queue.c (moved) * lib/data-struct/message_queue.h (moved) * lib/data-struct/ring_buffer.c (moved) * lib/data-struct/ring_buffer.h (moved) * lib/data-struct/sliding_window.c (moved) * lib/data-struct/sliding_window.h (moved) * lib/data-struct/vector.c (moved) * lib/data-struct/vector.h (moved) * lib/libtrace.h.in (modified) * lib/libtrace_int.h (modified) * tools/traceanon/traceanon_parallel.c (modified) * tools/tracertstats/tracertstats_parallel.c (modified) * tools/tracestats/tracestats_parallel.c (modified) Move the data structures out of the way and into there own folder and ... Sun, 30 Mar 2014 04:48:26 GMT Richard Sanger [29bbef0] * lib/Makefile.am (modified) * lib/deque.c (added) * lib/deque.h (added) * lib/format_atmhdr.c (modified) * lib/format_bpf.c (modified) * lib/format_dag24.c (modified) * lib/format_dag25.c (modified) * lib/format_dpdk.c (modified) * lib/format_duck.c (modified) * lib/format_erf.c (modified) * lib/format_legacy.c (modified) * lib/format_linux.c (modified) * lib/format_pcap.c (modified) * lib/format_pcapfile.c (modified) * lib/format_rt.c (modified) * lib/format_tsh.c (modified) * lib/hash_toeplitz.c (added) * lib/hash_toeplitz.h (added) * lib/libtrace.h.in (modified) * lib/libtrace_int.h (modified) * lib/libtrace_message_queue.c (added) * lib/libtrace_message_queue.h (added) * lib/trace.c (modified) * lib/trace_parallel.c (added) * lib/trace_ringbuffer.c (added) * lib/trace_ringbuffer.h (added) * lib/trace_sliding_window.c (added) * lib/trace_sliding_window.h (added) * lib/trace_vector.c (added) * lib/trace_vector.h (added) * tools/traceanon/Makefile.am (modified) * tools/traceanon/panon.c (modified) * tools/traceanon/traceanon_parallel.c (added) * tools/tracertstats/Makefile.am (modified) * tools/tracertstats/tracertstats_parallel.c (added) * tools/tracestats/Makefile.am (modified) * tools/tracestats/tracestats_parallel.c (added) My work from over summer, with a few things tidied up and updated to ...