Re: [GIT PULL 00/19] perf/core improvements and fixes

From: Arnaldo Carvalho de Melo
Date: Mon Aug 14 2017 - 13:52:55 EST


Em Mon, Aug 14, 2017 at 07:39:48PM +0200, Ingo Molnar escreveu:
> * Arnaldo Carvalho de Melo <acme@xxxxxxxxxx> wrote:
> > Infrastructure:

> > - Add support for shell based tests in 'perf test', add a few that
> > run 'perf probe', 'perf trace', using kprobes, uprobes to check
> > the output of those tools and the effects on the system, checking,
> > for instance, DWARF backtraces from uprobes (Arnaldo Carvalho de Melo)
<SNIP>
> > create mode 100644 tools/perf/tests/shell/lib/probe_vfs_getname.sh
> > create mode 100755 tools/perf/tests/shell/probe_vfs_getname.sh
> > create mode 100755 tools/perf/tests/shell/record+script_probe_vfs_getname.sh
> > create mode 100755 tools/perf/tests/shell/trace+probe_libc_inet_pton.sh
> > create mode 100755 tools/perf/tests/shell/trace+probe_vfs_getname.sh
>
> Pulled, thanks a lot Arnaldo!

Thanks! I'm working with Kim Phillips to fix some issues he noticed
while testing on his ARM systems where 'perf probe' is not available, my
perf/core branch has several fixes to handle this that will be in my
next pull request.

- Arnaldo