Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9254AC433F5 for ; Mon, 13 Dec 2021 19:40:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242443AbhLMTka (ORCPT ); Mon, 13 Dec 2021 14:40:30 -0500 Received: from mail-lf1-f53.google.com ([209.85.167.53]:42659 "EHLO mail-lf1-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230376AbhLMTk3 (ORCPT ); Mon, 13 Dec 2021 14:40:29 -0500 Received: by mail-lf1-f53.google.com with SMTP id t26so32868286lfk.9 for ; Mon, 13 Dec 2021 11:40:28 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=pA0BhK7wOH6CJ9spPsUs0dq0xLQhqSwH3MNawG5Z8d8=; b=I0vPbpg9i6M+uvwyfZAlbhKTIZLZWafTXOBOWRAMCRA8MhOb7r4isthuAWmKAW9XKk CcFTpgCkvu/9yEBMcXvoiGBCsLj96xkM9QQjZG4ncnbqAxnqXiibYYmh056GlcyytC5x Hmf7ddKYHvgjbS7vZMNUupf51mmq9RhzbA93zODMz9++N1eUyNusxiYXWVF4VCIdgbW1 Z53OpwhvJRqTCLnCr/vcLLVx9WU7dOh1vuVH7OlIjhx9QMUGG2ITcIuM6nZFV0dweHJg mp7rsgIyZU6ZgrkLUmmQ0byLuPPl6KTXppI0si00/luERY5xs8ffJ2HriGPRESelYazL z7zQ== X-Gm-Message-State: AOAM531W3fMsbNwP2OeCVK9rQX1GFPlOl5RZCN7VFohZLvkSb8cEVEgH 83bUJHVhgE8kMKDAGCWNuW8gaboWCRWI/koWAzM= X-Google-Smtp-Source: ABdhPJx2edp3sy9vnPhJ7Yj52DH5GED4ACa8wLIl+1ZsAyvky1EHjS3+FTiwU22Rfv8c+KQN0pnO9Ry3i3YL68sah5A= X-Received: by 2002:a05:6512:220f:: with SMTP id h15mr370405lfu.454.1639424427864; Mon, 13 Dec 2021 11:40:27 -0800 (PST) MIME-Version: 1.0 References: <20211129231830.1117781-1-namhyung@kernel.org> In-Reply-To: From: Namhyung Kim Date: Mon, 13 Dec 2021 11:40:16 -0800 Message-ID: Subject: Re: [RFC/PATCHSET 0/5] perf ftrace: Implement function latency histogram (v1) To: Arnaldo Carvalho de Melo Cc: Jiri Olsa , Ingo Molnar , Peter Zijlstra , LKML , Andi Kleen , Ian Rogers , Stephane Eranian , Song Liu , Changbin Du Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Dec 13, 2021 at 10:24 AM Arnaldo Carvalho de Melo wrote: > > Em Mon, Nov 29, 2021 at 03:18:25PM -0800, Namhyung Kim escreveu: > > Hello, > > > > I've implemented 'latency' subcommand in the perf ftrace command to > > show a histogram of function latency. > > This still applies cleanly, I'll test it later. Thank you Arnaldo! While I have some small modifications but the functionality should be the same. Please let me know if you have any suggestions. Thanks, Namhyung