From 82f603f0b29a463b877859b00d5752e4ac0293d3 Mon Sep 17 00:00:00 2001 From: "Harper, Jason M" Date: Thu, 12 Jun 2025 04:37:44 -0700 Subject: [PATCH 1/3] add perf-archive to oss-source Signed-off-by: Harper, Jason M --- tools/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tools/Makefile b/tools/Makefile index a248b167..5754df14 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -169,8 +169,6 @@ perf: mkdir -p bin cp linux_perf/tools/perf/perf bin/ strip --strip-unneeded bin/perf -# cp linux_perf/tools/perf/perf-archive.sh bin/perf-archive -# chmod +x bin/perf-archive perf-archive: mkdir -p bin @@ -274,5 +272,5 @@ libcrypt.tar.gz: libs: glibc-2.19.tar.bz2 zlib.tar.gz libcrypt.tar.gz oss-source: reset libs - tar --exclude-vcs -czf oss_source.tgz async-profiler/ cpuid/ dmidecode/ ethtool/ fio/ ipmitool/ lshw/ lspci/ msr-tools/ pcm/ spectre-meltdown-checker/ sshpass/ stress-ng/ sysstat/ linux_turbostat/tools/power/x86/turbostat glibc-2.19.tar.bz2 zlib.tar.gz libcrypt.tar.gz + tar --exclude-vcs -czf oss_source.tgz async-profiler/ cpuid/ dmidecode/ ethtool/ fio/ ipmitool/ lshw/ lspci/ msr-tools/ perf-archive/ pcm/ spectre-meltdown-checker/ sshpass/ stress-ng/ sysstat/ linux/perf/tools/perf linux_turbostat/tools/power/x86/turbostat glibc-2.19.tar.bz2 zlib.tar.gz libcrypt.tar.gz md5sum oss_source.tgz > oss_source.tgz.md5 From 9c68a9b43b2eda7c1b235715b6830183ffe0e8dd Mon Sep 17 00:00:00 2001 From: "Harper, Jason M" Date: Thu, 12 Jun 2025 04:39:06 -0700 Subject: [PATCH 2/3] fix path 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 5754df14..2f280d3f 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -272,5 +272,5 @@ libcrypt.tar.gz: libs: glibc-2.19.tar.bz2 zlib.tar.gz libcrypt.tar.gz oss-source: reset libs - tar --exclude-vcs -czf oss_source.tgz async-profiler/ cpuid/ dmidecode/ ethtool/ fio/ ipmitool/ lshw/ lspci/ msr-tools/ perf-archive/ pcm/ spectre-meltdown-checker/ sshpass/ stress-ng/ sysstat/ linux/perf/tools/perf linux_turbostat/tools/power/x86/turbostat glibc-2.19.tar.bz2 zlib.tar.gz libcrypt.tar.gz + tar --exclude-vcs -czf oss_source.tgz async-profiler/ cpuid/ dmidecode/ ethtool/ fio/ ipmitool/ lshw/ lspci/ msr-tools/ perf-archive/ pcm/ spectre-meltdown-checker/ sshpass/ stress-ng/ sysstat/ linux_perf/tools/perf linux_turbostat/tools/power/x86/turbostat glibc-2.19.tar.bz2 zlib.tar.gz libcrypt.tar.gz md5sum oss_source.tgz > oss_source.tgz.md5 From af924b7edf6005581bbcf4198122cdaac9c5e462 Mon Sep 17 00:00:00 2001 From: "Harper, Jason M" Date: Thu, 12 Jun 2025 05:45:21 -0700 Subject: [PATCH 3/3] no linux_perf 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 2f280d3f..f16cd9a4 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -272,5 +272,5 @@ libcrypt.tar.gz: libs: glibc-2.19.tar.bz2 zlib.tar.gz libcrypt.tar.gz oss-source: reset libs - tar --exclude-vcs -czf oss_source.tgz async-profiler/ cpuid/ dmidecode/ ethtool/ fio/ ipmitool/ lshw/ lspci/ msr-tools/ perf-archive/ pcm/ spectre-meltdown-checker/ sshpass/ stress-ng/ sysstat/ linux_perf/tools/perf linux_turbostat/tools/power/x86/turbostat glibc-2.19.tar.bz2 zlib.tar.gz libcrypt.tar.gz + tar --exclude-vcs -czf oss_source.tgz async-profiler/ cpuid/ dmidecode/ ethtool/ fio/ ipmitool/ lshw/ lspci/ msr-tools/ perf-archive/ pcm/ spectre-meltdown-checker/ sshpass/ stress-ng/ sysstat/ linux_turbostat/tools/power/x86/turbostat glibc-2.19.tar.bz2 zlib.tar.gz libcrypt.tar.gz md5sum oss_source.tgz > oss_source.tgz.md5