Skip to content

Commit 4e84631

Browse files
Kan Liangacmel
authored andcommitted
perf script: Fix missing Retire Latency fields option documentation
The 'perf script' documentation is missing the fields option for Retire Latency. Add it. Signed-off-by: Kan Liang <[email protected]> Cc: Andi Kleen <[email protected]> Cc: Ian Rogers <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Stephane Eranian <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
1 parent 957ed13 commit 4e84631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/perf/Documentation/perf-script.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ OPTIONS
134134
srcline, period, iregs, uregs, brstack, brstacksym, flags, bpf-output,
135135
brstackinsn, brstackinsnlen, brstackoff, callindent, insn, insnlen, synth,
136136
phys_addr, metric, misc, srccode, ipc, data_page_size, code_page_size, ins_lat,
137-
machine_pid, vcpu, cgroup.
137+
machine_pid, vcpu, cgroup, retire_lat.
138138
Field list can be prepended with the type, trace, sw or hw,
139139
to indicate to which event type the field list applies.
140140
e.g., -F sw:comm,tid,time,ip,sym and -F trace:time,cpu,trace

0 commit comments

Comments
 (0)