summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorVance Morrison <vancem@microsoft.com>2018-10-11 17:02:43 -0700
committerGitHub <noreply@github.com>2018-10-11 17:02:43 -0700
commit52f56db5de361dbc22564e2c5a57fefd9599f179 (patch)
tree7848e50e891dda2a5e906cf70a1a0196211ce19e /Documentation
parentc2891ef02b637d2d368eab86f380180950b54fd8 (diff)
downloadcoreclr-52f56db5de361dbc22564e2c5a57fefd9599f179.tar.gz
coreclr-52f56db5de361dbc22564e2c5a57fefd9599f179.tar.bz2
coreclr-52f56db5de361dbc22564e2c5a57fefd9599f179.zip
fix hyperlink
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/project-docs/linux-performance-tracing.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/project-docs/linux-performance-tracing.md b/Documentation/project-docs/linux-performance-tracing.md
index 96bdc15ade..671ac697ea 100644
--- a/Documentation/project-docs/linux-performance-tracing.md
+++ b/Documentation/project-docs/linux-performance-tracing.md
@@ -138,7 +138,7 @@ in order to get symbols, you simply need to add one more.
> ```
With this change you should get the symbols for all .NET code.
-# Getting Symbols For the Native Runtime
+## Getting Symbols For the Native Runtime
Most of the time you are interested in your own code, which perfcollect resolves by default. Sometimes it is very
useful to see what is going on inside the .NET Framework DLLs (which is what the last section was about), but sometimes
@@ -146,7 +146,7 @@ what is going on in the NATIVE runtime dlls (typically libcoreclr.so), is intere
symbols for these when it converts its data, but ONLY if the symbols for these native DLLs are present (and are beside
the library they are for).
-There is a global command called [dotnet symbols](symbol downloader](https://github.com/dotnet/symstore/blob/master/src/dotnet-symbol/README.md#symbol-downloader-dotnet-cli-extension) which does this. This tool was mostly desiged to download symbols
+There is a global command called [dotnet symbols](https://github.com/dotnet/symstore/blob/master/src/dotnet-symbol/README.md#symbol-downloader-dotnet-cli-extension) which does this. This tool was mostly desiged to download symbols
for debugging, but it works for perfollect as well. There are three steps to getting the symbols
1. Install dotnet symbols