[tip:perf/core] perf tests: Fix record+probe_libc_inet_pton.sh for powerpc64

2019-07-09 Thread tip-bot for Seeteena Thoufeek
Commit-ID: bff5a556c149804de29347a88a884d25e4e4e3a2 Gitweb: https://git.kernel.org/tip/bff5a556c149804de29347a88a884d25e4e4e3a2 Author: Seeteena Thoufeek AuthorDate: Thu, 27 Jun 2019 15:46:54 +0530 Committer: Arnaldo Carvalho de Melo CommitDate: Sat, 6 Jul 2019 14:31:01 -0300 perf

[PATCH] perf tests: Fix record+probe_libc_inet_pton.sh for powerpc64

2019-06-27 Thread Seeteena Thoufeek
30f4 [unknown] (/usr/bin/ping) test child finished with 0 end probe libc's inet_pton & backtrace it with ping: Ok Signed-off-by: Seeteena Thoufeek --- tools/perf/tests/shell/record+probe_libc_inet_pton.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools

[PATCH v3] perf scripts python: Add Python 3 support to export-to-postgresql.py

2019-01-21 Thread Seeteena Thoufeek
Support both Python 2 and Python 3 in export-to-postgresql.py. ``print`` is now a function rather than a statement. This should have no functional change. Also, handles the conversion of "print >> sys.stderr". Signed-off-by: Seeteena Thoufeek Reviewed-by: Ravi Bangoria --- to

[PATCH v3] perf scripts python: Add Python 3 support to export-to-sqlite.py

2019-01-21 Thread Seeteena Thoufeek
Support both Python 2 and Python 3 in export-to-sqlite.py. ``print`` is now a function rather than a statement. This should have no functional change. Also, handles the conversion of "print >> sys.stderr". Signed-off-by: Seeteena Thoufeek Reviewed-by: Ravi Bangoria --- to

[PATCH v2] perf scripts python: Add Python 3 support to net_dropmonitor.py

2019-01-17 Thread Seeteena Thoufeek
Support both Python 2 and Python 3 in net_dropmonitor.py. ``print`` is now a function rather than a statement. This should have no functional change. Signed-off-by: Seeteena Thoufeek Reviewed-by: Ravi Bangoria --- tools/perf/scripts/python/net_dropmonitor.py | 9 + 1 file changed, 5

[PATCH v2] perf scripts python: Add Python 3 support to exported-sql-viewer.py

2019-01-17 Thread Seeteena Thoufeek
Support both Python 2 and Python 3 in exported-sql-viewer.py. ``print`` is now a function rather than a statement. This should have no functional change. Add support of _pickle module in Python3 Signed-off-by: Seeteena Thoufeek Reviewed-by: Ravi Bangoria --- tools/perf/scripts/python/exported

[PATCH v2] perf scripts python: Add Python 3 support to intel-pt-events.py

2019-01-17 Thread Seeteena Thoufeek
Support both Python 2 and Python 3 in intel-pt-events.py.``print`` is now a function rather than a statement. This should have no functional change. Fixes indentation issue, replace spaces with tab. Signed-off-by: Seeteena Thoufeek Reviewed-by: Ravi Bangoria --- tools/perf/scripts/python

[PATCH v2] perf scripts python: Add Python 3 support to netdev-times.py

2019-01-17 Thread Seeteena Thoufeek
Support both Python 2 and Python 3 in netdev-times.py. ``print`` is now a function rather than a statement. This should have no functional change. Signed-off-by: Seeteena Thoufeek Reviewed-by: Ravi Bangoria --- tools/perf/scripts/python/netdev-times.py | 77 --- 1

[PATCH v2] perf scripts python: Add Python 3 support to failed-syscalls-by-pid.py

2019-01-17 Thread Seeteena Thoufeek
Support both Python 2 and Python 3 in failed-syscalls-by-pid.py. ``print`` is now a function rather than a statement. This should have no functional change. Fixes lambda syntax error. Signed-off-by: Seeteena Thoufeek Reviewed-by: Ravi Bangoria Please enter the commit message for your changes

[PATCH v2] perf scripts python: Add Python 3 support to sctop.py

