xrmx / bootchart

merge of bootchart-collector and pybootchartgui
GNU General Public License v2.0
233 stars 87 forks source link

collector processes does not get merged #56

Closed xrmx closed 9 years ago

xrmx commented 9 years ago

Max-E reports: I am seeing a lot of extra pidof and bootchart-collector processes in this chart, compared to the ones with CONFIG_TASKSTATS=y.

Indeed it looks like ProcessTree.merge_logger() is not working. After debugging a bit the issue is that we don't have childrens for any process, p.child_list is an empty list.