aboutsummaryrefslogtreecommitdiff
path: root/include/linux/resume-trace.h
AgeCommit message (Collapse)AuthorFilesLines
2007-07-21x86: PM_TRACE supportNigel Cunningham1-14/+5
Signed-off-by: Nigel Cunningham <[email protected]> Cc: Randy Dunlap <[email protected]> Cc: "Rafael J. Wysocki" <[email protected]> Cc: Pavel Machek <[email protected]> Acked-by: Linus Torvalds <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Andi Kleen <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
2006-09-26[PATCH] PM: Add pm_trace switchRafael J. Wysocki1-10/+14
Add the pm_trace attribute in /sys/power which has to be explicitly set to one to really enable the "PM tracing" code compiled in when CONFIG_PM_TRACE is set (which modifies the machine's CMOS clock in unpredictable ways). Signed-off-by: Rafael J. Wysocki <[email protected]> Acked-by: Pavel Machek <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
2006-06-24Add some basic resume trace facilitiesLinus Torvalds1-0/+30
Considering that there isn't a lot of hw we can depend on during resume, this is about as good as it gets. This is x86-only for now, although the basic concept (and most of the code) will certainly work on almost any platform. Signed-off-by: Linus Torvalds <[email protected]>