mbox series

[v3,0/5] Final preparation before adding the KernelShark GUI

Message ID 20181005183241.27026-1-ykaradzhov@vmware.com (mailing list archive)
Headers show
Series Final preparation before adding the KernelShark GUI | expand

Message

Yordan Karadzhov Oct. 5, 2018, 6:33 p.m. UTC
Five small patches needed as a final preparation before introducing
the first components of the Qt-based KernelShark GUI.

Yordan Karadzhov (1):
  kernel-shark-qt: Fix a bug in kshark_data_collection_alloc()

Yordan Karadzhov (VMware) (4):
  kernel-shark-qt: Add kshark_get_X_easy() functions.
  kernel-shark-qt: Add kshark_convert_nano() function
  kernel-shark-qt: Add functions for fast clearing of the filters.
  kernel-shark-qt: Rename the Cmake-generated header file.

 kernel-shark-qt/build/cmake_clean.sh       |   2 +-
 kernel-shark-qt/build/deff.h.cmake         |   2 +-
 kernel-shark-qt/src/CMakeLists.txt         |   2 +-
 kernel-shark-qt/src/libkshark-collection.c |  27 ++-
 kernel-shark-qt/src/libkshark.c            | 240 ++++++++++++++++++++-
 kernel-shark-qt/src/libkshark.h            |  20 ++
 6 files changed, 281 insertions(+), 12 deletions(-)