Commit 4c7b0dd
Revert "perf/x86: Always store regs->ip in perf_callchain_kernel()"
This reverts commit 83f44ae.
When perf_callchain_kernel calls unwind_start with first_frame, AFAICS
we do not skip regs->ip, but it's added as part of the unwind process.
Hence reverting the extra perf_callchain_store for non-hw regs leg.
Acked-by: Song Liu <[email protected]>
Signed-off-by: Jiri Olsa <[email protected]>1 parent 10ce4bd commit 4c7b0dd
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2789 | 2789 | | |
2790 | 2790 | | |
2791 | 2791 | | |
2792 | | - | |
2793 | | - | |
2794 | | - | |
2795 | | - | |
| 2792 | + | |
| 2793 | + | |
| 2794 | + | |
2796 | 2795 | | |
2797 | | - | |
| 2796 | + | |
2798 | 2797 | | |
| 2798 | + | |
2799 | 2799 | | |
2800 | 2800 | | |
2801 | 2801 | | |
| |||
0 commit comments