A new chapter describing how to use trace event stack
filter is added to the documentation.
Signed-off-by: Sicheng Liu
---
Documentation/trace/events.rst | 88 ++
1 file changed, 88 insertions(+)
diff --git a/Documentation/trace/events.rst b/Documentation/trace/e
Stack filter can be used to filter event call stacks,
so that only those trace events whose call stacks match the
stack filters can appear in the trace output.
A new config "CONFIG_TRACE_EVENT_STACK_FILTER" is added, if
enabled, "stack_filter" will be created under the directory
of a trace event.