Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit 259812a

Browse files
authored
Merge pull request #69 from fabianfett/patch-1
[Allocations] Add missing quote
2 parents f1d99dc + 46fc4b2 commit 259812a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/allocations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ libc_path=$(readlink -e /lib64/libc.so.6 /lib/x86_64-linux-gnu/libc.so.6)
5858
perf probe --del 'probe_libc:*'
5959

6060
# installs a probe on `malloc`, `calloc`, and `posix_memalign`
61-
perf probe -x "$libc_path --add malloc --add calloc --add posix_memalign
61+
perf probe -x "$libc_path" --add malloc --add calloc --add posix_memalign
6262
```
6363

6464
The result (hopefully) looks somewhat like this:

0 commit comments

Comments
 (0)