brendangregg / bpf-perf-tools-book

Official repository for the BPF Performance Tools book
1.61k stars 284 forks source link

Slow startup of skblife (and possible others) #4

Closed mmarchini closed 5 years ago

mmarchini commented 5 years ago

skblife is taking >3 seconds to start up. Using perf it shows that most of the time is spent on resolve_kname. I opened a PR to fix that (https://github.com/iovisor/bpftrace/pull/765).

brendangregg commented 5 years ago

fix was merged