projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3c96be
)
perf script: Delete repeated word "from"
author
shaomin Deng
<dengshaomin@cdjrlc.com>
Sun, 7 Aug 2022 08:06:42 +0000
(
04:06
-0400)
committer
Arnaldo Carvalho de Melo
<acme@redhat.com>
Fri, 12 Aug 2022 19:44:30 +0000
(16:44 -0300)
Delete the repeated word "from" in code.
Signed-off-by: shaomin Deng <dengshaomin@cdjrlc.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Link:
http://lore.kernel.org/lkml/20220807080642.13004-1-dengshaomin@cdjrlc.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-script.c
patch
|
blob
|
blame
|
history
diff --git
a/tools/perf/builtin-script.c
b/tools/perf/builtin-script.c
index ac19fee62d8efabb9d1c9befaf25f66fe332d8d4..13580a9c50b8d6d539e9f15d1305946a5639018a 100644
(file)
--- a/
tools/perf/builtin-script.c
+++ b/
tools/perf/builtin-script.c
@@
-3861,7
+3861,7
@@
int cmd_script(int argc, const char **argv)
OPT_CALLBACK_OPTARG(0, "xed", NULL, NULL, NULL,
"Run xed disassembler on output", parse_xed),
OPT_CALLBACK_OPTARG(0, "call-trace", &itrace_synth_opts, NULL, NULL,
- "Decode calls from
from
itrace", parse_call_trace),
+ "Decode calls from itrace", parse_call_trace),
OPT_CALLBACK_OPTARG(0, "call-ret-trace", &itrace_synth_opts, NULL, NULL,
"Decode calls and returns from itrace", parse_callret_trace),
OPT_STRING(0, "graph-function", &symbol_conf.graph_function, "symbol[,symbol...]",