Message ID | 153443695002.23257.13628220023468200991.stgit@devbox (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-kselftest-owner@kernel.org> Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 83CBF913 for <patchwork-linux-kselftest@patchwork.kernel.org>; Thu, 16 Aug 2018 16:29:46 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 710732B445 for <patchwork-linux-kselftest@patchwork.kernel.org>; Thu, 16 Aug 2018 16:29:46 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 6556E2B508; Thu, 16 Aug 2018 16:29:46 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 77B262B445 for <patchwork-linux-kselftest@patchwork.kernel.org>; Thu, 16 Aug 2018 16:29:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2404251AbeHPT3I (ORCPT <rfc822;patchwork-linux-kselftest@patchwork.kernel.org>); Thu, 16 Aug 2018 15:29:08 -0400 Received: from mail.kernel.org ([198.145.29.99]:50976 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2404250AbeHPT3H (ORCPT <rfc822;linux-kselftest@vger.kernel.org>); Thu, 16 Aug 2018 15:29:07 -0400 Received: from localhost.localdomain (NE2965lan1.rev.em-net.ne.jp [210.141.244.193]) (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 8CBA92147A; Thu, 16 Aug 2018 16:29:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1534436974; bh=NKzdO3O9BO5VagCooo/8qLELEcFeomZjg6JVPBGzhS4=; h=From:To:Cc:Subject:Date:From; b=DSrhdLUGSio6KuYT1j+QDeMeIAUjsByM+AQyybswCxNXSnDeb/vwRcCAG0jv3zAGY lIZRu9yN8ZZUTB50l7CWDQDHfCWJzdBmsHM2uvbt+mbft8oTeAr55AjUDKXcIIskZl /6Ygu2WiPn5VgOl/ZUo8Wjwa/pkeNIVrVp2TlAVc= From: Masami Hiramatsu <mhiramat@kernel.org> To: Shuah Khan <shuah@kernel.org>, Steven Rostedt <rostedt@goodmis.org> Cc: Ingo Molnar <mingo@redhat.com>, Masami Hiramatsu <mhiramat@kernel.org>, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 00/32] selftests/ftrace: Improve ftracetest with coverage check Date: Fri, 17 Aug 2018 01:29:11 +0900 Message-Id: <153443695002.23257.13628220023468200991.stgit@devbox> X-Mailer: git-send-email 2.13.6 User-Agent: StGit/0.17.1-dirty MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-kselftest-owner@vger.kernel.org Precedence: bulk List-ID: <linux-kselftest.vger.kernel.org> X-Mailing-List: linux-kselftest@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP |
Series |
selftests/ftrace: Improve ftracetest with coverage check
|
expand
|