perf tools: Fix foolproof typo
authorIan Rogers <irogers@google.com>
Thu, 19 Jan 2023 20:10:36 +0000 (12:10 -0800)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Sun, 22 Jan 2023 21:10:53 +0000 (18:10 -0300)
In the context of LBR stitching documentation.

Signed-off-by: Ian Rogers <irogers@google.com>
Acked-by: Kan Liang <kan.liang@linux.intel.com>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Ali Saidi <alisaidi@amazon.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: James Clark <james.clark@arm.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Leo Yan <leo.yan@linaro.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Ravi Bangoria <ravi.bangoria@amd.com>
Cc: Sandipan Das <sandipan.das@amd.com>
Link: https://lore.kernel.org/r/20230119201036.156441-1-irogers@google.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/Documentation/perf-c2c.txt
tools/perf/Documentation/perf-report.txt
tools/perf/Documentation/perf-script.txt
tools/perf/Documentation/perf-top.txt

index 5c5eb2d..af5c310 100644 (file)
@@ -121,7 +121,7 @@ REPORT OPTIONS
        perf c2c record --call-graph lbr.
        Disabled by default. In common cases with call stack overflows,
        it can recreate better call stacks than the default lbr call stack
-       output. But this approach is not full proof. There can be cases
+       output. But this approach is not foolproof. There can be cases
        where it creates incorrect call stacks from incorrect matches.
        The known limitations include exception handing such as
        setjmp/longjmp will have calls/returns not match.
index 4fa509b..9b0c0db 100644 (file)
@@ -507,7 +507,7 @@ include::itrace.txt[]
        perf record --call-graph lbr.
        Disabled by default. In common cases with call stack overflows,
        it can recreate better call stacks than the default lbr call stack
-       output. But this approach is not full proof. There can be cases
+       output. But this approach is not foolproof. There can be cases
        where it creates incorrect call stacks from incorrect matches.
        The known limitations include exception handing such as
        setjmp/longjmp will have calls/returns not match.
index 68e37de..8d77182 100644 (file)
@@ -502,7 +502,7 @@ include::itrace.txt[]
        perf record --call-graph lbr.
        Disabled by default. In common cases with call stack overflows,
        it can recreate better call stacks than the default lbr call stack
-       output. But this approach is not full proof. There can be cases
+       output. But this approach is not foolproof. There can be cases
        where it creates incorrect call stacks from incorrect matches.
        The known limitations include exception handing such as
        setjmp/longjmp will have calls/returns not match.
index e534d70..c60e615 100644 (file)
@@ -334,7 +334,7 @@ use '-e e1 -e e2 -G foo,foo' or just use '-e e1 -e e2 -G foo'.
        callgraph. The option must be used with --call-graph lbr recording.
        Disabled by default. In common cases with call stack overflows,
        it can recreate better call stacks than the default lbr call stack
-       output. But this approach is not full proof. There can be cases
+       output. But this approach is not foolproof. There can be cases
        where it creates incorrect call stacks from incorrect matches.
        The known limitations include exception handing such as
        setjmp/longjmp will have calls/returns not match.