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 X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 68214C35E01 for ; Tue, 25 Feb 2020 17:52:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 48C1020838 for ; Tue, 25 Feb 2020 17:52:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731278AbgBYRwq (ORCPT ); Tue, 25 Feb 2020 12:52:46 -0500 Received: from foss.arm.com ([217.140.110.172]:53970 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731059AbgBYRwp (ORCPT ); Tue, 25 Feb 2020 12:52:45 -0500 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id F155931B; Tue, 25 Feb 2020 09:52:44 -0800 (PST) Received: from e113632-lin.cambridge.arm.com (e113632-lin.cambridge.arm.com [10.1.194.46]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id CC52D3F6CF; Tue, 25 Feb 2020 09:52:43 -0800 (PST) From: Valentin Schneider To: linux-kernel@vger.kernel.org Cc: mingo@kernel.org, peterz@infradead.org, vincent.guittot@linaro.org, Dietmar.Eggemann@arm.com, patrick.bellasi@matbug.net, qais.yousef@arm.com Subject: [PATCH 0/3] sched/debug: Add uclamp values to procfs Date: Tue, 25 Feb 2020 17:52:24 +0000 Message-Id: <20200225175227.22090-1-valentin.schneider@arm.com> X-Mailer: git-send-email 2.24.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, This is a small debug series I've been sitting on. It's been helpful in testing and reviewing some uclamp stuff, for instance the issue Qais fixed at [1] was really easy to observe with those debug prints. [1]: https://lore.kernel.org/lkml/20191224115405.30622-1-qais.yousef@arm.com/ Cheers, Valentin Valentin Schneider (3): sched/debug: Remove redundant macro define sched/debug: Bunch up printing formats in common macros sched/debug: Add task uclamp values to SCHED_DEBUG procfs kernel/sched/debug.c | 44 ++++++++++++++++++-------------------------- 1 file changed, 18 insertions(+), 26 deletions(-) -- 2.24.0