[llvm] Add initial support for SPE brstack format (PR #129231)
Ádám Kallai via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 10 01:17:57 PDT 2025
================
@@ -175,11 +180,16 @@ void DataAggregator::start() {
findPerfExecutable();
- if (opts::BasicAggregation) {
- launchPerfProcess("events without LBR",
- MainEventsPPI,
+ if (opts::ArmSPE) {
+ // pid from_ip to_ip predicted/missed not-taken?
----------------
kaadam wrote:
Added the suggested details.
https://github.com/llvm/llvm-project/pull/129231
More information about the llvm-commits
mailing list