wprof/wprof-blazesym-shared-vmlinux.diff
Michel Lind 157cd043f3
Update to version 0.4
- Apply temporary blazesym workaround to swallow /proc/kcore EPERM when querying KASLR

Signed-off-by: Michel Lind <salimma@centosproject.org>
2026-05-29 13:31:02 +01:00

11 lines
726 B
Diff

--- a/blazesym/dev/Cargo.toml
+++ b/blazesym/dev/Cargo.toml
@@ -36,7 +36,7 @@ libc = "0.2"
reqwest = {version = "0.12", optional = true, default-features = false, features = ["blocking", "rustls-tls"]}
tempfile = {version = "3", default-features = false, optional = true}
thorin_dwp = {package = "thorin-dwp", version = "0.9", optional = true, default-features = false}
-vmlinux = {git = "https://github.com/libbpf/vmlinux.h.git", rev = "a9c092aa771310bf8b00b5018f7d40a1fdb6ec82"}
+vmlinux = {path = "../../vmlinux.h"}
xz2 = {version = "0.1", default-features = false, optional = true}
zip = {version = "7", optional = true, default-features = false}
zstd = {version = "0.13", default-features = false, optional = true}