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:	Mon,  1 Aug 2016 20:02:28 +0200
From:	Jiri Olsa <jolsa@...nel.org>
To:	Arnaldo Carvalho de Melo <acme@...nel.org>
Cc:	lkml <linux-kernel@...r.kernel.org>,
	David Ahern <dsahern@...il.com>,
	Ingo Molnar <mingo@...nel.org>,
	Namhyung Kim <namhyung@...nel.org>,
	Peter Zijlstra <a.p.zijlstra@...llo.nl>
Subject: [PATCH 0/7] perf tools: Several fixes

hi,
sending assorted fixes that will be needed
for c2c patchset.

I understand it's mostly adding new functions
with no user ATM, but they are quite generic
and could be useful for others as well.

Accepting this would lower the volume of the
c2c patchset I intent to send out ;-) 
Also available in;
  git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf.git
  perf/fixes

thanks,
jirka


---
Jiri Olsa (7):
      tools lib: Add bitmap_alloc function
      tools lib: Add bitmap_snprintf function
      tools lib: Add bitmap_and function
      perf tests: Add test for bitmap_snprintf function
      perf tools: Move config/Makefile into Makefile.config
      perf tools: Introduce hists__output_resort_cb function
      perf tools: Add --sample-cpu option to record command

 tools/include/linux/bitmap.h                    | 37 +++++++++++++++++++++++++++++++++++++
 tools/lib/bitmap.c                              | 44 ++++++++++++++++++++++++++++++++++++++++++++
 tools/perf/Documentation/perf-record.txt        |  3 +++
 tools/perf/{config/Makefile => Makefile.config} |  0
 tools/perf/Makefile.perf                        |  6 +++---
 tools/perf/builtin-record.c                     |  1 +
 tools/perf/perf.h                               |  1 +
 tools/perf/tests/Build                          |  1 +
 tools/perf/tests/bitmap.c                       | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 tools/perf/tests/builtin-test.c                 |  4 ++++
 tools/perf/tests/tests.h                        |  1 +
 tools/perf/util/evsel.c                         |  2 +-
 tools/perf/util/hist.c                          | 15 ++++++++++++---
 tools/perf/util/hist.h                          |  4 ++++
 14 files changed, 165 insertions(+), 7 deletions(-)
 rename tools/perf/{config/Makefile => Makefile.config} (100%)
 create mode 100644 tools/perf/tests/bitmap.c

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