2019-01-17 Thread Seeteena Thoufeek
Support both Python 2 and Python 3 in sctop.py.``print`` is now a function rather than a statement. This should have no functional change. Signed-off-by: Seeteena Thoufeek Reviewed-by: Ravi Bangoria --- tools/perf/scripts/python/sctop.py | 15 --- 1 file changed, 8 insertions(+), 7

[PATCH v2] perf scripts python: Add Python 3 support to stackcollapse.py

2019-01-17 Thread Seeteena Thoufeek
Support both Python 2 and Python 3 in stackcollapse.py. ``print`` is now a function rather than a statement. This should have no functional change. Signed-off-by: Seeteena Thoufeek Reviewed-by: Ravi Bangoria --- tools/perf/scripts/python/stackcollapse.py | 3 ++- 1 file changed, 2 insertions

[PATCH v2] perf scripts python: Add Python 3 support to syscall-counts-by-pid.py

2019-01-17 Thread Seeteena Thoufeek
Support both Python 2 and Python 3 in syscall-counts-by-pid.py. ``print`` is now a function rather than a statement. This should have no functional change. Fix lambda syntax error. Signed-off-by: Seeteena Thoufeek Reviewed-by: Ravi Bangoria --- tools/perf/scripts/python/syscall-counts

[PATCH v2] perf scripts python: Add Python 3 support to export-to-postgresql.py

2019-01-17 Thread Seeteena Thoufeek
Support both Python 2 and Python 3 in export-to-postgresql.py. ``print`` is now a function rather than a statement. This should have no functional change. Signed-off-by: Seeteena Thoufeek Reviewed-by: Ravi Bangoria --- tools/perf/scripts/python/export-to-postgresql.py | 17 + 1

[PATCH v2] perf scripts python: Add Python 3 support to syscall-counts.py

2019-01-17 Thread Seeteena Thoufeek
Support both Python 2 and Python 3 in syscall-counts.py. ``print`` is now a function rather than a statement. This should have no functional change. Fix lambda syntax error Signed-off-by: Seeteena Thoufeek Reviewed-by: Ravi Bangoria --- tools/perf/scripts/python/syscall-counts.py | 17

[PATCH v2] perf scripts python: Add Python 3 support to powerpc-hcalls.py

2019-01-17 Thread Seeteena Thoufeek
Support both Python 2 and Python 3 in powerpc-hcalls.py. ``print`` is now a function rather than a statement. This should have no functional change. The "has_key()" method is deprecated in favor of the "in" operator. So incorporate those changes here. Signed-off-by: Seeteen

[PATCH v2] perf scripts python: Add Python 3 support to mem-phys-addr.py

2019-01-17 Thread Seeteena Thoufeek
Support both Python 2 and Python 3 in mem-phys-addr.py. ``print`` is now a function rather than a statement. This should have no functional change. Fix lambda syntax error. Signed-off-by: Seeteena Thoufeek Reviewed-by: Ravi Bangoria --- tools/perf/scripts/python/mem-phys-addr.py | 13

[PATCH v2] perf scripts python: Add Python 3 support to stat-cpi.py

2019-01-17 Thread Seeteena Thoufeek
Support both Python 2 and Python 3 in stat-cpi.py. ``print`` is now a function rather than a statement. This should have no functional change. Signed-off-by: Seeteena Thoufeek Reviewed-by: Ravi Bangoria --- tools/perf/scripts/python/stat-cpi.py | 2 +- 1 file changed, 1 insertion(+), 1

[PATCH v2] perf scripts python: Add Python 3 support to export-to-sqlite.py

2019-01-17 Thread Seeteena Thoufeek
Support both Python 2 and Python 3 in export-to-sqlite.py. ``print`` is now a function rather than a statement. This should have no functional change. Signed-off-by: Seeteena Thoufeek Reviewed-by: Ravi Bangoria --- tools/perf/scripts/python/export-to-sqlite.py | 11 ++- 1 file changed

[PATCH v2] perf scripts python: Add Python 3 support to futex-contention.py

2019-01-17 Thread Seeteena Thoufeek
Support both Python 2 and Python 3 in futex-contention.py. ``print`` is now a function rather than a statement. This should have no functional change. The "has_key()" method is deprecated in favor of the "in" operator. So incorporate those changes here. Signed-off-by: Seeteen

[PATCH v2] perf scripts python: Add Python 3 support to check-perf-trace.py

