timeval: Coalesce backtraces with counts.
authorEthan Jackson <ethan@nicira.com>
Mon, 22 Oct 2012 22:42:31 +0000 (15:42 -0700)
committerEthan Jackson <ethan@nicira.com>
Thu, 25 Oct 2012 18:14:07 +0000 (11:14 -0700)
commit7d1563e9612e2f99df5da488981b5bc05fb88180
tree38d993f1db628ce05db1ef99595589d5cb06612d
parentfdce775cc57314913b663c3efbdce25cdf61591e
timeval: Coalesce backtraces with counts.

With this patch, `ovs-appctl backtrace` will return a unique list
of backtraces and a count of how many times it has been recorded.
This work had previously been done by ovs-parse-backtrace. However,
in future patches poll-loop will begin logging backtraces as a
matter of course.  At this point, coalescing the backtraces will
help keep these log messages brief.

Signed-off-by: Ethan Jackson <ethan@nicira.com>
lib/timeval.c
utilities/ovs-parse-backtrace.in