We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3373f01 commit 0207835Copy full SHA for 0207835
src/executor/wall_time/perf/unwind_data.rs
@@ -11,9 +11,9 @@ use std::ops::Range;
11
pub trait UnwindDataExt {
12
fn new(
13
path_slice: &[u8],
14
- mapping_start_file_offset: u64,
15
- mapping_start_avma: u64,
16
- mapping_size: u64,
+ runtime_file_offset: u64,
+ runtime_start_addr: u64,
+ runtime_end_addr: u64,
17
build_id: Option<&[u8]>,
18
) -> anyhow::Result<Self>
19
where
0 commit comments