Re: [PATCH] PM/sleep: Expose suspend stats in sysfs

2019-07-30 Thread Greg KH
On Tue, Jul 30, 2019 at 03:52:28PM -0700, Kalesh Singh wrote: > +#define suspend_attr(_name) \ > +static ssize_t _name##_show(struct kobject *kobj,\ > + struct kobj_attribute *attr, char *buf) \ > +{

[PATCH] PM/sleep: Expose suspend stats in sysfs

2019-07-30 Thread Kalesh Singh
Userspace can get suspend stats from the suspend stats debugfs node. Since debugfs doesn't have stable ABI, expose suspend stats in sysfs under /sys/power/suspend_stats. Signed-off-by: Kalesh Singh --- kernel/power/main.c | 77 +++-- 1 file changed, 75 ins