Re: [PATCH 7/7] tools/power turbostat: print Watts
From: Betty Dall <hidden>
Date: 2012-11-15 20:59:43
Also in:
lkml
From: Betty Dall <hidden>
Date: 2012-11-15 20:59:43
Also in:
lkml
On Wed, 2012-11-14 at 15:43 -0500, Len Brown wrote:
From: Len Brown <redacted>
...
@@ -1644,7 +1967,7 @@ int main(int argc, char **argv) cmdline(argc, argv); if (verbose > 1) - fprintf(stderr, "turbostat v2.1 October 6, 2012" + fprintf(stderr, "turbostat v3.0 November 14, 2012" " - Len Brown <lenb@kernel.org>\n"); turbostat_init();
I applied these 7 patches in order to a the upstream kernel and this last hunk was rejected: $ cat turbostat.c.rej
--- tools/power/x86/turbostat/turbostat.c
+++ tools/power/x86/turbostat/turbostat.c@@ -1967,7 +2290,7 @@ cmdline(argc, argv); if (verbose > 1) - fprintf(stderr, "turbostat v2.1 October 6, 2012" + fprintf(stderr, "turbostat v3.0 November 14, 2012" " - Len Brown <lenb@xxxxxxxxxx>\n"); turbostat_init(); -Betty