Skip to content

Commit 6868cd4

Browse files
gs0510ctk21
authored andcommitted
Add Profiling with perf zine
I found this zine really helpful to get a hang of perf as the Brendan Gregg perf page is really exhaustive.
1 parent 178d8aa commit 6868cd4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

profiling_notes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ echo 0 | sudo tee /proc/sys/kernel/kptr_restrict
5252
For many more perf Examples:
5353
http://www.brendangregg.com/perf.html
5454

55+
Profiling with perf zine by Julia Evans is a great resource for getting a hang of perf:
56+
https://jvns.ca/perf-zine.pdf
57+
5558
Pros:
5659
- it's fast as it samples the running program
5760
- the cli can be a very quick way of getting a callchain to start from with a big program

0 commit comments

Comments
 (0)