@@ -604,21 +604,25 @@ bool auxtrace__evsel_is_auxtrace(struct perf_session *session,
604
604
struct evsel * evsel );
605
605
606
606
#define ITRACE_HELP \
607
- " i: synthesize instructions events\n" \
607
+ " i[period]: synthesize instructions events\n" \
608
608
" b: synthesize branches events (branch misses for Arm SPE)\n" \
609
609
" c: synthesize branches events (calls only)\n" \
610
610
" r: synthesize branches events (returns only)\n" \
611
611
" x: synthesize transactions events\n" \
612
612
" w: synthesize ptwrite events\n" \
613
613
" p: synthesize power events\n" \
614
+ " o: synthesize other events recorded due to the use\n" \
615
+ " of aux-output (refer to perf record)\n" \
614
616
" e: synthesize error events\n" \
615
617
" d: create a debug log\n" \
616
618
" f: synthesize first level cache events\n" \
617
619
" m: synthesize last level cache events\n" \
618
620
" t: synthesize TLB events\n" \
619
621
" a: synthesize remote access events\n" \
620
622
" g[len]: synthesize a call chain (use with i or x)\n" \
623
+ " G[len]: synthesize a call chain on existing event records\n" \
621
624
" l[len]: synthesize last branch entries (use with i or x)\n" \
625
+ " L[len]: synthesize last branch entries on existing event records\n" \
622
626
" sNUMBER: skip initial number of events\n" \
623
627
" PERIOD[ns|us|ms|i|t]: specify period to sample stream\n" \
624
628
" concatenate multiple options. Default is ibxwpe or cewp\n"
0 commit comments