]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
pybootchartgui: fix ProcessTree.merge_logger()
authorRiccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
Mon, 11 Aug 2014 15:52:16 +0000 (17:52 +0200)
committerArmin Kuster <akuster808@gmail.com>
Sat, 4 May 2019 01:31:21 +0000 (18:31 -0700)
commit6d6baac7c6ccfd72e53e9c5a5c8de528dcc3d842
treed47c4106a9c472115200ee75f3b280f28bb921d8
parent55da31779d51b74b87374f31287499a7c45217ae
pybootchartgui: fix ProcessTree.merge_logger()

Starting with correcting LOGGER_PROC, this should be bootchartd
which is the parent of all the bootchart-colle and pidof processes.
Then rework the merge_logger to actually work and fit in my head.

Fix #56

Signed-off-by: Armin Kuster <akuster808@gmail.com>
scripts/pybootchartgui/pybootchartgui/process_tree.py
scripts/pybootchartgui/pybootchartgui/tests/process_tree_test.py