Commit 3cceb68
aaahuhong
feat(core/events/dropwatch): show stack offsets instead of absolute addresses
`addr` is the return address saved on the stack when the kernel executes `__dev_queue_xmit`,
and `sym.Addr` is the starting address of the `__dev_queue_xmit` function in the kernel.
The resulting `offset` represents the position inside the function, not the absolute address.1 parent 60b7e40 commit 3cceb68
1 file changed
Lines changed: 3 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
158 | 157 | | |
159 | 158 | | |
160 | 159 | | |
161 | 160 | | |
162 | 161 | | |
163 | 162 | | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | 163 | | |
169 | 164 | | |
170 | | - | |
171 | | - | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
172 | 168 | | |
173 | 169 | | |
174 | 170 | | |
| |||
0 commit comments