Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Changbin Du and committed by
Namhyung Kim
9a13ee45 a20fca2c

+1 -1
+1 -1
tools/perf/builtin-script.c
··· 3899 3899 "comma separated output fields prepend with 'type:'. " 3900 3900 "+field to add and -field to remove." 3901 3901 "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," 3903 3903 "addr,symoff,srcline,period,iregs,uregs,brstack," 3904 3904 "brstacksym,flags,data_src,weight,bpf-output,brstackinsn," 3905 3905 "brstackinsnlen,brstackoff,callindent,insn,insnlen,synth,"