From 69df5e3fbda0d44dc1fb411da9b3482c066a44c2 Mon Sep 17 00:00:00 2001 From: Brendan Long Date: Tue, 17 Mar 2026 21:12:39 -0600 Subject: [PATCH] Performix -> Arm Performix --- .../performix-microarchitecture/1-setup.md | 2 +- .../performix-microarchitecture/2-run-cpu-uarch.md | 2 +- .../performix-microarchitecture/3-instruction-mix.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/learning-paths/servers-and-cloud-computing/performix-microarchitecture/1-setup.md b/content/learning-paths/servers-and-cloud-computing/performix-microarchitecture/1-setup.md index aedafa7636..15618a1f72 100644 --- a/content/learning-paths/servers-and-cloud-computing/performix-microarchitecture/1-setup.md +++ b/content/learning-paths/servers-and-cloud-computing/performix-microarchitecture/1-setup.md @@ -10,7 +10,7 @@ This Learning Path uses Arm Performix CPU Mircoarchitecture and Instruction Mix ## Before you begin -Use the Performix [installation guide](/install-guides/atp/) to install the tool if this is your first run. From the host machine, open the **Targets** tab, set up an SSH connection to the target that runs the workload, and test the connection. In this Learning Path's examples, I'll connect to an Arm Neoverse V1 workstation. +Use the Arm Performix [installation guide](/install-guides/atp/) to install the tool if this is your first run. From the host machine, open the **Targets** tab, set up an SSH connection to the target that runs the workload, and test the connection. In this Learning Path's examples, I'll connect to an Arm Neoverse V1 workstation. Install required OS packages on the target. For Debian-based distributions, run: ```bash diff --git a/content/learning-paths/servers-and-cloud-computing/performix-microarchitecture/2-run-cpu-uarch.md b/content/learning-paths/servers-and-cloud-computing/performix-microarchitecture/2-run-cpu-uarch.md index 0940dfec3e..a41964af35 100644 --- a/content/learning-paths/servers-and-cloud-computing/performix-microarchitecture/2-run-cpu-uarch.md +++ b/content/learning-paths/servers-and-cloud-computing/performix-microarchitecture/2-run-cpu-uarch.md @@ -50,7 +50,7 @@ Select **Run Recipe** to launch the workload and collect performance data. ## View Run Results -Performix generates a high-level instruction pipeline view, highlighting where most time is spent. +Arm Performix generates a high-level instruction pipeline view, highlighting where most time is spent. ![cpu-uarch-results.jpg](cpu-uarch-results.jpg) diff --git a/content/learning-paths/servers-and-cloud-computing/performix-microarchitecture/3-instruction-mix.md b/content/learning-paths/servers-and-cloud-computing/performix-microarchitecture/3-instruction-mix.md index 3865221c36..4d1d38d27d 100644 --- a/content/learning-paths/servers-and-cloud-computing/performix-microarchitecture/3-instruction-mix.md +++ b/content/learning-paths/servers-and-cloud-computing/performix-microarchitecture/3-instruction-mix.md @@ -36,7 +36,7 @@ Use the **Compare** feature at the top right of an entry in the **Runs** view to This selection box lets you choose any run of the same recipe type. The ⇄ arrows swap which run is treated as the baseline and which is current. -After you select two runs, Performix overlays them so you can review category changes in one view. In the new run, note that +After you select two runs, Arm Performix overlays them so you can review category changes in one view. ![instruction-mix-diff-results.jpg](instruction-mix-diff-results.jpg) Compared to the baseline, floating-point operations, branch operations, and some integer operations have been traded for loads, stores, and SIMD operations.