Skip to content

Commit bd5dcf0

Browse files
d-e-s-oanakryiko
authored andcommitted
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.1 of blazesym-c, but they are almost the same). Signed-off-by: Daniel Müller <[email protected]>
1 parent 9af9c51 commit bd5dcf0

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

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

examples/rust/profile/src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,9 @@ fn show_stack_trace(stack: &[u64], symbolizer: &symbolize::Symbolizer, pid: u32)
146146
};
147147

148148
let src = if pid == 0 {
149-
symbolize::Source::from(symbolize::Kernel::default())
149+
symbolize::source::Source::from(symbolize::source::Kernel::default())
150150
} else {
151-
symbolize::Source::from(symbolize::Process::new(pid.into()))
151+
symbolize::source::Source::from(symbolize::source::Process::new(pid.into()))
152152
};
153153

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

0 commit comments

Comments
 (0)