bas smit
bas smit
#1588 probably will have a lot of overlap with this
Yeah no objections to any of this. Moving to libbpf will a lost of things simpler and standardised :)
While from a development perspective only bleeding edge would be great we do try to support a wide range of kernels and library versions. Stable distros as still quite popular,...
I agree, vendoring seems like the best way to go forward, also considering our limited dev power. I do think the end goal should be to 'unvendor' it again when...
> ``` > sprintf("readlink -f /proc/%d/fd/%d", uid, args->fd) > ``` What is the exact usecase here, why won't printf (or system?) work?
> I actually want system() to return the stdout here and not print, because I wanted to resolve I don't think it will be possible to do what you want....
Looks ok to me :)
@danobi @viktormalik // @brendangregg . We don't often merge new tools but this looks ok to me and I dont see why we shouldn't include it, so lets make a...
can you run `ctest -V` ? Curious as to what fails.
> 3: Must be run as root tools and runtime tests must be ran as root