lkml.org 
[lkml]   [2016]   [Aug]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 0/7] perf tools: Several fixes
Date
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

\
 
 \ /
  Last update: 2016-08-01 21:41    [W:0.210 / U:0.336 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site