mbox series

[v2,0/3] Fixes needed befor KS 1.0

Message ID 20190614135045.17223-1-ykaradzhov@vmware.com (mailing list archive)
Headers show
Series Fixes needed befor KS 1.0 | expand

Message

Yordan Karadzhov June 14, 2019, 1:51 p.m. UTC
The important one is the one fixing the visualization model
aborting on 32 bit system [PATCH 2].

Changes in v2:
 - [PATCH 2] includes a fix for void ksmodel_jump_to()
 - [PATCH 3] is new. 

Yordan Karadzhov (3):
  kernel-shark: Fix a bug when plotting the last trace record
  kernel-shark: Always use 64 bit variables for timestamps.
  kernel-shark: Fix all warnings when building on 32 bit systems

 kernel-shark/examples/datahisto.c  |  4 ++--
 kernel-shark/src/KsTraceGraph.cpp  | 10 +++++-----
 kernel-shark/src/libkshark-model.c | 27 +++++++++++++++++++--------
 kernel-shark/src/libkshark-model.h |  2 +-
 kernel-shark/src/libkshark.c       |  4 ++--
 5 files changed, 29 insertions(+), 18 deletions(-)