From patchwork Fri Sep 21 13:45:36 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yordan Karadzhov X-Patchwork-Id: 10759365 Return-Path: Received: from mail-sn1nam02on0058.outbound.protection.outlook.com ([104.47.36.58]:21536 "EHLO NAM02-SN1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728184AbeIUTfE (ORCPT ); Fri, 21 Sep 2018 15:35:04 -0400 From: Yordan Karadzhov To: rostedt@goodmis.org Cc: linux-trace-devel@vger.kernel.org, "Yordan Karadzhov (VMware)" Subject: [PATCH 0/4] Final preparation before adding the KernelShark GUI Date: Fri, 21 Sep 2018 16:45:36 +0300 Message-Id: <20180921134540.13074-1-ykaradzhov@vmware.com> MIME-Version: 1.0 Sender: linux-trace-devel-owner@vger.kernel.org List-ID: From: "Yordan Karadzhov (VMware)" Four small patches needed as a final preparation before introducing the first components of the Qt-based KernelShark GUI. 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 filter clearing. 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.c | 191 ++++++++++++++++++++++++++- kernel-shark-qt/src/libkshark.h | 18 +++ 5 files changed, 211 insertions(+), 4 deletions(-)