Difference between revisions of "SMT profiling with pmcstat and perf"
Jump to navigation
Jump to search
(Created page with "This article discusses profiling symmetric multithreading (SMT) on the POWER9 architecture. It uses both Debian with perf and Big-endian FreeBSD and pmcstat.") |
|||
Line 1: | Line 1: | ||
This article discusses profiling symmetric multithreading (SMT) on the POWER9 architecture. It uses both Debian with perf and Big-endian FreeBSD and pmcstat. | This article discusses profiling symmetric multithreading (SMT) on the POWER9 architecture. It uses both Debian with perf and Big-endian FreeBSD and pmcstat. | ||
+ | |||
+ | === Symmetric multithreading (SMT) === | ||
+ | |||
+ | ==== SMT principles ==== | ||
+ | ==== Comparison to RISC-V HARTs ==== | ||
+ | === Benchmark code === |
Revision as of 05:02, 15 July 2025
This article discusses profiling symmetric multithreading (SMT) on the POWER9 architecture. It uses both Debian with perf and Big-endian FreeBSD and pmcstat.