Skip to content

Commit a9ce411

Browse files
authored
Update README.md
Be more verbose about symbol servers.
1 parent f940144 commit a9ce411

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ On Linux, samply uses perf events. You can grant temporary access by running:
1616
echo '-1' | sudo tee /proc/sys/kernel/perf_event_paranoid
1717
```
1818

19-
On Windows, you can get symbols and record all the processes with something like:
19+
On Windows, you can use `samply record -a` to record all processes. You'll usually also want to use some symbol servers, most importantly the Microsoft Symbol Server so that you can see symbols for Windows libraries. Here's a command which supports symbols for Windows, Firefox and Chrome:
20+
2021
```
21-
samply record -a --breakpad-symbol-server https://symbols.mozilla.org/try/ --windows-symbol-server https://msdl.microsoft.com/download/symbols --windows-symbol-server https://chromium-browser-symsrv.commondatastorage.googleapis.com
22+
samply record -a --windows-symbol-server https://msdl.microsoft.com/download/symbols --breakpad-symbol-server https://symbols.mozilla.org/try/ --windows-symbol-server https://chromium-browser-symsrv.commondatastorage.googleapis.com
2223
```
2324

2425
## Installation

0 commit comments

Comments
 (0)