Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

perf docs: Fix typos

Assorted typo fixes.

Signed-off-by: Ian Rogers <irogers@google.com>
Reviewed-by: James Clark <james.clark@arm.com>
Cc: Changbin Du <changbin.du@huawei.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Link: https://lore.kernel.org/r/20240521223555.858859-1-irogers@google.com

authored by

Ian Rogers and committed by
Namhyung Kim
a93c83ec 265b7115

+4 -4
+2 -2
tools/perf/Documentation/perf-kwork.txt
··· 1 - perf-kowrk(1) 1 + perf-kwork(1) 2 2 ============= 3 3 4 4 NAME ··· 35 35 perf kwork top 36 36 perf kwork top -b 37 37 38 - By default it shows the individual work events such as irq, workqeueu, 38 + By default it shows the individual work events such as irq, workqueue, 39 39 including the run time and delay (time between raise and actually entry): 40 40 41 41 Runtime start Runtime end Cpu Kwork name Runtime Delaytime
+1 -1
tools/perf/Documentation/perf-mem.txt
··· 21 21 22 22 Note that on Intel systems the memory latency reported is the use-latency, 23 23 not the pure load (or store latency). Use latency includes any pipeline 24 - queueing delays in addition to the memory subsystem latency. 24 + queuing delays in addition to the memory subsystem latency. 25 25 26 26 On Arm64 this uses SPE to sample load and store operations, therefore hardware 27 27 and kernel support is required. See linkperf:perf-arm-spe[1] for a setup guide.
+1 -1
tools/perf/Documentation/perf-record.txt
··· 311 311 User can change the size by passing the size after comma like 312 312 "--call-graph dwarf,4096". 313 313 314 - When "fp" recording is used, perf tries to save stack enties 314 + When "fp" recording is used, perf tries to save stack entries 315 315 up to the number specified in sysctl.kernel.perf_event_max_stack 316 316 by default. User can change the number by passing it after comma 317 317 like "--call-graph fp,32".