Skip to content

Commit 1e8f786

Browse files
ahunter6acmel
authored andcommitted
perf auxtrace: Add missing itrace options to help text
Add missing itrace options o, G and L. Signed-off-by: Adrian Hunter <[email protected]> Reviewed-by: Andi Kleen <[email protected]> Cc: Jiri Olsa <[email protected]> Link: http://lore.kernel.org/lkml/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
1 parent 2c9a11a commit 1e8f786

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tools/perf/util/auxtrace.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,21 +604,25 @@ bool auxtrace__evsel_is_auxtrace(struct perf_session *session,
604604
struct evsel *evsel);
605605

606606
#define ITRACE_HELP \
607-
" i: synthesize instructions events\n" \
607+
" i[period]: synthesize instructions events\n" \
608608
" b: synthesize branches events (branch misses for Arm SPE)\n" \
609609
" c: synthesize branches events (calls only)\n" \
610610
" r: synthesize branches events (returns only)\n" \
611611
" x: synthesize transactions events\n" \
612612
" w: synthesize ptwrite events\n" \
613613
" 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" \
614616
" e: synthesize error events\n" \
615617
" d: create a debug log\n" \
616618
" f: synthesize first level cache events\n" \
617619
" m: synthesize last level cache events\n" \
618620
" t: synthesize TLB events\n" \
619621
" a: synthesize remote access events\n" \
620622
" g[len]: synthesize a call chain (use with i or x)\n" \
623+
" G[len]: synthesize a call chain on existing event records\n" \
621624
" l[len]: synthesize last branch entries (use with i or x)\n" \
625+
" L[len]: synthesize last branch entries on existing event records\n" \
622626
" sNUMBER: skip initial number of events\n" \
623627
" PERIOD[ns|us|ms|i|t]: specify period to sample stream\n" \
624628
" concatenate multiple options. Default is ibxwpe or cewp\n"

0 commit comments

Comments
 (0)