| 6 | /// Per-pid mounting info referencing a deduplicated perf map entry. |
| 7 | #[derive(Serialize, Deserialize, Clone, Debug)] |
| 8 | pub struct MappedProcessModuleSymbols { |
| 9 | pub perf_map_key: String, |
| 10 | pub load_bias: u64, |
| 11 | } |
nothing calls this directly
no outgoing calls
no test coverage detected