perf: script: fix missing ',' for fields option
authorChangbin Du <changbin.du@huawei.com>
Tue, 17 Oct 2023 01:55:24 +0000 (09:55 +0800)
committerNamhyung Kim <namhyung@kernel.org>
Tue, 17 Oct 2023 19:40:51 +0000 (12:40 -0700)
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>
tools/perf/builtin-script.c

index 517bf25750c8bbdabea265936a29abf3d8190d99..b1f57401ff23940d4be38d4a02dbe08223b800fc 100644 (file)
@@ -3899,7 +3899,7 @@ int cmd_script(int argc, const char **argv)
                     "comma separated output fields prepend with 'type:'. "
                     "+field to add and -field to remove."
                     "Valid types: hw,sw,trace,raw,synth. "
-                    "Fields: comm,tid,pid,time,cpu,event,trace,ip,sym,dso,dsoff"
+                    "Fields: comm,tid,pid,time,cpu,event,trace,ip,sym,dso,dsoff,"
                     "addr,symoff,srcline,period,iregs,uregs,brstack,"
                     "brstacksym,flags,data_src,weight,bpf-output,brstackinsn,"
                     "brstackinsnlen,brstackoff,callindent,insn,insnlen,synth,"