All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/5] Final preparation before adding the KernelShark GUI
@ 2018-10-05 18:33 Yordan Karadzhov
  2018-10-05 18:33 ` [PATCH v3 1/5] kernel-shark-qt: Add kshark_get_X_easy() functions Yordan Karadzhov
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Yordan Karadzhov @ 2018-10-05 18:33 UTC (permalink / raw)
  To: rostedt; +Cc: linux-trace-devel, Yordan Karadzhov

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

-- 
2.17.1

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

end of thread, other threads:[~2018-10-06  2:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-05 18:33 [PATCH v3 0/5] Final preparation before adding the KernelShark GUI Yordan Karadzhov
2018-10-05 18:33 ` [PATCH v3 1/5] kernel-shark-qt: Add kshark_get_X_easy() functions Yordan Karadzhov
2018-10-05 19:20   ` Steven Rostedt
2018-10-05 18:33 ` [PATCH v3 2/5] kernel-shark-qt: Add kshark_convert_nano() function Yordan Karadzhov
2018-10-05 18:33 ` [PATCH v3 3/5] kernel-shark-qt: Add functions for fast clearing of the filters Yordan Karadzhov
2018-10-05 18:33 ` [PATCH v3 4/5] kernel-shark-qt: Rename the Cmake-generated header file Yordan Karadzhov
2018-10-05 18:33 ` [PATCH v3 5/5] kernel-shark-qt: Fix a bug in kshark_data_collection_alloc() Yordan Karadzhov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.