[PATCH v1] TMON thermal monitoring/tuning tool

From: Jacob Pan
Date: Mon Oct 14 2013 - 19:02:35 EST


Changes since v0
- fix seg fault on arm mvprintw() call
- give out warning to console instead of syslog when
no thermal zones are detected
- draw sub window title on top of border line
- add entry to tools/Makefile
- change linking order to put libpanel before ncurses

Jacob Pan (1):
tools/thermal: Introduce tmon, a tool for thermal subsystem

tools/Makefile | 15 +-
tools/thermal/tmon/Makefile | 47 ++++
tools/thermal/tmon/README | 50 ++++
tools/thermal/tmon/pid.c | 131 +++++++++
tools/thermal/tmon/sysfs.c | 596 ++++++++++++++++++++++++++++++++++++++++
tools/thermal/tmon/tmon.8 | 142 ++++++++++
tools/thermal/tmon/tmon.c | 352 ++++++++++++++++++++++++
tools/thermal/tmon/tmon.h | 204 ++++++++++++++
tools/thermal/tmon/tui.c | 638 +++++++++++++++++++++++++++++++++++++++++++
9 files changed, 2173 insertions(+), 2 deletions(-)
create mode 100644 tools/thermal/tmon/Makefile
create mode 100644 tools/thermal/tmon/README
create mode 100644 tools/thermal/tmon/pid.c
create mode 100644 tools/thermal/tmon/sysfs.c
create mode 100644 tools/thermal/tmon/tmon.8
create mode 100644 tools/thermal/tmon/tmon.c
create mode 100644 tools/thermal/tmon/tmon.h
create mode 100644 tools/thermal/tmon/tui.c

--
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/