commit | 8b28bbdbaf6bb97b769db3a6f6d4e27c0bd5be0a | [log] [tgz] |
---|---|---|
author | Yordan Karadzhov <ykaradzhov@vmware.com> | Fri Oct 05 18:33:32 2018 +0000 |
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | Fri Oct 05 15:16:18 2018 -0400 |
tree | 1561ddc9daa2a37ec1e6e84071b1b1e58f07dff0 | |
parent | 4e01e60866524e684d1c020855681d9552eb4d5d [diff] |
kernel-shark-qt: Fix a bug in kshark_data_collection_alloc() The margin data added at the end of the data interval of the collection may actually include the beginning of another interval. Because of this we have to iterate over the margin data and check for "good" entries. In the case of a "good" entry being found, we have to continue extending the last interval. Signed-off-by: Yordan Karadzhov <ykaradzhov@vmware.com> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>