Skip to content

Commit 9a13ee4

Browse files
Changbin Dunamhyung
authored andcommitted
perf: script: fix missing ',' for fields option
A comma is missed at the end of line. Signed-off-by: Changbin Du <changbin.du@huawei.com> Link: https://lore.kernel.org/r/20231017015524.797065-1-changbin.du@huawei.com Signed-off-by: Namhyung Kim <namhyung@kernel.org>
1 parent a20fca2 commit 9a13ee4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/perf/builtin-script.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3899,7 +3899,7 @@ int cmd_script(int argc, const char **argv)
38993899
"comma separated output fields prepend with 'type:'. "
39003900
"+field to add and -field to remove."
39013901
"Valid types: hw,sw,trace,raw,synth. "
3902-
"Fields: comm,tid,pid,time,cpu,event,trace,ip,sym,dso,dsoff"
3902+
"Fields: comm,tid,pid,time,cpu,event,trace,ip,sym,dso,dsoff,"
39033903
"addr,symoff,srcline,period,iregs,uregs,brstack,"
39043904
"brstacksym,flags,data_src,weight,bpf-output,brstackinsn,"
39053905
"brstackinsnlen,brstackoff,callindent,insn,insnlen,synth,"

0 commit comments

Comments
 (0)