[PATCH 0/2] Add new features to powertop
amit.kucheria at canonical.com
amit.kucheria at canonical.com
Tue Dec 1 07:41:16 UTC 2009
From: Amit Kucheria <amit.kucheria at canonical.com>
This pull request adds support for two new powertop features:
1. Add counter to HDA sound driver to expose ON and OFF accounting
2. New TRACE_EVENT in the mark_inode_dirty function to allow powertop to flag
programs that cause disk wakeups.
Please note, that these are only useful with the powertop version from git.
I'll work with our package maintainers to see how we can get an updated
version into Lucid.
Regards,
Amit
The following changes since commit 2908bd6316fcdb6b0edbdf3a0d43e32dc10f9eeb:
Leann Ogasawara (1):
UBUNTU: [SCSI] megaraid_sas: remove sysfs poll_mode_io world writeable
permissions
are available in the git repository at:
git://zinc.ubuntu.com/amitk/lucid.git powertop
Arjan van de Ven (1):
vfs: Add a trace point in the mark_inode_dirty function
Takashi Iwai (1):
ALSA: hda - Add power on/off counter
fs/fs-writeback.c | 3 ++
fs/inode.c | 4 +++
include/trace/events/vfs.h | 53 ++++++++++++++++++++++++++++++++++++++++++++
sound/pci/hda/hda_codec.c | 16 +++++++++++++
sound/pci/hda/hda_codec.h | 4 +++
sound/pci/hda/hda_hwdep.c | 38 +++++++++++++++++++++++++++++++
sound/pci/hda/hda_local.h | 9 +++++++
7 files changed, 127 insertions(+), 0 deletions(-)
create mode 100644 include/trace/events/vfs.h
More information about the kernel-team
mailing list