Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Apr 2017 20:18:57 -0600
From:      Adam Weinberger <adamw@adamw.org>
To:        Johannes M Dieterich <jmd@FreeBSD.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:  <CB0278BB-28DD-4F42-AD40-28B1FE41DE47@adamw.org>
In-Reply-To: <201704020106.v3216QHH078606@repo.freebsd.org>
References:  <201704020106.v3216QHH078606@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> On 1 Apr, 2017, at 19:06, Johannes M Dieterich <jmd@FreeBSD.org> =
wrote:
>=20
> Author: jmd
> Date: Sun Apr  2 01:06:25 2017
> New Revision: 437514
> URL: https://svnweb.freebsd.org/changeset/ports/437514
>=20
> Log:
>  new port: benchmarks/flamegraph
>=20
>  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.
>=20
>  Reviewed by:	swills (mentor)
>  Approved by:	swills (mentor)
>  Differential Revision:	https://reviews.freebsd.org/D10233
>=20
>=20
> +SOURCE_FILES=3D	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?

# Adam


=E2=80=94
Adam Weinberger
adamw@adamw.org
http://www.adamw.org





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CB0278BB-28DD-4F42-AD40-28B1FE41DE47>