brendangregg / bpf-perf-tools-book

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

fix(dcstat): lookup_fast counted as refs not hits #23

Open csfldf opened 1 year ago

csfldf commented 1 year ago

It seems that there is a bug in the implementation of dcstat.bt.

lookup_fast should be counted as reference times but not hit times according to implementation of dcstat in BCC.