Skip to content

Commit 3e970a0

Browse files
chore: bump linux-perf-data to use upstream version
Upstream includes a fix for the compression handling that caused some dropped records, which could lead to calglraph failure generation since we would not be harvesting the symbols for some pids if we missed the memmap2 records.
1 parent 21e83a3 commit 3e970a0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ async-trait = "0.1.82"
5252
libc = { workspace = true }
5353
bincode = "1.3.3"
5454
object = "0.36.7"
55-
linux-perf-data = { git = "https://github.com/CodSpeedHQ/linux-perf-data.git", rev = "e8c0ed51c2762b660708f8086e76a28449ef976c", features = [
55+
linux-perf-data = { git = "https://github.com/mstange/linux-perf-data.git", rev = "da5bce4b9fb724e84b1eea0cb6ab9c8a291bc676", features = [
5656
"zstd",
57-
] } # feat: support zstd compressed records
57+
] } # unreleased main as of 2026-03-19
5858
debugid = "0.8.0"
5959
memmap2 = "0.9.5"
6060
nix = { version = "0.31.1", features = ["fs", "time", "user"] }

0 commit comments

Comments
 (0)