lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 8 May 2018 21:27:42 +0000
From:   Jeremy Cline <jeremy@...ine.org>
To:     Peter Zijlstra <peterz@...radead.org>,
        Ingo Molnar <mingo@...hat.com>,
        Arnaldo Carvalho de Melo <acme@...nel.org>
Cc:     Alexander Shishkin <alexander.shishkin@...ux.intel.com>,
        Jiri Olsa <jolsa@...hat.com>,
        Namhyung Kim <namhyung@...nel.org>,
        "Herton R . Krzesinski" <herton@...hat.com>,
        linux-perf-users@...r.kernel.org, linux-kernel@...r.kernel.org,
        Jeremy Cline <jeremy@...ine.org>
Subject: [PATCH 0/8] Improve Python 3 support in perf

Hi folks,

This patch set adds Python 3 support to a number of perf scripts,
including those generated by "perf script -g python", without breaking
Python 2 compatibility.

Jeremy Cline (8):
  perf tools: Generate a Python script compatible with Python 2 and 3
  perf scripts python: Add Python 3 support to Core.py
  perf scripts python: Add Python 3 support to SchedGui.py
  perf scripts python: Add Python 3 support to Util.py
  perf scripts python: Add Python 3 support to EventClass.py
  perf scripts python: Add Python 3 support to sched-migration.py
  perf scripts python: Add Python 3 support to stat-cpi.py
  perf tests: Add Python 3 support to attr.py

 .../Perf-Trace-Util/lib/Perf/Trace/Core.py    | 40 ++++++++-----------
 .../lib/Perf/Trace/EventClass.py              |  4 +-
 .../lib/Perf/Trace/SchedGui.py                |  2 +-
 .../Perf-Trace-Util/lib/Perf/Trace/Util.py    | 11 ++---
 tools/perf/scripts/python/sched-migration.py  | 14 ++++---
 tools/perf/scripts/python/stat-cpi.py         |  5 ++-
 tools/perf/tests/attr.py                      | 32 +++++++++------
 .../scripting-engines/trace-event-python.c    | 29 +++++++-------
 8 files changed, 74 insertions(+), 63 deletions(-)

-- 
2.17.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