Include inline functions when profiling

This commit is contained in:
2025-08-31 23:01:50 -04:00
parent 04c92c1454
commit 841ded3bee
9 changed files with 342 additions and 52 deletions
Generated
+14 -2
View File
@@ -35,7 +35,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
dependencies = [
"fallible-iterator",
"gimli",
"gimli 0.31.1",
]
[[package]]
@@ -1620,6 +1620,17 @@ dependencies = [
"stable_deref_trait",
]
[[package]]
name = "gimli"
version = "0.32.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc6298e594375a7fead9efd5568f0a46e6a154fb6a9bdcbe3c06946ffd81a5f6"
dependencies = [
"fallible-iterator",
"indexmap",
"stable_deref_trait",
]
[[package]]
name = "gl_generator"
version = "0.14.0"
@@ -2173,6 +2184,7 @@ dependencies = [
"fixed",
"fxprof-processed-profile",
"gilrs",
"gimli 0.32.2",
"hex",
"image",
"itertools 0.14.0",
@@ -3868,7 +3880,7 @@ dependencies = [
"debugid",
"elsa",
"flate2",
"gimli",
"gimli 0.31.1",
"linux-perf-data",
"lzma-rs",
"macho-unwind-info",