@d-e-s-o @ work
@d-e-s-o @ work
We should come up with a way to support multi-threading where beneficial, to speed things up. See https://github.com/libbpf/blazesym/pull/93 for when we removed earlier support for that in DWARF parsing code,...
With vmtest-action version 0.8 released, it makes the most sense for us to consume this version as opposed to the current snapshot from the master branch. This way, we anticipate...
We should think about introducing a `ProgramHandle` type, similar to what we have with [`MapHandle`](https://docs.rs/libbpf-rs/0.24.2/libbpf_rs/struct.MapHandle.html). We seem to have a bunch of somewhat confusing APIs that work on file descriptors,...
Creating this issue based on discussion over in https://github.com/danobi/vmtest-action/issues/5. Please refer to it for additional details. Commit https://github.com/danobi/vmtest/commit/468fd048f663bdd655a8a00418f81aa7b94bc9a9 may have some details that could have relevance.
As part of the effort of improving our kernel symbolization logic, we would like to support symbolization of addresses mapping to BPF programs. Here is a brain dump roughly outlining...
[Draft][Unfinished] Use blazesym for symbolization/inspection matters Use blazesym for symbolization/inspection matters. Blazesym [0] is a library that handles address symbolization and related tasks. It can work with various formats including...
See title. Introduced by e6e90c9a26021bda4bffe22f0df69a412942763f, which states: > Also replace Dwarf::borrow with DwarfSections::borrow for consistency. I looked for it, but couldn't find said consistency. Now we have `borrow` on `DwarfSections`...
Use the `#[expect(...)]` attribute instead of `#[allow(...)]` in a bunch of places where we only have the attribute to silence a lint. The former makes sure that the silenced issue...
We may want to support compiling the crate to WebAssembly and running it in a web environment more generally.