Date: Sat, 01 Apr 2017 22:23:28 -0400 From: Johannes M Dieterich <jmd@freebsd.org> To: Adam Weinberger <adamw@adamw.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r437514 - in head/benchmarks: . flamegraph Message-ID: <f28a3280938ad1ba4b0917471dfb6e24@freebsd.org> In-Reply-To: <CB0278BB-28DD-4F42-AD40-28B1FE41DE47@adamw.org> References: <201704020106.v3216QHH078606@repo.freebsd.org> <CB0278BB-28DD-4F42-AD40-28B1FE41DE47@adamw.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2017-04-01 22:18, Adam Weinberger wrote: >> On 1 Apr, 2017, at 19:06, Johannes M Dieterich <jmd@FreeBSD.org> >> wrote: >> >> Author: jmd >> Date: Sun Apr 2 01:06:25 2017 >> New Revision: 437514 >> URL: https://svnweb.freebsd.org/changeset/ports/437514 >> >> Log: >> new port: benchmarks/flamegraph >> >> A trivial port of Brendan Gregg's collection of flamegraph scripts (a >> lot of shebang-fixes). This will allow developers to visually profile >> output from, e.g., ljp and dtrace to locate CPU and memory hogs in >> workloads. >> >> Reviewed by: swills (mentor) >> Approved by: swills (mentor) >> Differential Revision: https://reviews.freebsd.org/D10233 >> >> >> +SOURCE_FILES= aix-perf.pl \ >> + difffolded.pl \ >> + files.pl \ >> + flamegraph.pl \ >> + pkgsplit-perf.sh \ >> + range-perf.pl \ >> + stackcollapse-aix.pl \ >> + stackcollapse-elfutils.pl \ >> + stackcollapse-gdb.pl \ >> + stackcollapse-go.pl \ >> + stackcollapse-instruments.pl \ >> + stackcollapse-jstack.pl \ >> + stackcollapse-ljp.awk \ >> + stackcollapse-perf.pl \ >> + stackcollapse-pmc.pl \ >> + stackcollapse-recursive.pl \ >> + stackcollapse-stap.pl \ >> + stackcollapse-vtune.pl \ >> + stackcollapse.pl >> + >> +do-install: >> +.for FILE in ${SOURCE_FILES} >> + ${INSTALL_DATA} ${WRKSRC}/${FILE} ${STAGEDIR}/${PREFIX}/bin/${FILE} >> +.endfor > > Do these not need to be executable? Well, one could execute them using perl/bash. But I will mark them executable. Thanks!
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?f28a3280938ad1ba4b0917471dfb6e24>