@@ -1,5 +1,5 @@
i synthesize instructions events
- b synthesize branches events
+ b synthesize branches events (branch misses on Arm)
c synthesize branches events (calls only)
r synthesize branches events (returns only)
x synthesize transactions events
@@ -12,6 +12,9 @@
g synthesize a call chain (use with i or x)
l synthesize last branch entries (use with i or x)
s skip initial number of events
+ m synthesize LLC miss events
+ t synthesize TLB miss events
+ a synthesize remote access events
The default is all events i.e. the same as --itrace=ibxwpe,
except for perf script where it is --itrace=ce