dtrace-utils
                                
                                 dtrace-utils copied to clipboard
                                
                                    dtrace-utils copied to clipboard
                            
                            
                            
                        bpf-helpers.h
I was curious to check this out (and was compiling the devel branch), but when compiling I get
bpf/agg_lqbin.c:7:10: fatal error: bpf-helpers.h: No such file or directory
I had some trouble tracking down where this file is supposed to be coming from,
e.g. libbpf has bpf_helpers.h with a dash, the kernel has a bpf-helper.h non-plural,
I assume perhaps it is supposed to be coming from binutils/sim/bpf, in which case my binutils is too new, given this file was removed in the commit sim/bpf: desCGENization of the BPF simulator
It would be helpful to know if I am on the right track regarding which dependency should be providing this header.