mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
scripts/tracing: Fix typo 'the the' in comment
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>
This commit is contained in:
committed by
Steven Rostedt (Google)
parent
170ab26b01
commit
95522f0b18
@@ -8,7 +8,7 @@ This script parses a trace provided by the function tracer in
|
|||||||
kernel/trace/trace_functions.c
|
kernel/trace/trace_functions.c
|
||||||
The resulted trace is processed into a tree to produce a more human
|
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
|
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:
|
Usage:
|
||||||
Be sure that you have CONFIG_FUNCTION_TRACER
|
Be sure that you have CONFIG_FUNCTION_TRACER
|
||||||
|
Reference in New Issue
Block a user