From patchwork Fri Oct 5 18:33:10 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yordan Karadzhov X-Patchwork-Id: 10759477 Return-Path: Received: from mail-eopbgr700045.outbound.protection.outlook.com ([40.107.70.45]:11200 "EHLO NAM04-SN1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728044AbeJFBdI (ORCPT ); Fri, 5 Oct 2018 21:33:08 -0400 From: Yordan Karadzhov To: "rostedt@goodmis.org" CC: "linux-trace-devel@vger.kernel.org" , Yordan Karadzhov Subject: [PATCH v3 0/5] Final preparation before adding the KernelShark GUI Date: Fri, 5 Oct 2018 18:33:10 +0000 Message-ID: <20181005183241.27026-1-ykaradzhov@vmware.com> Content-Language: en-US MIME-Version: 1.0 Sender: linux-trace-devel-owner@vger.kernel.org List-ID: 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(-)