2019-01-17 Thread Seeteena Thoufeek
Support both Python 2 and Python 3 in check-perf-trace.py. ``print`` is now a function rather than a statement. This should have no functional change. Fix indentation issue, replace spaces with tab Signed-off-by: Seeteena Thoufeek Reviewed-by: Ravi Bangoria --- tools/perf/scripts/python/check

[PATCH v2] perf scripts python: Add Python 3 support to event_analyzing_sample.py

2019-01-17 Thread Seeteena Thoufeek
So incorporate those changes here. Signed-off-by: Seeteena Thoufeek Reviewed-by: Ravi Bangoria --- .../perf/scripts/python/event_analyzing_sample.py | 57 +++--- 1 file changed, 29 insertions(+), 28 deletions(-) diff --git a/tools/perf/scripts/python/event_analyzing_sample.py

[PATCH] perf scripts python: Add Python 3 support to futex-contention.py

2019-01-16 Thread Seeteena Thoufeek
Support both Python 2 and Python 3 in futex-contention.py. ``print`` is now a function rather than a statement. This should have no functional change. The "has_key()" method is deprecated in favor of the "in" operator. So incorporate those changes here. Signed-off-by: Seeteen

[PATCH] perf scripts python: Add Python 3 support to stat-cpi.py

2019-01-16 Thread Seeteena Thoufeek
Support both Python 2 and Python 3 in stat-cpi.py. ``print`` is now a function rather than a statement. This should have no functional change. Signed-off-by: Seeteena Thoufeek Reviewed-by: Ravi Bangoria --- tools/perf/scripts/python/stat-cpi.py | 2 +- 1 file changed, 1 insertion(+), 1

[PATCH] perf scripts python: Add Python 3 support to export-to-postgresql.py

2019-01-16 Thread Seeteena Thoufeek
Support both Python 2 and Python 3 in export-to-postgresql.py. ``print`` is now a function rather than a statement. This should have no functional change. Signed-off-by: Seeteena Thoufeek Reviewed-by: Ravi Bangoria --- tools/perf/scripts/python/export-to-postgresql.py | 16 1

[PATCH] perf scripts python: Add Python 3 support to syscall-counts-by-pid.py

2019-01-16 Thread Seeteena Thoufeek
Support both Python 2 and Python 3 in syscall-counts-by-pid.py. ``print`` is now a function rather than a statement. This should have no functional change. Fix lambda syntax error. Signed-off-by: Seeteena Thoufeek Reviewed-by: Ravi Bangoria --- tools/perf/scripts/python/syscall-counts

[PATCH] perf scripts python: Add Python 3 support to syscall-counts.py

2019-01-16 Thread Seeteena Thoufeek
Support both Python 2 and Python 3 in syscall-counts.py. ``print`` is now a function rather than a statement. This should have no functional change. Fix lambda syntax error Signed-off-by: Seeteena Thoufeek Reviewed-by: Ravi Bangoria --- tools/perf/scripts/python/syscall-counts.py | 16

[PATCH] perf scripts python: Add Python 3 support to event_analyzing_sample.py

2019-01-16 Thread Seeteena Thoufeek
So incorporate those changes here. Signed-off-by: Seeteena Thoufeek Reviewed-by: Ravi Bangoria --- .../perf/scripts/python/event_analyzing_sample.py | 56 +++--- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/tools/perf/scripts/python/event_analyzing_sample.py

[PATCH] perf scripts python: Add Python 3 support to net_dropmonitor.py

2019-01-16 Thread Seeteena Thoufeek
Support both Python 2 and Python 3 in net_dropmonitor.py. ``print`` is now a function rather than a statement. This should have no functional change. Signed-off-by: Seeteena Thoufeek Reviewed-by: Ravi Bangoria --- tools/perf/scripts/python/net_dropmonitor.py | 8 1 file changed, 4

[PATCH] perf scripts python: Add Python 3 support to stackcollapse.py

2019-01-16 Thread Seeteena Thoufeek
Support both Python 2 and Python 3 in stackcollapse.py. ``print`` is now a function rather than a statement. This should have no functional change. Signed-off-by: Seeteena Thoufeek Reviewed-by: Ravi Bangoria --- tools/perf/scripts/python/stackcollapse.py | 2 +- 1 file changed, 1 insertion

