Skip to content

Commit f3d6172

Browse files
committed
deps: update blazesym submodule to v0.2.0-rc.3
Update the blazesym submodule to version 0.2.0-rc.3 (well, actually to 0.1.0 of blazesym-c, but they are effectively the same). Signed-off-by: Daniel Müller <[email protected]>
1 parent 6c49d27 commit f3d6172

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

blazesym

Submodule blazesym updated 110 files

examples/rust/Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/rust/profile/src/main.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,9 @@ fn show_stack_trace(stack: &[u64], symbolizer: &symbolize::Symbolizer, pid: u32)
149149
};
150150

151151
let src = if pid == 0 {
152-
symbolize::Source::from(symbolize::Kernel::default())
152+
symbolize::source::Source::from(symbolize::source::Kernel::default())
153153
} else {
154-
symbolize::Source::from(symbolize::Process::new(pid.into()))
154+
symbolize::source::Source::from(symbolize::source::Process::new(pid.into()))
155155
};
156156

157157
let syms = match symbolizer.symbolize(&src, symbolize::Input::AbsAddr(stack)) {

0 commit comments

Comments
 (0)