profiling: doc: clean up grammar/spelling

Clean up documentation pages for the new perf tool
as they contained several typos, grammar errors, and
duplicated content between main doc page and sample
page

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
Benjamin Cabé 2024-08-14 11:49:27 +02:00 committed by Fabio Baltieri
commit 3735ae94a1
3 changed files with 57 additions and 107 deletions

View file

@ -18,6 +18,6 @@ config PROFILING_PERF_BUFFER_SIZE
int "Perf buffer size"
default 2048
help
Size of buffer, that used by perf to save samples from stack tracing.
Size of buffer used by perf to save stack trace samples.
endif