diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2020-11-30 04:15:02 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2020-11-30 04:15:02 +0000 |
commit | be924abd50df062564aec75ae26a21b460b9796e (patch) | |
tree | c5e2f41a7b741d0b3cb462b20a53f7d1c3981bec /benchmarks/flamegraph | |
parent | aa4d02a7fe380206a2bb7b8cf0a7722c1620789f (diff) | |
download | ports-be924abd50df062564aec75ae26a21b460b9796e.tar.gz ports-be924abd50df062564aec75ae26a21b460b9796e.zip |
Notes
Diffstat (limited to 'benchmarks/flamegraph')
-rw-r--r-- | benchmarks/flamegraph/Makefile | 11 | ||||
-rw-r--r-- | benchmarks/flamegraph/distinfo | 6 | ||||
-rw-r--r-- | benchmarks/flamegraph/pkg-plist | 2 |
3 files changed, 12 insertions, 7 deletions
diff --git a/benchmarks/flamegraph/Makefile b/benchmarks/flamegraph/Makefile index 96b4a7317938..c0221ac9997f 100644 --- a/benchmarks/flamegraph/Makefile +++ b/benchmarks/flamegraph/Makefile @@ -2,8 +2,9 @@ # $FreeBSD$ PORTNAME= flamegraph -PORTVERSION= g20170824 -PORTREVISION= 1 +DISTVERSIONPREFIX= v +DISTVERSION= 1.0-43 +DISTVERSIONSUFFIX= -ga258e78 CATEGORIES= benchmarks MAINTAINER= jmd@FreeBSD.org @@ -15,12 +16,12 @@ LICENSE_FILE= ${WRKSRC}/docs/cddl1.txt BUILD_DEPENDS= bash>=0:shells/bash RUN_DEPENDS= bash>=0:shells/bash +USES= shebangfix perl5 + USE_GITHUB= yes GH_ACCOUNT= brendangregg GH_PROJECT= FlameGraph -GH_TAGNAME= a8d807a -USES= shebangfix perl5 NO_BUILD= yes SHEBANG_FILES= *.pl *.sh @@ -32,10 +33,12 @@ SOURCE_FILES= aix-perf.pl \ pkgsplit-perf.pl \ range-perf.pl \ stackcollapse-aix.pl \ + stackcollapse-bpftrace.pl \ stackcollapse-elfutils.pl \ stackcollapse-gdb.pl \ stackcollapse-go.pl \ stackcollapse-instruments.pl \ + stackcollapse-java-exceptions.pl \ stackcollapse-jstack.pl \ stackcollapse-ljp.awk \ stackcollapse-perf.pl \ diff --git a/benchmarks/flamegraph/distinfo b/benchmarks/flamegraph/distinfo index b77ac2841754..746d7185d78b 100644 --- a/benchmarks/flamegraph/distinfo +++ b/benchmarks/flamegraph/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1503550520 -SHA256 (brendangregg-FlameGraph-g20170824-a8d807a_GH0.tar.gz) = e2ca156cfb4511a84adb17bf00e49e52b3db924de4c4bf7a18b8ab8d3f24035f -SIZE (brendangregg-FlameGraph-g20170824-a8d807a_GH0.tar.gz) = 1050056 +TIMESTAMP = 1606165740 +SHA256 (brendangregg-FlameGraph-v1.0-43-ga258e78_GH0.tar.gz) = e5bfaee2049e8d60c365fdaacb7ba3d424dd4a85018fdcd0d3c906a7578a14b7 +SIZE (brendangregg-FlameGraph-v1.0-43-ga258e78_GH0.tar.gz) = 1054300 diff --git a/benchmarks/flamegraph/pkg-plist b/benchmarks/flamegraph/pkg-plist index 9de97ea4baac..e0d60adb3746 100644 --- a/benchmarks/flamegraph/pkg-plist +++ b/benchmarks/flamegraph/pkg-plist @@ -5,10 +5,12 @@ bin/flamegraph.pl bin/pkgsplit-perf.pl bin/range-perf.pl bin/stackcollapse-aix.pl +bin/stackcollapse-bpftrace.pl bin/stackcollapse-elfutils.pl bin/stackcollapse-gdb.pl bin/stackcollapse-go.pl bin/stackcollapse-instruments.pl +bin/stackcollapse-java-exceptions.pl bin/stackcollapse-jstack.pl bin/stackcollapse-ljp.awk bin/stackcollapse-perf.pl |