From: Jacob Pan <jacob.jun.pan@linux.intel.com>
To: Zhang Rui <rui.zhang@intel.com>,
Linux PM <linux-pm@vger.kernel.org>,
Eduardo Valentin <eduardo.valentin@ti.com>,
LKML <linux-kernel@vger.kernel.org>,
acme@redhat.com, dhowells@redhat.com, bp@suse.de,
gthelen@google.com
Cc: Rafael Wysocki <rafael.j.wysocki@intel.com>,
Jacob Pan <jacob.jun.pan@linux.intel.com>
Subject: [PATCH v1] TMON thermal monitoring/tuning tool
Date: Mon, 14 Oct 2013 16:02:26 -0700 [thread overview]
Message-ID: <1381791747-7458-1-git-send-email-jacob.jun.pan@linux.intel.com> (raw)
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
next reply other threads:[~2013-10-14 23:02 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-14 23:02 Jacob Pan [this message]
2013-10-14 23:02 ` [PATCH v1] tools/thermal: Introduce tmon, a tool for thermal subsystem Jacob Pan
2013-10-15 9:14 ` Borislav Petkov
2013-10-15 13:31 ` Jacob Pan
2013-10-15 13:41 ` Borislav Petkov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1381791747-7458-1-git-send-email-jacob.jun.pan@linux.intel.com \
--to=jacob.jun.pan@linux.intel.com \
--cc=acme@redhat.com \
--cc=bp@suse.de \
--cc=dhowells@redhat.com \
--cc=eduardo.valentin@ti.com \
--cc=gthelen@google.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=rafael.j.wysocki@intel.com \
--cc=rui.zhang@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.