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 <kan.liang@linux.intel.com> Cc: Andi Kleen <ak@linux.intel.com> Cc: Ian Rogers <irogers@google.com> Cc: Ingo Molnar <mingo@redhat.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Stephane Eranian <eranian@google.com> Link: https://lore.kernel.org/r/20230206162100.3329395-2-kan.liang@linux.intel.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
1 parent 957ed13 commit 4e84631

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)