From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnaldo Carvalho de Melo Subject: Re: [GIT PULL 00/19] perf/core improvements and fixes Date: Mon, 14 Aug 2017 14:52:30 -0300 Message-ID: <20170814175230.GC2327@redhat.com> References: <20170814162741.6101-1-acme@kernel.org> <20170814173948.pio6tbbkmqwrksmn@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20170814173948.pio6tbbkmqwrksmn@gmail.com> Sender: linux-kernel-owner@vger.kernel.org To: Ingo Molnar Cc: Kim Phillips , linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org, Adrian Hunter , Andi Kleen , Anton Blanchard , David Ahern , Hendrik Brueckner , Jiri Olsa , linuxppc-dev@lists.ozlabs.org, Matt Fleming , Michael Ellerman , Michael Petlan , Milian Wolff , Namhyung Kim , "Naveen N . Rao" , Paul Clarke , Peter Zijlstra , Sukadev Bhattiprolu , Thomas-Mich Richter List-Id: linux-perf-users.vger.kernel.org Em Mon, Aug 14, 2017 at 07:39:48PM +0200, Ingo Molnar escreveu: > * Arnaldo Carvalho de Melo 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) > > 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