* [RESEND PATCH] perf: script: fix missing ',' for fields option
@ 2023-10-17 1:55 Changbin Du
2023-10-17 19:55 ` Namhyung Kim
0 siblings, 1 reply; 2+ messages in thread
From: Changbin Du @ 2023-10-17 1:55 UTC (permalink / raw)
To: Peter Zijlstra, Ingo Molnar, Arnaldo Carvalho de Melo
Cc: Jiri Olsa, linux-perf-users, linux-kernel, Changbin Du
A comma is missed at the end of line.
Signed-off-by: Changbin Du <changbin.du@huawei.com>
---
tools/perf/builtin-script.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/perf/builtin-script.c b/tools/perf/builtin-script.c
index 200b3e7ea8da..c01894b9b9bf 100644
--- a/tools/perf/builtin-script.c
+++ b/tools/perf/builtin-script.c
@@ -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,"
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [RESEND PATCH] perf: script: fix missing ',' for fields option
2023-10-17 1:55 [RESEND PATCH] perf: script: fix missing ',' for fields option Changbin Du
@ 2023-10-17 19:55 ` Namhyung Kim
0 siblings, 0 replies; 2+ messages in thread
From: Namhyung Kim @ 2023-10-17 19:55 UTC (permalink / raw)
To: Arnaldo Carvalho de Melo, Peter Zijlstra, Changbin Du,
Ingo Molnar
Cc: Ian Rogers, Jiri Olsa, Adrian Hunter, Ingo Molnar, LKML,
linux-perf-users
On Tue, 17 Oct 2023 09:55:24 +0800, Changbin Du wrote:
> A comma is missed at the end of line.
>
>
Applied to perf-tools-next, thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-10-17 19:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-17 1:55 [RESEND PATCH] perf: script: fix missing ',' for fields option Changbin Du
2023-10-17 19:55 ` Namhyung Kim
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).