Commit 4c1d656
stack: Don't skip frames when tracing.
Despite the `__noinline` tag, it was still possible for `arch_stk_trace`
to get inlined, which would lead to accidentally skipping frames from
the userland when tracing. The worst downside is that it's now possible
that we get `arch_stk_trace` in the trace, which isn't much of a problem.
Additionally cleaned up some comments that referenced frame pointers.1 parent 0f68dfb commit 4c1d656
1 file changed
Lines changed: 3 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 7 | + | |
11 | 8 | | |
12 | 9 | | |
13 | 10 | | |
| |||
129 | 126 | | |
130 | 127 | | |
131 | 128 | | |
132 | | - | |
| 129 | + | |
133 | 130 | | |
134 | 131 | | |
135 | | - | |
136 | | - | |
137 | | - | |
| 132 | + | |
138 | 133 | | |
139 | 134 | | |
140 | 135 | | |
| |||
0 commit comments