mbox series

[0/3] KernelShark visualization model fixes

Message ID 20190221124205.21115-1-ykaradzhov@vmware.com (mailing list archive)
Headers show
Series KernelShark visualization model fixes | expand

Message

Yordan Karadzhov Feb. 21, 2019, 12:42 p.m. UTC
This patch set fixes three distinct, but strongly entangled bugs in the
visualization model of KernelShark. Most of the time those bugs have no
effect, but in some very rare cases may cause some of the sanity checks
of the model to fail.


Yordan Karadzhov (3):
  kernel-shark: Fix a bug in ksmodel_shift_backward()
  kernel-shark: Fix a bug in shift_XXX methods of the visualization
    model
  kernel-shark: Fix a bug in ksmodel_set_next_bin_edge()

 kernel-shark/src/libkshark-model.c | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)