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
/lib64/power9/libc-2.28.so)
132e830f4 [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 inserti
On 01/19/2019 06:15 AM, Tony Jones wrote:
On 1/17/19 1:45 AM, Seeteena Thoufeek wrote:
+if sys.version_info[0] < 3:
+import cPickle
+else:
+import _pickle as cPickle
Do you really need this?
pickle is already in Python2.
Also, did you test these changes on Python3?
I th
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
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
I have added
On 01/16/2019 10:02 PM, Jonathan Corbet wrote:
On Wed, 16 Jan 2019 21:53:36 +0530
Seeteena Thoufeek wrote:
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
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
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
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
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
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
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
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
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-by
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
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
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
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
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
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
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
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
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
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
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
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
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-by
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
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
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
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
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
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
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
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
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
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
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
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
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
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
:
# 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
--- a
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
Any update on this patch ?
On 07/31/2017 02:32 PM, Seeteena Thoufeek wrote:
The names of the idle states in the output of cpupower monitor
command are truncated to 4 characters. Hence, On POWER9, since
the states are named "stop0, stop1, stop2, stop4, stop11",
this output is ambig
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
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
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
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
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
| 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
Hi , Let me know if the below community fix is been merged into upstream
code.
https://www.mail-archive.com/linux-scsi@vger.kernel.org/msg39187.html
Thanks
Seeteena
On 01/11/2017 12:14 PM, abdul wrote:
Hi
Today's mainline shows warning while load/unload lpfc module on PowerPC
Ma
51 matches
Mail list logo