From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.ilvokhin.com (mail.ilvokhin.com [178.62.254.231]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 8081626561D for ; Wed, 15 Oct 2025 14:41:27 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=178.62.254.231 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1760539289; cv=none; b=nEOszWTmVPLX9fvPEuI9pUQfzEhN8+eZL0aLyw0HpuPkhQWWdYAH3GfYlQSSIVLeoXyX5rIsDUnqbYyUKONMHUgl34P+3uLarBAdPJCG/zsWm9br3CmVYtn4rfPWa5b7fHlHtdRbbZLKeftfUukLdPOySZLWtr+Wfbcs3oFqhl4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1760539289; c=relaxed/simple; bh=V7VYIRk8OejL6Gv6cGPzS8ATNGeHZvbM/4nyR/l9fF8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=lXtR+AZ9gd1QMi5QhunpBrGz+rX5nIB157Su2JboWukC4jFN0ucMv/30X/g9DseyXujtBj4J17AVyhbuUuXhA14AcqZe52YeKkJzpDHO3YQpRrL7mrY3w7brusWGdb4LvFBmcfNPvBqq0JXvN75xWIxMzXuNYFMZHSV+c36i6oU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=ilvokhin.com; spf=pass smtp.mailfrom=ilvokhin.com; dkim=pass (1024-bit key) header.d=ilvokhin.com header.i=@ilvokhin.com header.b=mLbxQqnF; arc=none smtp.client-ip=178.62.254.231 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=ilvokhin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=ilvokhin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=ilvokhin.com header.i=@ilvokhin.com header.b="mLbxQqnF" Received: from shell.ilvokhin.com (shell.ilvokhin.com [138.68.190.75]) (Authenticated sender: d@ilvokhin.com) by mail.ilvokhin.com (Postfix) with ESMTPSA id 5D13B932DA; Wed, 15 Oct 2025 14:41:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ilvokhin.com; s=mail; t=1760539285; bh=V7VYIRk8OejL6Gv6cGPzS8ATNGeHZvbM/4nyR/l9fF8=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=mLbxQqnFpZswwvlTJ7tmK+ovDtpONpdAvG/7fFMnI1+lddxT88wDoJDCft2Fswj7v clfh6xXTpOIKc2mVLbUlCS1PW/hQ05LC0Vke0BQzLgFq5GK/hpMVQ46l1LNCOGXAys Kn2h3D8DNEKe4gpuOyvGY0pPYQ+YbA17M+wHAQsM= Date: Wed, 15 Oct 2025 14:41:21 +0000 From: Dmitry Ilvokhin To: Ingo Molnar , Peter Zijlstra , Juri Lelli , Vincent Guittot , Dietmar Eggemann , Steven Rostedt , Ben Segall , Mel Gorman , Valentin Schneider Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH] sched/stats: Optimize /proc/schedstat printing Message-ID: References: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Hello everyone, I wanted to follow up on this patch and see if the proposed changes look reasonable to you. I'd greatly appreciate any feedback you may have, and thank you in advance for taking the time to review it. Best regards, Dmitry