diff options
author | Alyssa Ross <hi@alyssa.is> | 2021-08-09 15:32:26 +0000 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2021-08-10 11:05:21 -0300 |
commit | f2c24ebadd90b4165ce2c49c3c6a100312266f54 (patch) | |
tree | 19f5719a8fbfd3811b953b1422adee433ad16ea5 /tools/perf/Documentation/intel-hybrid.txt | |
parent | 7c0223e1ddd7d1c16b76adf8c9c352771856c632 (diff) | |
download | linux-f2c24ebadd90b4165ce2c49c3c6a100312266f54.tar.gz linux-f2c24ebadd90b4165ce2c49c3c6a100312266f54.tar.bz2 linux-f2c24ebadd90b4165ce2c49c3c6a100312266f54.zip |
perf docs: Fix accidental em-dashes
" -- " is an em dash (—) in asciidoc, so all these examples that were
supposed to be producing a literal two dashes were being misrendered.
Signed-off-by: Alyssa Ross <hi@alyssa.is>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lore.kernel.org/lkml/20210809153226.332545-1-hi@alyssa.is
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/Documentation/intel-hybrid.txt')
-rw-r--r-- | tools/perf/Documentation/intel-hybrid.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/Documentation/intel-hybrid.txt b/tools/perf/Documentation/intel-hybrid.txt index 07f0aa3bf682..c9302096dc46 100644 --- a/tools/perf/Documentation/intel-hybrid.txt +++ b/tools/perf/Documentation/intel-hybrid.txt @@ -140,7 +140,7 @@ displayed. The percentage is the event's running time/enabling time. One example, 'triad_loop' runs on cpu16 (atom core), while we can see the scaled value for core cycles is 160,444,092 and the percentage is 0.47%. -perf stat -e cycles -- taskset -c 16 ./triad_loop +perf stat -e cycles \-- taskset -c 16 ./triad_loop As previous, two events are created. |