projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
170ab26
)
scripts/tracing: Fix typo 'the the' in comment
author
Slark Xiao
<slark_xiao@163.com>
Fri, 22 Jul 2022 10:29:07 +0000
(18:29 +0800)
committer
Steven Rostedt (Google)
<rostedt@goodmis.org>
Tue, 2 Aug 2022 19:17:00 +0000
(15:17 -0400)
Replace 'the the' with 'the' in the comment.
Link:
https://lkml.kernel.org/r/20220722102907.81949-1-slark_xiao@163.com
Signed-off-by: Slark Xiao <slark_xiao@163.com>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
scripts/tracing/draw_functrace.py
patch
|
blob
|
history
diff --git
a/scripts/tracing/draw_functrace.py
b/scripts/tracing/draw_functrace.py
index 7011fbe003ff2d855d45124028ba6a95a106f613..438516bdfb3cb52f3a20d9334bde905fa43228a1 100755
(executable)
--- a/
scripts/tracing/draw_functrace.py
+++ b/
scripts/tracing/draw_functrace.py
@@
-8,7
+8,7
@@
This script parses a trace provided by the function tracer in
kernel/trace/trace_functions.c
The resulted trace is processed into a tree to produce a more human
view of the call stack by drawing textual but hierarchical tree of
-calls. Only the functions's names and the
the
call time are provided.
+calls. Only the functions's names and the call time are provided.
Usage:
Be sure that you have CONFIG_FUNCTION_TRACER