From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0BEC4138334 for ; Wed, 7 Aug 2019 20:26:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44A0CE0826; Wed, 7 Aug 2019 20:26:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0829BE0826 for ; Wed, 7 Aug 2019 20:26:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 42B163494DC for ; Wed, 7 Aug 2019 20:26:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27BDC6FF for ; Wed, 7 Aug 2019 20:26:01 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1565209553.c1bbbe478dad48e842ceb89f61a099ab0a5c5806.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/jemalloc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/jemalloc/jemalloc-5.0.1.ebuild dev-libs/jemalloc/jemalloc-5.1.0.ebuild dev-libs/jemalloc/jemalloc-5.2.0.ebuild dev-libs/jemalloc/metadata.xml X-VCS-Directories: dev-libs/jemalloc/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: c1bbbe478dad48e842ceb89f61a099ab0a5c5806 X-VCS-Branch: master Date: Wed, 7 Aug 2019 20:26:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1812ca40-c3cd-455a-ad9d-cc3d7d6194e0 X-Archives-Hash: 16d4a2fd3bbfa34dc20a9df13f37c741 commit: c1bbbe478dad48e842ceb89f61a099ab0a5c5806 Author: Han Han gmail com> AuthorDate: Sat Jul 27 14:34:06 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Aug 7 20:25:53 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1bbbe47 dev-libs/jemalloc: Add USE flag prof Add USE flag prof to enable or disable allocation profiling. Signed-off-by: Han Han gmail.com> Closes: https://github.com/gentoo/gentoo/pull/12556 Signed-off-by: Thomas Deutschmann gentoo.org> dev-libs/jemalloc/jemalloc-5.0.1.ebuild | 3 ++- dev-libs/jemalloc/jemalloc-5.1.0.ebuild | 3 ++- dev-libs/jemalloc/jemalloc-5.2.0.ebuild | 3 ++- dev-libs/jemalloc/metadata.xml | 1 + 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/dev-libs/jemalloc/jemalloc-5.0.1.ebuild b/dev-libs/jemalloc/jemalloc-5.0.1.ebuild index f5ad09f06a6..ddad51b8e61 100644 --- a/dev-libs/jemalloc/jemalloc-5.0.1.ebuild +++ b/dev-libs/jemalloc/jemalloc-5.0.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/jemalloc/jemalloc/releases/download/${PV}/${P}.tar.b LICENSE="BSD" SLOT="0/2" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" -IUSE="debug hardened +hugepages lazy-lock static-libs stats xmalloc" +IUSE="debug hardened +hugepages lazy-lock prof static-libs stats xmalloc" HTML_DOCS=( doc/jemalloc.html ) PATCHES=( "${FILESDIR}/${PN}-5.0.1-strip-optimization.patch" "${FILESDIR}/${PN}-4.5.0-fix_html_install.patch" @@ -40,6 +40,7 @@ multilib_src_configure() { $(use_enable debug) \ $(use_enable lazy-lock) \ $(use_enable hugepages thp) \ + $(use_enable prof) \ $(use_enable stats) \ $(use_enable xmalloc) \ "${myconf[@]}" diff --git a/dev-libs/jemalloc/jemalloc-5.1.0.ebuild b/dev-libs/jemalloc/jemalloc-5.1.0.ebuild index 7eda36ea909..3a7b8d7c3de 100644 --- a/dev-libs/jemalloc/jemalloc-5.1.0.ebuild +++ b/dev-libs/jemalloc/jemalloc-5.1.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/jemalloc/jemalloc/releases/download/${PV}/${P}.tar.b LICENSE="BSD" SLOT="0/2" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" -IUSE="debug hardened lazy-lock static-libs stats xmalloc" +IUSE="debug hardened lazy-lock prof static-libs stats xmalloc" HTML_DOCS=( doc/jemalloc.html ) PATCHES=( "${FILESDIR}/${PN}-5.0.1-strip-optimization.patch" "${FILESDIR}/${PN}-4.5.0-fix_html_install.patch" @@ -39,6 +39,7 @@ multilib_src_configure() { econf \ $(use_enable debug) \ $(use_enable lazy-lock) \ + $(use_enable prof) \ $(use_enable stats) \ $(use_enable xmalloc) \ "${myconf[@]}" diff --git a/dev-libs/jemalloc/jemalloc-5.2.0.ebuild b/dev-libs/jemalloc/jemalloc-5.2.0.ebuild index 16ced36e757..3e82a451db0 100644 --- a/dev-libs/jemalloc/jemalloc-5.2.0.ebuild +++ b/dev-libs/jemalloc/jemalloc-5.2.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/jemalloc/jemalloc/releases/download/${PV}/${P}.tar.b LICENSE="BSD" SLOT="0/2" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" -IUSE="debug hardened lazy-lock static-libs stats xmalloc" +IUSE="debug hardened lazy-lock prof static-libs stats xmalloc" HTML_DOCS=( doc/jemalloc.html ) PATCHES=( "${FILESDIR}/${PN}-5.2.0-gentoo-fixups.patch" ) @@ -38,6 +38,7 @@ multilib_src_configure() { econf \ $(use_enable debug) \ $(use_enable lazy-lock) \ + $(use_enable prof) \ $(use_enable stats) \ $(use_enable xmalloc) \ "${myconf[@]}" diff --git a/dev-libs/jemalloc/metadata.xml b/dev-libs/jemalloc/metadata.xml index 848a0a7987d..14624ae1ff1 100644 --- a/dev-libs/jemalloc/metadata.xml +++ b/dev-libs/jemalloc/metadata.xml @@ -11,6 +11,7 @@ Enable transparent huge page support Enable lazy locking (only lock when multi-threaded) + Enable allocation profiling Enable statistics calculation/reporting Add support for xmalloc (abort-on-out-of-memory)