[PATCH] perf scripts python: Add Python 3 support to intel-pt-events.py

2019-01-16 Thread Seeteena Thoufeek
Support both Python 2 and Python 3 in intel-pt-events.py.``print`` is now a function rather than a statement. This should have no functional change. Fixes indentation issue, replace spaces with tab. Signed-off-by: Seeteena Thoufeek Reviewed-by: Ravi Bangoria --- tools/perf/scripts/python

[PATCH] perf scripts python: Add Python 3 support to exported-sql-viewer.py

2019-01-16 Thread Seeteena Thoufeek
Support both Python 2 and Python 3 in exported-sql-viewer.py. ``print`` is now a function rather than a statement. This should have no functional change. Add support of _pickle module in Python3 Signed-off-by: Seeteena Thoufeek Reviewed-by: Ravi Bangoria --- tools/perf/scripts/python/exported

[PATCH] perf scripts python: Add Python 3 support to powerpc-hcalls.py

2019-01-16 Thread Seeteena Thoufeek
Support both Python 2 and Python 3 in powerpc-hcalls.py. ``print`` is now a function rather than a statement. This should have no functional change. The "has_key()" method is deprecated in favor of the "in" operator. So incorporate those changes here. Signed-off-by: Seeteen

[PATCH] perf scripts python: Add Python 3 support to sctop.py

2019-01-16 Thread Seeteena Thoufeek
Support both Python 2 and Python 3 in sctop.py.``print`` is now a function rather than a statement. This should have no functional change. Signed-off-by: Seeteena Thoufeek Reviewed-by: Ravi Bangoria --- tools/perf/scripts/python/sctop.py | 14 +++--- 1 file changed, 7 insertions(+), 7

[PATCH] perf scripts python: Add Python 3 support to failed-syscalls-by-pid.py

2019-01-16 Thread Seeteena Thoufeek
Support both Python 2 and Python 3 in failed-syscalls-by-pid.py. ``print`` is now a function rather than a statement. This should have no functional change. Fixes lambda syntax error. Signed-off-by: Seeteena Thoufeek Reviewed-by: Ravi Bangoria Please enter the commit message for your changes

[PATCH] perf scripts python: Add Python 3 support to mem-phys-addr.py

2019-01-16 Thread Seeteena Thoufeek
Support both Python 2 and Python 3 in mem-phys-addr.py. ``print`` is now a function rather than a statement. This should have no functional change. Fix lambda syntax error. Signed-off-by: Seeteena Thoufeek Reviewed-by: Ravi Bangoria --- tools/perf/scripts/python/mem-phys-addr.py | 12

[PATCH] perf scripts python: Add Python 3 support to export-to-sqlite.py

2019-01-16 Thread Seeteena Thoufeek
Support both Python 2 and Python 3 in export-to-sqlite.py. ``print`` is now a function rather than a statement. This should have no functional change. Signed-off-by: Seeteena Thoufeek Reviewed-by: Ravi Bangoria --- tools/perf/scripts/python/export-to-sqlite.py | 10 +- 1 file changed

[PATCH] perf scripts python: Add Python 3 support to netdev-times.py

2019-01-16 Thread Seeteena Thoufeek
Support both Python 2 and Python 3 in netdev-times.py. ``print`` is now a function rather than a statement. This should have no functional change. Signed-off-by: Seeteena Thoufeek Reviewed-by: Ravi Bangoria --- tools/perf/scripts/python/netdev-times.py | 76 +++ 1

[PATCH] perf scripts python: Add Python 3 support to check-perf-trace.py

2019-01-16 Thread Seeteena Thoufeek
Support both Python 2 and Python 3 in check-perf-trace.py. ``print`` is now a function rather than a statement. This should have no functional change. Fix indentation issue, replace spaces with tab Signed-off-by: Seeteena Thoufeek Reviewed-by: Ravi Bangoria --- tools/perf/scripts/python/check

[tip:perf/urgent] perf script: Show hw-cache events

2018-06-14 Thread tip-bot for Seeteena Thoufeek
Commit-ID: fad76d4333fe73cf3f73704aa34d4ce523b1c458 Gitweb: https://git.kernel.org/tip/fad76d4333fe73cf3f73704aa34d4ce523b1c458 Author: Seeteena Thoufeek AuthorDate: Fri, 8 Jun 2018 16:32:28 +0530 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 8 Jun 2018 13:41:30 -0300 perf

