From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_2 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4EF2EC433E0 for ; Thu, 25 Mar 2021 21:43:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1650461A3C for ; Thu, 25 Mar 2021 21:43:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230483AbhCYVmk (ORCPT ); Thu, 25 Mar 2021 17:42:40 -0400 Received: from mail.kernel.org ([198.145.29.99]:57800 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230325AbhCYVmL (ORCPT ); Thu, 25 Mar 2021 17:42:11 -0400 Received: from gandalf.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 5359061A25; Thu, 25 Mar 2021 21:42:10 +0000 (UTC) Date: Thu, 25 Mar 2021 17:42:08 -0400 From: Steven Rostedt To: LKML , Linux Trace Devel , "linux-trace-users@vger.kernel.org" Subject: [ANNOUNCE] KernelShark 1.3 Message-ID: <20210325174208.6db1d1aa@gandalf.local.home> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-trace-users@vger.kernel.org I'm happy to announce KernelShark Version 1.3 *** NOTICE *** KernelShark is now in its own repository (and will depend on libtracecmd). This is the last version that will home KernelShark in the trace-cmd.git repo. New development of KernelShark now lives here: https://git.kernel.org/pub/scm/utils/trace-cmd/kernel-shark.git/ After this release, "make gui" will no longer build KernelShark in the trace-cmd.git repo. *** END NOTICES *** Updates since Version 1.2: - Use mouse wheel to scroll the graphs. The old behavior to zoom in and out is "ctrl+scroll" More information will be at https://www.kernelshark.org -- Steve