mbox series

[0/2] Fixes for KS 1.0

Message ID 20190717085306.12393-1-y.karadz@gmail.com (mailing list archive)
Headers show
Series Fixes for KS 1.0 | expand

Message

Yordan Karadzhov July 17, 2019, 8:53 a.m. UTC
It turns that there are number of ways to crash the GUI if you click
buttons or play with the mouse before any data is loaded. This patch-set
tries to get this fixed.

Yordan Karadzhov (VMware) (2):
  kernel-shark: Initialize the data-related fields of the model
  kernel-shark: Always check if data is loaded before changing the
    graphs

 kernel-shark/src/KsGLWidget.cpp    | 22 ++++++++++++++++++++--
 kernel-shark/src/KsGLWidget.hpp    |  2 ++
 kernel-shark/src/KsTraceGraph.cpp  |  9 +++++++++
 kernel-shark/src/libkshark-model.c |  3 +++
 4 files changed, 34 insertions(+), 2 deletions(-)