lkml.org 
[lkml]   [2013]   [Oct]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH v1] TMON thermal monitoring/tuning tool
Date
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



\
 
 \ /
  Last update: 2013-10-15 01:21    [W:0.060 / U:0.436 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site