Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1364301

Re: [PATCH 0/6][perf/core] perf tools: Fixes

From Arnaldo Carvalho de Melo <acme@kernel.org>
Newsgroups linux.kernel
Subject Re: [PATCH 0/6][perf/core] perf tools: Fixes
Date 2016-03-24 17:10 +0100
Message-ID <rgfZE-53T-15@gated-at.bofh.it> (permalink)
References <rgd1M-2Ln-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Em Thu, Mar 24, 2016 at 01:52:14PM +0100, Jiri Olsa escreveu:
> hi,
> sending assorted fixes and leftover from previous mem patchset.
> 
> Also available in here:
>   git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf.git
>   perf/fixes

Applied all, after adjustments, except for patch 1.

- Arnaldo
 
> thanks,
> jirka
> ---
> Jiri Olsa (6):
>       perf mem: Add --ldlat option
>       perf mem: Add -U/-K (--all-user/--all-kernel) options
>       perf tools: Make hists__collapse_insert_entry static
>       perf tools: Introduce trim function
>       perf tools: Unify -f/--force option documentation
>       perf tests: Add test to check for event times
> 
>  tools/perf/Documentation/perf-annotate.txt |   2 +-
>  tools/perf/Documentation/perf-diff.txt     |   2 +-
>  tools/perf/Documentation/perf-mem.txt      |  11 +++++
>  tools/perf/Documentation/perf-report.txt   |   2 +-
>  tools/perf/Documentation/perf-script.txt   |   4 ++
>  tools/perf/builtin-mem.c                   |  12 ++++-
>  tools/perf/tests/Build                     |   1 +
>  tools/perf/tests/builtin-test.c            |   4 ++
>  tools/perf/tests/event-times.c             | 236 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  tools/perf/tests/tests.h                   |   1 +
>  tools/perf/ui/browsers/hists.c             |   3 +-
>  tools/perf/ui/stdio/hist.c                 |   3 +-
>  tools/perf/util/hist.c                     |   5 +-
>  tools/perf/util/hist.h                     |   2 -
>  tools/perf/util/mem-events.c               |  17 ++++++-
>  tools/perf/util/mem-events.h               |   1 +
>  tools/perf/util/util.h                     |   5 ++
>  17 files changed, 298 insertions(+), 13 deletions(-)
>  create mode 100644 tools/perf/tests/event-times.c

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH 0/6][perf/core] perf tools: Fixes Jiri Olsa <jolsa@kernel.org> - 2016-03-24 14:00 +0100
  [PATCH 4/6] perf tools: Introduce trim function Jiri Olsa <jolsa@kernel.org> - 2016-03-24 14:00 +0100
  [PATCH 5/6] perf tools: Unify -f/--force option documentation Jiri Olsa <jolsa@kernel.org> - 2016-03-24 14:00 +0100
    [tip:perf/core] perf tools: Make -f/--force option documentation  consistent across tools tip-bot for Jiri Olsa <tipbot@zytor.com> - 2016-03-31 09:00 +0200
  [PATCH 6/6] perf tests: Add test to check for event times Jiri Olsa <jolsa@kernel.org> - 2016-03-24 14:00 +0100
    [tip:perf/core] perf tests: Add test to check for event times tip-bot for Jiri Olsa <tipbot@zytor.com> - 2016-03-31 09:00 +0200
  Re: [PATCH 0/6][perf/core] perf tools: Fixes Arnaldo Carvalho de Melo <acme@kernel.org> - 2016-03-24 17:10 +0100

csiph-web