Skip to content

Commit f940144

Browse files
committed
Add a note about getting all processes and symbols on Windows
1 parent f763546 commit f940144

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ 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:
20+
```
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+
```
23+
1924
## Installation
2025

2126
You have the following options to install samply:

0 commit comments

Comments
 (0)