Index: head/benchmarks/flamegraph/Makefile =================================================================== --- head/benchmarks/flamegraph/Makefile +++ head/benchmarks/flamegraph/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flamegraph -PORTVERSION= g20170308 +PORTVERSION= g20170824 PORTREVISION= 1 CATEGORIES= benchmarks @@ -18,7 +18,7 @@ USE_GITHUB= yes GH_ACCOUNT= brendangregg GH_PROJECT= FlameGraph -GH_TAGNAME= 74764af +GH_TAGNAME= a8d807a USES= shebangfix perl5 NO_BUILD= yes @@ -29,7 +29,7 @@ difffolded.pl \ files.pl \ flamegraph.pl \ - pkgsplit-perf.sh \ + pkgsplit-perf.pl \ range-perf.pl \ stackcollapse-aix.pl \ stackcollapse-elfutils.pl \ @@ -42,6 +42,7 @@ stackcollapse-pmc.pl \ stackcollapse-recursive.pl \ stackcollapse-stap.pl \ + stackcollapse-vsprof.pl \ stackcollapse-vtune.pl \ stackcollapse.pl Index: head/benchmarks/flamegraph/distinfo =================================================================== --- head/benchmarks/flamegraph/distinfo +++ head/benchmarks/flamegraph/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1491067519 -SHA256 (brendangregg-FlameGraph-g20170308-74764af_GH0.tar.gz) = f9b45d8df7e606749d86f86a7d83be63796aba42499362f20f8dcebfd2058cc4 -SIZE (brendangregg-FlameGraph-g20170308-74764af_GH0.tar.gz) = 960356 +TIMESTAMP = 1503550520 +SHA256 (brendangregg-FlameGraph-g20170824-a8d807a_GH0.tar.gz) = e2ca156cfb4511a84adb17bf00e49e52b3db924de4c4bf7a18b8ab8d3f24035f +SIZE (brendangregg-FlameGraph-g20170824-a8d807a_GH0.tar.gz) = 1050056 Index: head/benchmarks/flamegraph/pkg-plist =================================================================== --- head/benchmarks/flamegraph/pkg-plist +++ head/benchmarks/flamegraph/pkg-plist @@ -2,7 +2,7 @@ bin/difffolded.pl bin/files.pl bin/flamegraph.pl -bin/pkgsplit-perf.sh +bin/pkgsplit-perf.pl bin/range-perf.pl bin/stackcollapse-aix.pl bin/stackcollapse-elfutils.pl @@ -15,5 +15,6 @@ bin/stackcollapse-pmc.pl bin/stackcollapse-recursive.pl bin/stackcollapse-stap.pl +bin/stackcollapse-vsprof.pl bin/stackcollapse-vtune.pl bin/stackcollapse.pl