Package Details: async-profiler-bin 4.4-2

Git Clone URL: https://aur.archlinux.org/async-profiler-bin.git (read-only, click to copy)
Package Base: async-profiler-bin
Description: Sampling CPU and HEAP profiler for Java featuring AsyncGetCallTrace + perf_events (prebuilt binaries)
Upstream URL: https://github.com/async-profiler/async-profiler
Licenses: Apache
Conflicts: async-profiler
Provides: async-profiler
Submitter: xAsh
Maintainer: xAsh
Last Packager: xAsh
Votes: 2
Popularity: 0.89
First Submitted: 2026-01-07 15:31 (UTC)
Last Updated: 2026-05-04 00:05 (UTC)

Dependencies (1)

Required by (0)

Sources (2)

Latest Comments

mkurz commented on 2026-03-06 11:59 (UTC)

async-profiler also ships packages for linux arm64, see the attachments in https://github.com/async-profiler/async-profiler/releases/tag/v4.2.1

Therefore we should make this package also support aarch64 ;) (I do use an arm laptop so I need that)

For this I created a patch in my own fork: https://github.com/archlinux/aur/compare/async-profiler-bin...mkurz:aur:async-profiler-bin_support-aarch64?expand=1

I can confirm this works on my arm laptop. (without the patch I can not launch async-profiler)

To make things easy you can just pull in my patch like this:

git remote add mkurz git@github.com:mkurz/aur.git
git fetch mkurz async-profiler-bin_support-aarch64
git merge mkurz/async-profiler-bin_support-aarch64

btw, you did not add checksums... I highly recommend that however. You can update the checksums very easily with

updpkgsums && makepkg --printsrcinfo > .SRCINFO

just make sure that you have the pacman-contrib installed.