Fix markup issue. authored by tibbe's avatar tibbe
...@@ -244,8 +244,7 @@ This yields us a profiling view that looks as follows: ...@@ -244,8 +244,7 @@ This yields us a profiling view that looks as follows:
DWARF information allows `perf` to locate the source code that belongs DWARF information allows `perf` to locate the source code that belongs
to the "hot" assembler code. Note that the fairly nonsensical \`add to the "hot" assembler code. Note that the fairly nonsensical `add %al,(%r8)` instructions is info table data, which `perf` is
%al,(%r8)` instructions is info table data, which `perf\` is
interpreting as code. interpreting as code.
## Open Issues ## Open Issues
... ...
......