Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp2164223imu; Sun, 16 Dec 2018 18:41:32 -0800 (PST) X-Google-Smtp-Source: AFSGD/VUIBbcinap3RlAgZCZmxRzfCo/QT3LS344tQEXQnbnpn5DnXZGXw0EXqHABxMILTJ4UhF9 X-Received: by 2002:a62:5182:: with SMTP id f124mr11394472pfb.238.1545014492266; Sun, 16 Dec 2018 18:41:32 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1545014492; cv=none; d=google.com; s=arc-20160816; b=NZZzkFCcdc5oF5ywq/SGpba72DsvPyTgwuu64hD8ln/NLjRqgGn/VD54hUdAo6RJGT 1V83dZAuQ2AFlfuBVNC5lqBPYPqTDj84q+7O8z0fzaddSePhLWlpgb7husLoHFTGihZj c6l3DoYEXdFldin6618WG/MG9kUT+1a2Qe8QhXH0V4oieot9hGdptzuWRbntp/13r5KU vL77qYXXT8bgJ4PbQB8f98qFk5Np+jDPpfICzGfala6XRFSbUvjyhClKu7M5sRzRmPYp 66uUKsqXrY0GDJA1dkTDC5Up+D6TXG3TojpZozikugjoZ3juv+PlDWukLMPYohgqcUQ8 nWVw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from; bh=sexk4nblloJsgke4WwfLlUw3oD68Q6YbM1i4RAxgI58=; b=w4HWGmqSTfUUsAmLVdDnsMbZ8HfGd29YFEWT09jQ4PfFUCCC8JDT6Z2/xVfLgqEPWA TSfcZaa5XwgSgd0ZnBhSGIxkZ8K3kqQW/vYfKFJyjujEFY4a0kmdv35IoNn4r8TCAA8b 0c3w/HiWNsGs4fVcg4SCq+OZ+/rlnoWW38SO8N09xOhjXiavLEOTMFRhEY6oQrt7zkvD EwbRqYjJFvwbP5WfanwgH1jORmkPJ4Vn+eoEzLU24aGraBQmwGtmrNJranSB07GO5AHv mR4tAYYTj9cCEvnJba5eTbw6LOTnsq5bifehZX9vh8CJNx38xh9Wa1vciJot7cii4Qgz KgpQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id i2si10010626pgl.153.2018.12.16.18.40.40; Sun, 16 Dec 2018 18:41:32 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731304AbeLQCIm (ORCPT + 99 others); Sun, 16 Dec 2018 21:08:42 -0500 Received: from mga04.intel.com ([192.55.52.120]:58502 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726259AbeLQCIj (ORCPT ); Sun, 16 Dec 2018 21:08:39 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Dec 2018 18:08:39 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,363,1539673200"; d="scan'208";a="302696482" Received: from aubrey-skl.sh.intel.com ([10.239.53.9]) by fmsmga006.fm.intel.com with ESMTP; 16 Dec 2018 18:08:37 -0800 From: Aubrey Li To: tglx@linutronix.de, mingo@redhat.com, peterz@infradead.org, hpa@zytor.com Cc: ak@linux.intel.com, tim.c.chen@linux.intel.com, dave.hansen@intel.com, arjan@linux.intel.com, aubrey.li@intel.com, linux-kernel@vger.kernel.org, Aubrey Li Subject: [PATCH v5 2/3] proc: add AVX-512 usage elapsed time to /proc/pid/status Date: Mon, 17 Dec 2018 02:50:20 +0800 Message-Id: <20181216185021.16912-2-aubrey.li@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20181216185021.16912-1-aubrey.li@intel.com> References: <20181216185021.16912-1-aubrey.li@intel.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org AVX-512 components use could cause core turbo frequency drop. So it's useful to expose AVX-512 usage elapsed time as a heuristic hint for the user space job scheduler to cluster the AVX-512 using tasks together. Example: $ cat /proc/pid/status | grep AVX512_elapsed_ms AVX512_elapsed_ms: 1020 The number '1020' denotes 1020 millisecond elapsed since last time context switch the off-CPU task using AVX-512 components, thus the task could cause core frequency drop. Or: $ cat /proc/pid/status | grep AVX512_elapsed_ms AVX512_elapsed_ms: -1 The number '-1' indicates the task didn't use AVX-512 components before thus unlikely has frequency drop issue. User space tools may want to further check by: $ perf stat --pid -e core_power.lvl2_turbo_license -- sleep 1 Performance counter stats for process id '3558': 3,251,565,961 core_power.lvl2_turbo_license 1.004031387 seconds time elapsed Non-zero counter value confirms that the task causes frequency drop. Signed-off-by: Aubrey Li Cc: Peter Zijlstra Cc: Andi Kleen Cc: Tim Chen Cc: Dave Hansen Cc: Arjan van de Ven --- arch/x86/kernel/fpu/xstate.c | 34 ++++++++++++++++++++++++++++++++++ fs/proc/array.c | 5 +++++ 2 files changed, 39 insertions(+) diff --git a/arch/x86/kernel/fpu/xstate.c b/arch/x86/kernel/fpu/xstate.c index 87a57b7642d3..d084b1dc80a6 100644 --- a/arch/x86/kernel/fpu/xstate.c +++ b/arch/x86/kernel/fpu/xstate.c @@ -7,6 +7,7 @@ #include #include #include +#include #include #include @@ -1245,3 +1246,36 @@ int copy_user_to_xstate(struct xregs_state *xsave, const void __user *ubuf) return 0; } + +/* + * Report the amount of time elapsed in millisecond since last AVX512 + * use in the task. + */ +void avx512_state(struct seq_file *m, struct task_struct *task) +{ + u64 timestamp = task->thread.fpu.avx512_timestamp; + s64 delta; + + if (!timestamp) + delta = -1; + else { + WARN_ON_ONCE(jiffies_64 < timestamp); + delta = div_u64(jiffies64_to_nsecs(jiffies_64 - timestamp), + NSEC_PER_MSEC); + } + + seq_put_decimal_ll(m, "AVX512_elapsed_ms:\t", delta); + seq_putc(m, '\n'); +} + +/* + * Report CPU specific thread state + */ +void arch_task_state(struct seq_file *m, struct task_struct *task) +{ + /* + * Report AVX512 state if the processor and build option supported. + */ + if (cpu_feature_enabled(X86_FEATURE_AVX512F)) + avx512_state(m, task); +} diff --git a/fs/proc/array.c b/fs/proc/array.c index 0ceb3b6b37e7..dd88c2219f08 100644 --- a/fs/proc/array.c +++ b/fs/proc/array.c @@ -392,6 +392,10 @@ static inline void task_core_dumping(struct seq_file *m, struct mm_struct *mm) seq_putc(m, '\n'); } +void __weak arch_task_state(struct seq_file *m, struct task_struct *task) +{ +} + int proc_pid_status(struct seq_file *m, struct pid_namespace *ns, struct pid *pid, struct task_struct *task) { @@ -414,6 +418,7 @@ int proc_pid_status(struct seq_file *m, struct pid_namespace *ns, task_cpus_allowed(m, task); cpuset_task_status_allowed(m, task); task_context_switch_counts(m, task); + arch_task_state(m, task); return 0; } -- 2.17.1