From 50c862671445a19db849ada5493b3739c477a1b3 Mon Sep 17 00:00:00 2001 From: "Harper, Jason M" Date: Wed, 18 Feb 2026 14:52:25 -0800 Subject: [PATCH 1/2] chore: update async-profiler to version 4.3 Signed-off-by: Harper, Jason M --- tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Makefile b/tools/Makefile index a0252a46..48aba635 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -77,7 +77,7 @@ tools-aarch64: async-profiler-aarch64 dmidecode-aarch64 ethtool-aarch64 fio-aarc tools: tools-x86_64 tools-aarch64 @echo "Tools built successfully in bin/x86_64 and bin/aarch64 directories." -ASYNC_PROFILER_VERSION := 4.0 +ASYNC_PROFILER_VERSION := 4.3 async-profiler: ifeq ("$(wildcard async-profiler)","") ifeq ("$(wildcard async-profiler-$(ASYNC_PROFILER_VERSION)-linux-x64.tar.gz)","") From ba10c74c2e3a72305ef9bac1414498e1b6ae2691 Mon Sep 17 00:00:00 2001 From: "Harper, Jason M" Date: Wed, 18 Feb 2026 14:52:25 -0800 Subject: [PATCH 2/2] chore: update async-profiler to version 4.3 Signed-off-by: Harper, Jason M --- tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Makefile b/tools/Makefile index a0252a46..48aba635 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -77,7 +77,7 @@ tools-aarch64: async-profiler-aarch64 dmidecode-aarch64 ethtool-aarch64 fio-aarc tools: tools-x86_64 tools-aarch64 @echo "Tools built successfully in bin/x86_64 and bin/aarch64 directories." -ASYNC_PROFILER_VERSION := 4.0 +ASYNC_PROFILER_VERSION := 4.3 async-profiler: ifeq ("$(wildcard async-profiler)","") ifeq ("$(wildcard async-profiler-$(ASYNC_PROFILER_VERSION)-linux-x64.tar.gz)","")