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:	Fri, 18 Oct 2013 15:28:57 +0300
From:	Adrian Hunter <adrian.hunter@...el.com>
To:	Arnaldo Carvalho de Melo <acme@...stprotocols.net>
Cc:	Peter Zijlstra <a.p.zijlstra@...llo.nl>,
	Ingo Molnar <mingo@...hat.com>, linux-kernel@...r.kernel.org,
	David Ahern <dsahern@...il.com>,
	Frederic Weisbecker <fweisbec@...il.com>,
	Jiri Olsa <jolsa@...hat.com>, Mike Galbraith <efault@....de>,
	Namhyung Kim <namhyung@...il.com>,
	Paul Mackerras <paulus@...ba.org>,
	Stephane Eranian <eranian@...gle.com>
Subject: [PATCH 00/19] perf tools: fixes and tweaks

Hi

Here are some fixes and tweaks for perf tools.


Adrian Hunter (19):
      perf evsel: Add missing 'mmap2' from debug print
      perf evsel: Add a debug print if perf_event_open fails
      perf record: Improve write_output error message
      perf evsel: Add missing decrement in id sample parsing
      perf session: Add missing sample flush for piped events
      perf session: Add missing members to perf_event__attr_swap()
      perf script: Set up output options for in-stream attributes
      perf inject: Do not repipe attributes to a perf.data file
      perf tools: Fix 32-bit cross build
      perf evlist: Fix 32-bit build error
      perf tools: Fix test_on_exit for 32-bit build
      perf tools: Fix bench/numa.c for 32-bit build
      perf tools: Fix libunwind build and feature detection for 32-bit build
      perf evlist: Add a debug print if event buffer mmap fails
      perf tools: fix perf_evlist__mmap comments
      perf tools: factor out duplicated evlist mmap code
      perf script: print addr by default for BTS
      perf record: add an option to force per-cpu mmaps
      perf tools: allow non-matching sample types

 tools/perf/Documentation/perf-record.txt        |   6 ++
 tools/perf/Makefile.perf                        |   2 +-
 tools/perf/bench/numa.c                         |   4 +-
 tools/perf/builtin-inject.c                     |   5 +
 tools/perf/builtin-record.c                     |   4 +-
 tools/perf/builtin-script.c                     | 106 ++++++++++++++------
 tools/perf/config/Makefile                      |   8 +-
 tools/perf/config/feature-checks/Makefile       |   6 +-
 tools/perf/config/feature-checks/test-on-exit.c |   1 +
 tools/perf/util/event.h                         |  16 +++
 tools/perf/util/evlist.c                        | 126 ++++++++++++++----------
 tools/perf/util/evlist.h                        |   1 +
 tools/perf/util/evsel.c                         |   8 +-
 tools/perf/util/record.c                        |   5 +-
 tools/perf/util/session.c                       |  11 ++-
 tools/perf/util/target.h                        |   1 +
 16 files changed, 211 insertions(+), 99 deletions(-)


Regards
Adrian

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