[tip:perf/urgent] perf script: Show hw-cache events

2018-06-14 Thread tip-bot for Seeteena Thoufeek
Commit-ID: fad76d4333fe73cf3f73704aa34d4ce523b1c458 Gitweb: https://git.kernel.org/tip/fad76d4333fe73cf3f73704aa34d4ce523b1c458 Author: Seeteena Thoufeek AuthorDate: Fri, 8 Jun 2018 16:32:28 +0530 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 8 Jun 2018 13:41:30 -0300 perf

[PATCH] perf script: Show hw-cache events

2018-06-08 Thread Seeteena Thoufeek
: # perf script | wc -l 0 After patch: # perf script | wc -l 11 Signed-off-by: Seeteena Thoufeek --- tools/perf/builtin-script.c | 12 1 file changed, 12 insertions(+) diff --git a/tools/perf/builtin-script.c b/tools/perf/builtin-script.c index cefc881..9e94bb7 100644

[PATCH] perf script: Show hw-cache events

2018-06-08 Thread Seeteena Thoufeek
: # perf script | wc -l 0 After patch: # perf script | wc -l 11 Signed-off-by: Seeteena Thoufeek --- tools/perf/builtin-script.c | 12 1 file changed, 12 insertions(+) diff --git a/tools/perf/builtin-script.c b/tools/perf/builtin-script.c index cefc881..9e94bb7 100644

[PATCH v3] Fix header-name to read state name and adjust column width

2017-11-21 Thread Seeteena Thoufeek
8|2052| 15| 0.00|0.00| 99.87 Tested on POWER8, POWER9 and x86. Signed-off-by: Seeteena Thoufeek <s1see...@linux.vnet.ibm.com> --- .../cpupower/utils/idle_monitor/cpupower-monitor.c | 62 +++--- .../cpupower/utils/idle_monitor/cpupower-monitor.h | 6 ++- 2 f

[PATCH v3] Fix header-name to read state name and adjust column width

2017-11-21 Thread Seeteena Thoufeek
8|2052| 15| 0.00|0.00| 99.87 Tested on POWER8, POWER9 and x86. Signed-off-by: Seeteena Thoufeek --- .../cpupower/utils/idle_monitor/cpupower-monitor.c | 62 +++--- .../cpupower/utils/idle_monitor/cpupower-monitor.h | 6 ++- 2 files changed, 47 insertions(+), 21

[PATCH v3] Fix header-name to read state name and adjust column width

2017-08-10 Thread Seeteena Thoufeek
8|2052| 15| 0.00|0.00| 99.87 Tested on POWER8, POWER9 and x86. Signed-off-by: Seeteena Thoufeek <s1see...@linux.vnet.ibm.com> --- .../cpupower/utils/idle_monitor/cpupower-monitor.c | 62 +++--- .../cpupower/utils/idle_monitor/cpupower-monitor.h | 6 ++- 2 f

[PATCH v3] Fix header-name to read state name and adjust column width

2017-08-10 Thread Seeteena Thoufeek
8|2052| 15| 0.00|0.00| 99.87 Tested on POWER8, POWER9 and x86. Signed-off-by: Seeteena Thoufeek --- .../cpupower/utils/idle_monitor/cpupower-monitor.c | 62 +++--- .../cpupower/utils/idle_monitor/cpupower-monitor.h | 6 ++- 2 files changed, 47 insertions(+), 21

[PATCH v3] Fix header-name to read state name and adjust column width

2017-08-10 Thread Seeteena Thoufeek
8|2052| 13| 0.00|0.00|0.00 8|2052| 14| 0.00|0.00|1.99 8|2052| 15| 0.00|0.00| 99.87 Tested on POWER8, POWER9 and x86. Signed-off-by: Seeteena Thoufeek <s1see...@linux.vnet.ibm.com> --- .../cpupower/utils/idle_monitor/cpupower-monitor.

[PATCH v3] Fix header-name to read state name and adjust column width

