linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Fixes for KS 1.0
@ 2019-07-17  8:53 Yordan Karadzhov (VMware)
  2019-07-17  8:53 ` [PATCH 1/2] kernel-shark: Initialize the data-related fields of the model Yordan Karadzhov (VMware)
  2019-07-17  8:53 ` [PATCH 2/2] kernel-shark: Always check if data is loaded before changing the graphs Yordan Karadzhov (VMware)
  0 siblings, 2 replies; 10+ messages in thread
From: Yordan Karadzhov (VMware) @ 2019-07-17  8:53 UTC (permalink / raw)
  To: rostedt; +Cc: linux-trace-devel, Yordan Karadzhov (VMware)

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(-)

-- 
2.20.1


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2019-07-18  6:36 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-17  8:53 [PATCH 0/2] Fixes for KS 1.0 Yordan Karadzhov (VMware)
2019-07-17  8:53 ` [PATCH 1/2] kernel-shark: Initialize the data-related fields of the model Yordan Karadzhov (VMware)
2019-07-17 12:37   ` Steven Rostedt
2019-07-17 12:42     ` Yordan Karadzhov (VMware)
2019-07-17 13:28       ` Steven Rostedt
2019-07-17 13:38         ` Yordan Karadzhov (VMware)
2019-07-17 19:26           ` Steven Rostedt
2019-07-17 19:27             ` Steven Rostedt
2019-07-18  6:36               ` Yordan Karadzhov (VMware)
2019-07-17  8:53 ` [PATCH 2/2] kernel-shark: Always check if data is loaded before changing the graphs Yordan Karadzhov (VMware)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).