scripts/pybootchart: Fix missing entries bug
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 19 Nov 2012 15:02:18 +0000 (15:02 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 20 Nov 2012 15:31:48 +0000 (15:31 +0000)
commit9a91aedb334e0761905d26093df724e741430ecb
treeaa8704e4139f6b591e32f7263ac5a2a8f4c05a43
parent3a7092334759c076136f4e84bb26354521fa1dd1
scripts/pybootchart: Fix missing entries bug

If two entries have the same start time, the data store used will cause
all but one of the entries to be lost. This patch enhances the data
storage structure to avoid this problem and allow more than one
event to start at the same time.

(From OE-Core rev: 220b071fd8d1cc6bdbca58f75489e3c9b34921ca)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/pybootchartgui/pybootchartgui/draw.py
scripts/pybootchartgui/pybootchartgui/parsing.py