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 65CC2C6FD1F for ; Tue, 14 Mar 2023 22:20:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231207AbjCNWUW convert rfc822-to-8bit (ORCPT ); Tue, 14 Mar 2023 18:20:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58018 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231616AbjCNWTy (ORCPT ); Tue, 14 Mar 2023 18:19:54 -0400 Received: from mail-il1-f181.google.com (mail-il1-f181.google.com [209.85.166.181]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C66655982D; Tue, 14 Mar 2023 15:19:02 -0700 (PDT) Received: by mail-il1-f181.google.com with SMTP id y12so5190611ilq.4; Tue, 14 Mar 2023 15:19:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1678832309; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=sPZTCSB32HgHrGjZFH1xoB6eZ90jYrey11CwQEaUEl0=; b=5EIYrGmdnEadF88fVXvuFWdKRLbbEWaXLriADNpRdObFJibp2Y+NmbCQjNXVOlvxdG rQf/9DK7GXaJ2io/FI50yzknXAcWplwCeQrudzd3EehysxjM5xFa88BN2FZ4sBTm2zq6 6DpKPloU42UoK507nyOiayg3b1sqy1XtW4bUh+u3D6DqfpI8F+Gk1MlS+5Qc77xFWk7+ tZj/T6qmGrcuhzhqUa2srJMXCn5XPc8o6+LhM7XdBXoHEa8mz82z//4x9gG/SiYUAGuA on8iamXAGKZ9HrN+15kF1GT2U5cz31Mnc61RXN5X3fer/PXfqTLCf6x/IJ0PwEKhR5Fs LJwQ== X-Gm-Message-State: AO0yUKVKryZUkmWPojZoJYaLGPYFj2NdIfeSzbjr8sL7rcuQeV6LF7tm Yr6wx5B/lAUD8Tx2oNfdFFbH+iMkZRqui0t8bOY= X-Google-Smtp-Source: AK7set/JQKxCtANK+YIfmUt9b6P3zJiolpQ3U0xQgrdj9DjQATLIegZgQAdifTUpEaqZKmPJfuKV49knGE4SktWnlMc= X-Received: by 2002:a92:d346:0:b0:313:fad9:a014 with SMTP id a6-20020a92d346000000b00313fad9a014mr2295090ilh.5.1678832308739; Tue, 14 Mar 2023 15:18:28 -0700 (PDT) MIME-Version: 1.0 References: <20230307233309.3546160-1-namhyung@kernel.org> <20230307233309.3546160-5-namhyung@kernel.org> In-Reply-To: From: Namhyung Kim Date: Tue, 14 Mar 2023 15:18:17 -0700 Message-ID: Subject: Re: [PATCH 4/9] perf record: Record dropped sample count To: Arnaldo Carvalho de Melo Cc: Jiri Olsa , Peter Zijlstra , Ingo Molnar , Ian Rogers , Adrian Hunter , Andi Kleen , Kan Liang , Song Liu , Stephane Eranian , Ravi Bangoria , Leo Yan , James Clark , Hao Luo , LKML , linux-perf-users@vger.kernel.org, bpf@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 14, 2023 at 2:42 PM Arnaldo Carvalho de Melo wrote: > > Em Tue, Mar 07, 2023 at 03:33:04PM -0800, Namhyung Kim escreveu: > > When it uses bpf filters, event might drop some samples. It'd be nice > > if it can report how many samples it lost. As LOST_SAMPLES event can > > carry the similar information, let's use it for bpf filters. > > > > To indicate it's from BPF filters, add a new misc flag for that and > > do not display cpu load warnings. > > This one isn't applying, can you please refresh on top of > acme/tmp.perf-tools-next ? Sure, I'll send v5 with documentation update. Thanks, Namhyung