Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp3912175pxf; Tue, 6 Apr 2021 03:31:47 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw7ioDYSgkC9J4nqemSmhDDQGMWmU9dY7O7wenFH0mQCO7AhEc5zZ4rhCZ8EcrN+jnQami4 X-Received: by 2002:a17:907:9709:: with SMTP id jg9mr32346101ejc.276.1617705107299; Tue, 06 Apr 2021 03:31:47 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1617705107; cv=none; d=google.com; s=arc-20160816; b=cqPGUnwgzFReWWOB9M6jGUKfxFjcB4MfBm9EEJ7XYU+AvKLKPexXOr6TzC+zcn0UUX nnWIfnk5A9SLCh2zmwKAfwKT5IY50KBiwBwn191i4wahdVfA4igTfh5K/a555P3SB8Gr Tb5ylM60WNqO91EXi3gS7x//FX3TaO3J4oOrYiKGshYpUFYSIJDG1rb4WgQGv4lJbyPc gLVJyBJAZOf6q9vIaAIwqrQ6CWGWxTnRIuKb8+NeQN5S4AAxrUgSLGSiNDolhsqk5xkS m0l0XzcAIOtiMGAyQjN+zmWWGb8+YCIjK8z9+9bGWUsiSyJXLN1Ke+CT3trI3X1Rm/79 pdFA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=BJrMXkvSqdMxR6MYqJdazf0nsCDXLYwmBoKT9+gg7as=; b=L7i0KBEbFCn/MCuG6x++J33/kg2Id+4dwiJzJ1Qp+DIyXYEB7YA03Raii1yT7tIgH7 uQoq8wBw7opCDlGNl4A4oDniQpZYv4Loevs0HQXfI/dzuHa5/CuHtKC37N5tQLpieTjo fygf40pt+aGWFzgTGFbmyT+lB0AxH5mINNay6ttMu3OeIrrmPdV0BMFKcWeDICZQcKqH RKin/FjHzAYLjdFjjciw1zu8XKA7toRIvQGF5nXQAHsCbzZYQgSIOBzemvJsGi+Wvcn4 aXJ/MxpYIOGkxn75k5uWquPteRBdZTuREGa3PJBGIN+LoIdHDAgF5p+MBGBn55uhv7Gq Bhlg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id w25si15373752eja.753.2021.04.06.03.31.23; Tue, 06 Apr 2021 03:31:47 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241478AbhDEWZb (ORCPT + 99 others); Mon, 5 Apr 2021 18:25:31 -0400 Received: from mail.kernel.org ([198.145.29.99]:43648 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233086AbhDEWZ3 (ORCPT ); Mon, 5 Apr 2021 18:25:29 -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 96472613D6; Mon, 5 Apr 2021 22:25:22 +0000 (UTC) Date: Mon, 5 Apr 2021 18:25:21 -0400 From: Steven Rostedt To: "Yordan Karadzhov (VMware)" Cc: linux-kernel@vger.kernel.org, tglx@linutronix.de, peterz@infradead.org Subject: Re: [PATCH v2 5/5] tracing: Add "func_no_repeats" option for function tracing Message-ID: <20210405182521.07f0d1ab@gandalf.local.home> In-Reply-To: <20210329130533.199507-6-y.karadz@gmail.com> References: <20210329130533.199507-1-y.karadz@gmail.com> <20210329130533.199507-6-y.karadz@gmail.com> 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-kernel@vger.kernel.org On Mon, 29 Mar 2021 16:05:33 +0300 "Yordan Karadzhov (VMware)" wrote: > If the option is activated the function tracing record gets > consolidated in the cases when a single function is called number > of times consecutively. Instead of having an identical record for > each call of the function we will record only the first call > following by event showing the number of repeats. > > Signed-off-by: Yordan Karadzhov (VMware) > > fix last You seem to have left the above extra text "fix last" in both versions. But the rest of the patch looks fine. -- Steve