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 170F3C74A5B for ; Tue, 14 Mar 2023 13:54:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232342AbjCNNyD convert rfc822-to-8bit (ORCPT ); Tue, 14 Mar 2023 09:54:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46454 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231953AbjCNNxm (ORCPT ); Tue, 14 Mar 2023 09:53:42 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D23EF521D4; Tue, 14 Mar 2023 06:50:58 -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 323546179A; Tue, 14 Mar 2023 13:50:58 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8DF5FC4339B; Tue, 14 Mar 2023 13:50:56 +0000 (UTC) Date: Tue, 14 Mar 2023 09:50:52 -0400 From: Steven Rostedt To: Naresh Kamboju Cc: open list , linux-trace-kernel@vger.kernel.org, Linux-Next Mailing List , lkft-triage@lists.linaro.org, Stephen Rothwell , Masami Hiramatsu , Arnd Bergmann , Anders Roxell Subject: Re: selftests: ftrace: event filter function - test event filtering on functions [FAIL] Message-ID: <20230314095052.771d880a@gandalf.local.home> In-Reply-To: References: 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=UTF-8 Content-Transfer-Encoding: 8BIT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 14 Mar 2023 15:52:44 +0530 Naresh Kamboju wrote: > Results from Linaro’s test farm. > > selftests ftrace failed on qemu-x86_64 and qemu-arm64. > Please find the test log below. > > Is this expected to fail ? Am I missing anything ? Could you show the contents of the logs//*event-filter-function* file. -- Steve