Skip to content

Commit 2e08291

Browse files
doc: Remove mention of sudo/root from macOS installation section
Root/sudo is no longer required on macOS since flamegraph-rs#374 was merged. Hence, the section of the README that explained why that was necessary can be removed.
1 parent 54fc9db commit 2e08291

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -83,18 +83,6 @@ sudo apt install linux-tools-raspi
8383
sudo apt install linux-tools-common linux-tools-generic
8484
```
8585

86-
## MacOS
87-
88-
#### DTrace on macOS
89-
90-
On macOS, there is no alternative to running as superuser in order to
91-
enable DTrace. This should be done by invoking `sudo flamegraph ...` or
92-
`cargo flamegraph --root ...`. Do not do `sudo cargo flamegraph ...`;
93-
this can cause problems due to Cargo's build system being run as root.
94-
95-
Be aware that if the binary being tested is user-aware, this does
96-
change its behaviour.
97-
9886
## Windows
9987

10088
#### Blondie Backend

0 commit comments

Comments
 (0)