public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v8 0/4] Add vendor agnostic mechanism to report hardware sleep
@ 2023-04-12 19:49 Mario Limonciello
  2023-04-12 19:49 ` [PATCH v8 1/4] PM: Add sysfs files to represent time spent in hardware sleep state Mario Limonciello
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Mario Limonciello @ 2023-04-12 19:49 UTC (permalink / raw)
  To: Box David E, jstultz, pavel, svenva, platform-driver-x86,
	linux-pm
  Cc: Shyam-sundar.S-k, rrangel, Jain Rajat, hdegoede,
	Mario Limonciello, linux-kernel

An important part of validating that s0ix worked properly is to check how
much of a cycle was spent in a hardware sleep state.

The reporting of hardware sleep is a mix of kernel messages and sysfs
files that vary from vendor to vendor. Collecting this information
requires extra information on the kernel command line or fetching from
debugfs.

To make this information more readily accessible introduce a new file in
suspend_stats that drivers can report into during their resume routine.

Userspace can fetch this information and compare it against the duration
of the cycle to allow determining residency percentages and flagging
problems.

Mario Limonciello (4):
  PM: Add sysfs files to represent time spent in hardware sleep state
  platform/x86/amd: pmc: Report duration of time in hw sleep state
  platform/x86/intel/pmc: core: Always capture counters on suspend
  platform/x86/intel/pmc: core: Report duration of time in HW sleep
    state

 Documentation/ABI/testing/sysfs-power | 29 +++++++++++++
 drivers/platform/x86/amd/pmc.c        |  6 +--
 drivers/platform/x86/intel/pmc/core.c | 16 ++++----
 drivers/platform/x86/intel/pmc/core.h |  2 -
 include/linux/suspend.h               |  8 ++++
 kernel/power/main.c                   | 59 +++++++++++++++++++++------
 6 files changed, 95 insertions(+), 25 deletions(-)


base-commit: 09a9639e56c01c7a00d6c0ca63f4c7c41abe075d
-- 
2.34.1


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2023-04-14  1:59 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-12 19:49 [PATCH v8 0/4] Add vendor agnostic mechanism to report hardware sleep Mario Limonciello
2023-04-12 19:49 ` [PATCH v8 1/4] PM: Add sysfs files to represent time spent in hardware sleep state Mario Limonciello
2023-04-12 19:49 ` [PATCH v8 2/4] platform/x86/amd: pmc: Report duration of time in hw " Mario Limonciello
2023-04-12 19:49 ` [PATCH v8 3/4] platform/x86/intel/pmc: core: Always capture counters on suspend Mario Limonciello
2023-04-12 19:49 ` [PATCH v8 4/4] platform/x86/intel/pmc: core: Report duration of time in HW sleep state Mario Limonciello
2023-04-13  1:50   ` kernel test robot
2023-04-13  9:23   ` Ilpo Järvinen
2023-04-13 22:40     ` Limonciello, Mario
2023-04-14  0:35       ` David E. Box
2023-04-14  1:58   ` kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox