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, 22 Aug 2017 12:40:22 -0400
From:   kan.liang@...el.com
To:     mingo@...hat.com, peterz@...radead.org,
        linux-kernel@...r.kernel.org, eranian@...gle.com
Cc:     acme@...nel.org, jolsa@...hat.com, tglx@...utronix.de,
        ak@...ux.intel.com, Kan Liang <kan.liang@...el.com>
Subject: [PATCH 0/5] support PERF_SAMPLE_PHYS_ADDR (user)

From: Kan Liang <kan.liang@...el.com>

The patch series is to support PERF_SAMPLE_PHYS_ADDR in user perf tool.
The kernel patch can be found here.
http://www.mail-archive.com/linux-kernel@vger.kernel.org/msg1472034.html

Kan Liang (5):
  perf tools: add option to record sample physical address
  perf tools: add sort option phys_daddr
  perf mem: support physical address
  perf script: support physical addresses
  perf test: add test case for PERF_SAMPLE_PHYS_ADDR

 tools/include/uapi/linux/perf_event.h    |  4 +-
 tools/perf/Documentation/perf-mem.txt    |  4 ++
 tools/perf/Documentation/perf-record.txt |  6 +-
 tools/perf/Documentation/perf-report.txt |  1 +
 tools/perf/Documentation/perf-script.txt |  2 +-
 tools/perf/builtin-mem.c                 | 97 +++++++++++++++++++++++---------
 tools/perf/builtin-record.c              |  9 +++
 tools/perf/builtin-script.c              | 21 ++++++-
 tools/perf/perf.h                        |  1 +
 tools/perf/tests/sample-parsing.c        |  6 +-
 tools/perf/util/event.h                  |  1 +
 tools/perf/util/evsel.c                  | 17 ++++++
 tools/perf/util/hist.c                   |  3 +
 tools/perf/util/hist.h                   |  1 +
 tools/perf/util/machine.c                |  7 ++-
 tools/perf/util/session.c                |  3 +
 tools/perf/util/sort.c                   | 42 ++++++++++++++
 tools/perf/util/sort.h                   |  1 +
 tools/perf/util/symbol.h                 |  1 +
 19 files changed, 193 insertions(+), 34 deletions(-)

-- 
2.4.3

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