mbox series

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

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

Message

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

This is the second version of this series of patches.
Major changes from v1 are:

[1/5] int kshark_get_event_id_easy(struct kshark_entry *entry)
has been added.

[5/5] This is a new patch. It fixes a bug in kshark_data_collection_alloc()

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 |  26 ++-
 kernel-shark-qt/src/libkshark.c            | 227 ++++++++++++++++++++-
 kernel-shark-qt/src/libkshark.h            |  20 ++
 6 files changed, 267 insertions(+), 12 deletions(-)