summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-util/perf: keyword 6.4-r1 for ~loongWANG Xuerui2023-07-111-1/+1
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* dev-util/perf: Filter LTO flagsMatt Turner2023-07-103-3/+9
| | | | | Bug: https://bugs.gentoo.org/858449 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/perf: move myself up in maintainers to get assigned perf bugsGuilherme Amadio2023-07-061-4/+4
| | | | Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
* dev-util/perf: drop 5.19-r1, 6.0-r1, 6.2-r1Guilherme Amadio2023-07-065-861/+0
| | | | | | | Closes: https://bugs.gentoo.org/832704 Closes: https://bugs.gentoo.org/855539 Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
* dev-util/perf: build fixes for USE=-libtraceevent and USE=-tcmallocGuilherme Amadio2023-07-061-8/+11
| | | | | | | | | | | | | | Most NO_FOO tests use "ifndef NO_FOO", but NO_LIBTRACEEVENT in particular uses "ifneq ($(NO_LIBTRACEEVENT),1)", so puse didn't work for it. Same for TCMALLOC, the test is ifneq "($(TCMALLOC),)" so a plain usex fails to disable it as it sets TCMALLOC=no. Closes: https://bugs.gentoo.org/909770 Closes: https://bugs.gentoo.org/909763 Closes: https://bugs.gentoo.org/909764 Closes: https://bugs.gentoo.org/909756 Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
* dev-util/perf: version bump to 6.4Guilherme Amadio2023-07-064-0/+335
| | | | Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
* dev-util/perf: Remove IUSE=zlib and always enable supportMatt Turner2023-06-281-3/+3
| | | | | | | | libbpf support is built unconditionally, and it requires zlib. zlib is on every system anyway, so remove the USE flag. Closes: https://bugs.gentoo.org/839003 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/perf: Fix dependency for USE=cryptMatt Turner2023-06-281-1/+1
| | | | | | | | perf links with libcrypto.so (from dev-libs/openssl), not libcrypt.so (from virtual/libcrypt). Closes: https://bugs.gentoo.org/909167 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/perf: Add IUSE=capsMatt Turner2023-06-281-1/+3
| | | | | | | Fixes an automatic dependency on sys-libs/libcap. Bug: https://bugs.gentoo.org/909167 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/perf: Subscribe to subslot of sys-libs/libunwindMatt Turner2023-06-281-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/perf: Subscribe to subslot of dev-libs/libpfmMatt Turner2023-06-281-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/perf: Subscribe to subslot of app-arch/zstdMatt Turner2023-06-281-1/+1
| | | | | Bug: https://bugs.gentoo.org/909167 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/perf: Reformat RDEPENDMatt Turner2023-06-281-3/+5
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/perf: Use bash array for emake argumentsMatt Turner2023-06-281-39/+42
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/perf: Bump to EAPI=8, update PYTHON_COMPATMatt Turner2023-06-281-0/+269
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/perf: Stabilize 6.3 ppc, #909049Sam James2023-06-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/perf: Stabilize 6.3 arm64, #909049Sam James2023-06-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/perf: Stabilize 6.3 arm, #909049Sam James2023-06-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/perf: Stabilize 6.3 amd64, #909049Sam James2023-06-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/perf: Stabilize 6.3 ppc64, #909049Sam James2023-06-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/perf: Stabilize 6.3 x86, #909049Sam James2023-06-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/perf: depend on newer tar for 'gtar' symlinkSam James2023-06-134-0/+4
| | | | | | | Thanks to jkroon, flow, and ceamac. Bug: https://bugs.gentoo.org/887761 Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/perf: add 6.3Yixun Lan2023-05-172-0/+269
| | | | Signed-off-by: Yixun Lan <dlan@gentoo.org>
* dev-util/perf: fix build w/ clang 16Sam James2023-04-153-0/+41
| | | | | | Closes: https://bugs.gentoo.org/904169 Thanks-to: Maciej S. Szmigiero <mail@maciej.szmigiero.name> Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/perf: BDEPEND on setuptoolsSam James2023-04-113-3/+9
| | | | | | | It's always needed in util/*, even for USE=-python. Closes: https://bugs.gentoo.org/879161 Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/perf-5.19: add python3_11 to PYTHON_COMPATDenis Pronin2023-03-021-1/+1
| | | | | | | Closes: https://github.com/gentoo/gentoo/pull/29879 Signed-off-by: Denis Pronin <dannftk@yandex.ru> Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
* dev-util/perf: add 6.2, drop 6.1.11Guilherme Amadio2023-02-282-2/+1
| | | | Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
* dev-util/perf: use gtar for --wildcardsSam James2023-02-233-3/+3
| | | | | Closes: https://bugs.gentoo.org/887761 Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/perf: add 6.1.11Guilherme Amadio2023-02-132-0/+267
| | | | Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
* */*: remove py3.8 from PYTHON_COMPATDavid Seifert2023-01-142-3/+3
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* dev-util/perf: drop -Werror from MakefileNaohiro Aota2023-01-141-2/+3
| | | | | Closes: https://bugs.gentoo.org/888837 Signed-off-by: Naohiro Aota <naota@gentoo.org>
* */*: reassign zlogene@Michał Górny2023-01-131-4/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/perf: Remove oldMichał Górny2022-11-176-1090/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/perf: Stabilize 5.19 arm64, #876166Sam James2022-11-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/perf: Stabilize 5.19 amd64, #876166Sam James2022-11-161-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/perf: Stabilize 5.19 x86, #876166Sam James2022-11-161-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/perf: Stabilize 5.19 ppc, #876166Arthur Zamarin2022-11-161-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-util/perf: Stabilize 5.19 arm, #876166Arthur Zamarin2022-11-161-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-util/perf: Stabilize 5.19 ppc64, #876166Arthur Zamarin2022-11-161-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-util/perf: version bump to 6.0Guilherme Amadio2022-10-203-0/+309
| | | | Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
* dev-util/perf: add comment re binutils-2.39 patchesSam James2022-09-051-0/+2
| | | | | Bug: https://bugs.gentoo.org/868129 Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/perf: add 5.19Sam James2022-09-052-0/+271
| | | | | Closes: https://bugs.gentoo.org/868129 Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/perf: use <pkg> tag in metadata.xmlPetr Vaněk2022-08-261-1/+1
| | | | | Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/perf: use at sign as delimiter in sed commandsGuilherme Amadio2022-06-163-6/+6
| | | | | | Closes: https://bugs.gentoo.org/832165 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
* dev-util/perf: drop old 5.8 versionGuilherme Amadio2022-05-313-251/+0
| | | | | | | Needs llvm <= 9, which is not in the tree anymore. Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
* dev-util/perf: restrict llvm version for perf 5.15, bug 836402Guilherme Amadio2022-05-311-3/+3
| | | | | | Closes: https://bugs.gentoo.org/836402 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
* dev-util/perf: version bump to 5.18Guilherme Amadio2022-05-233-0/+310
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
* dev-util/perf: fix bug #837086Guilherme Amadio2022-04-071-2/+2
| | | | | | Closes: https://bugs.gentoo.org/837086 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
* dev-util/perf: drop unused prefix eclassGuilherme Amadio2022-04-071-1/+1
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
* dev-util/perf: drop old 5.12 versionGuilherme Amadio2022-04-072-268/+0
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Guilherme Amadio <amadio@gentoo.org>