lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Mon, 22 Sep 2014 16:51:39 -0700 From: Todd Poynor <toddpoynor@...gle.com> To: "Rafael J. Wysocki" <rjw@...ysocki.net> Cc: Amit Pundir <amit.pundir@...aro.org>, LKML <linux-kernel@...r.kernel.org>, Pavel Machek <pavel@....cz>, Thomas Gleixner <tglx@...utronix.de>, Len Brown <len.brown@...el.com>, Linux PM mailing list <linux-pm@...r.kernel.org>, Android Kernel Team <kernel-team@...roid.com> Subject: Re: [PATCH v2] PM: Print wall time at suspend entry and exit On Sat, Sep 20, 2014 at 5:04 PM, Rafael J. Wysocki <rjw@...ysocki.net> wrote: > On Friday, September 19, 2014 04:57:12 AM Amit Pundir wrote: >> From: Todd Poynor <toddpoynor@...gle.com> >> >> Existing timestamps in a dmesg only log suspend activities >> (e.g. filesystem syncs, freezing/unfreezing tasks etc) while the >> system has already started to enter/exit the suspend state. >> >> Sometimes it is handy to have suspend entry/exit overhead >> information while debugging suspend issues. This patch print >> markers with wall timestamps at suspend Entry and Exit in >> the kernel log. These timestamps can be used to compute how >> long the system spent in low-power suspend state plus the >> entry/exit overhead. > > Don't we already have tracepoints for that? Previously Android battery life diagnosis tools parsed suspend/resume info out of the kernel logs to collect recent sleep behavior info for devices in the field. Collecting trace logs may be a viable option. But we're switching to log this info from userspace and no longer parsing it from kernel logs. I'll put it on my list to pull this code from the common Android kernel source. Thanks -- Todd -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists