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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5A49DC43334 for ; Tue, 12 Jul 2022 11:57:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231881AbiGLL5D (ORCPT ); Tue, 12 Jul 2022 07:57:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36518 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232877AbiGLL4r (ORCPT ); Tue, 12 Jul 2022 07:56:47 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 410E16579; Tue, 12 Jul 2022 04:56:24 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id D0550614D0; Tue, 12 Jul 2022 11:56:23 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0E06CC341C8; Tue, 12 Jul 2022 11:56:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1657626983; bh=sTgpa8yb5NBVgBKJ3F3ICP80lhhEaKHKz4stmsQzTKk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PEfQISUutF10zVz4P4i5ZcxYPKigcKjXlILwcGp5bRGqqAzLCcflNezQNIVgLYOBD a5MuriW79ZOMG+jCxbRiKb6hrgnD1vudqqA1rfkf1MPtwgmxd0JliHhb0ILAj/y5j3 178/p52AO3KquDOb3CZNxB+cElw3L9xfz9b/AUDPeezvOu09CiUaCDi8MuhrbU+0+l l8C4VnEXP2Xxgy6qcZYcTOl/u1Javon5pYKr6dlwfDM+VaaoIgcpVWy57lF+dCqUgY 6YTjcDk8pa43efBUS4LCv9jEt/lv1q19v5VZwm5Sv3mqAr6tR0DQcQsI7bsQe+NJQD F5geQwjCpUk5Q== Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id 77A6B40088; Tue, 12 Jul 2022 08:56:20 -0300 (-03) Date: Tue, 12 Jul 2022 08:56:20 -0300 From: Arnaldo Carvalho de Melo To: Namhyung Kim Cc: German Gomez , linux-kernel , linux-perf-users , Ian Rogers , Anshuman Khandual , Mark Rutland , Alexander Shishkin , Jiri Olsa Subject: Re: [PATCH v2 1/1] perf test: Add test for branch stack sampling Message-ID: References: <20220705150511.473919-1-german.gomez@arm.com> <20220705150511.473919-2-german.gomez@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Url: http://acmel.wordpress.com Precedence: bulk List-ID: X-Mailing-List: linux-perf-users@vger.kernel.org Em Fri, Jul 08, 2022 at 01:31:43PM -0700, Namhyung Kim escreveu: > Hello, > > On Tue, Jul 5, 2022 at 8:05 AM German Gomez wrote: > > > > Add a self test for branch stack sampling, to check that we get the > > expected branch types, and filters behave as expected. > > > > Suggested-by: Anshuman Khandual > > Signed-off-by: German Gomez > > Acked-by: Namhyung Kim Thanks, applied. - Arnaldo