2017-08-10 Thread Seeteena Thoufeek
8|2052| 13| 0.00|0.00|0.00 8|2052| 14| 0.00|0.00|1.99 8|2052| 15| 0.00|0.00| 99.87 Tested on POWER8, POWER9 and x86. Signed-off-by: Seeteena Thoufeek --- .../cpupower/utils/idle_monitor/cpupower-monitor.c | 62 +++--- .../cpupower/utils

[PATCH v2] Fix header-name to read state name and adjust column width

2017-07-31 Thread Seeteena Thoufeek
8|2052| 15| 0.00|0.00| 99.87 Tested on POWER8, POWER9 and x86. Signed-off-by: Seeteena Thoufeek <s1see...@linux.vnet.ibm.com> --- .../cpupower/utils/idle_monitor/cpupower-monitor.c | 47 +++--- .../cpupower/utils/idle_monitor/cpupower-monitor.h | 7 +++- 2 f

[PATCH v2] Fix header-name to read state name and adjust column width

2017-07-31 Thread Seeteena Thoufeek
8|2052| 15| 0.00|0.00| 99.87 Tested on POWER8, POWER9 and x86. Signed-off-by: Seeteena Thoufeek --- .../cpupower/utils/idle_monitor/cpupower-monitor.c | 47 +++--- .../cpupower/utils/idle_monitor/cpupower-monitor.h | 7 +++- 2 files changed, 37 insertions(+), 17

[PATCH v2] Fix header-name to read state name and adjust column width

2017-07-31 Thread Seeteena Thoufeek
8|2052| 15| 0.00|0.00| 99.87 Tested on POWER8, POWER9 and x86. Signed-off-by: Seeteena Thoufeek <s1see...@linux.vnet.ibm.com> --- .../cpupower/utils/idle_monitor/cpupower-monitor.c | 47 +++--- .../cpupower/utils/idle_monitor/cpupower-monitor.h | 7 +++- 2 f

[PATCH v2] Fix header-name to read state name and adjust column width

2017-07-31 Thread Seeteena Thoufeek
8|2052| 15| 0.00|0.00| 99.87 Tested on POWER8, POWER9 and x86. Signed-off-by: Seeteena Thoufeek --- .../cpupower/utils/idle_monitor/cpupower-monitor.c | 47 +++--- .../cpupower/utils/idle_monitor/cpupower-monitor.h | 7 +++- 2 files changed, 37 insertions(+), 17

[PATCH v2] Fix header-name to read state name and adjust column width

2017-07-31 Thread Seeteena Thoufeek
8|2052| 15| 0.00|0.00| 99.87 Tested on POWER8, POWER9 and x86. Signed-off-by: Seeteena Thoufeek <s1see...@linux.vnet.ibm.com> --- .../cpupower/utils/idle_monitor/cpupower-monitor.c | 47 +++--- .../cpupower/utils/idle_monitor/cpupower-monitor.h | 7 +++- 2 f

[PATCH v2] Fix header-name to read state name and adjust column width

2017-07-31 Thread Seeteena Thoufeek
8|2052| 15| 0.00|0.00| 99.87 Tested on POWER8, POWER9 and x86. Signed-off-by: Seeteena Thoufeek --- .../cpupower/utils/idle_monitor/cpupower-monitor.c | 47 +++--- .../cpupower/utils/idle_monitor/cpupower-monitor.h | 7 +++- 2 files changed, 37 insertions(+), 17

[PATCH] Fix header-name to read full state name and adjust column width

2017-07-06 Thread Seeteena Thoufeek
| 0| 0.00| 0.00| 99.83 0| 8| 1| 0.00| 0.00| 43.82 0| 8| 2| 0.00| 0.00| 102.1 0| 8| 3| 0.00| 0.00| 96.56 tested on x86 as well. Signed-off-by: Seeteena Thoufeek <s1see...@linux.vnet.ibm.com> --- .../cpupower/utils/idle_monitor/cp

[PATCH] Fix header-name to read full state name and adjust column width

2017-07-06 Thread Seeteena Thoufeek
| 0| 0.00| 0.00| 99.83 0| 8| 1| 0.00| 0.00| 43.82 0| 8| 2| 0.00| 0.00| 102.1 0| 8| 3| 0.00| 0.00| 96.56 tested on x86 as well. Signed-off-by: Seeteena Thoufeek --- .../cpupower/utils/idle_monitor/cpupower-monitor.c | 25