From bac8a5d2822835cf47175d1162030653fadd5c09 Mon Sep 17 00:00:00 2001 From: johannst Date: Thu, 15 Feb 2024 23:29:57 +0000 Subject: deploy: 4485708c972815bbb6df7f5a228683aa855d553d --- trace_profile/perf.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'trace_profile/perf.html') diff --git a/trace_profile/perf.html b/trace_profile/perf.html index e43442a..b99d766 100644 --- a/trace_profile/perf.html +++ b/trace_profile/perf.html @@ -262,7 +262,7 @@ databases for the different intel uarchs.

corresponding uarch, just grab the family model from the procfs.

 cat /proc/cpuinfo | awk '/^vendor_id/  { V=$3 }
                           /^cpu family/ { F=$4 }
-                          /^model\s*:/  { printf "%s-%d-%x\n",V,F,$3 }'
+                          /^model\s*:/  { printf "%s-%d-%x\n",V,F,$3 }'
 

The table in performance monitoring events describes how @@ -296,7 +296,7 @@ perf script --per-event-dump

Examples

Estimate max instructions per cycle

-
#define NOP4        "nop\nnop\nnop\nnop\n"
+
#define NOP4        "nop\nnop\nnop\nnop\n"
 #define NOP32       NOP4   NOP4   NOP4   NOP4   NOP4   NOP4   NOP4   NOP4
 #define NOP256      NOP32  NOP32  NOP32  NOP32  NOP32  NOP32  NOP32  NOP32
 #define NOP2048     NOP256 NOP256 NOP256 NOP256 NOP256 NOP256 NOP256 NOP256
-- 
cgit v1.2.3