Skip to content

Commit

Permalink
add missing method
Browse files Browse the repository at this point in the history
  • Loading branch information
joonazan committed Aug 9, 2024
1 parent 43fd7dd commit 2daea31
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/tracing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,10 @@ impl<T> CallframeInterface for CallframeWrapper<'_, T> {
self.frame.is_static
}

fn is_kernel(&self) -> bool {
self.frame.is_kernel
}

fn stipend(&self) -> u32 {
self.frame.stipend
}
Expand Down

0 comments on commit 2daea31

Please sign in to comment.