| .. | .. |
|---|
| 654 | 654 | perf_bp_event(bp, regs); |
|---|
| 655 | 655 | |
|---|
| 656 | 656 | /* Do we need to handle the stepping? */ |
|---|
| 657 | | - if (is_default_overflow_handler(bp)) |
|---|
| 657 | + if (uses_default_overflow_handler(bp)) |
|---|
| 658 | 658 | step = 1; |
|---|
| 659 | 659 | unlock: |
|---|
| 660 | 660 | rcu_read_unlock(); |
|---|
| .. | .. |
|---|
| 733 | 733 | static int watchpoint_report(struct perf_event *wp, unsigned long addr, |
|---|
| 734 | 734 | struct pt_regs *regs) |
|---|
| 735 | 735 | { |
|---|
| 736 | | - int step = is_default_overflow_handler(wp); |
|---|
| 736 | + int step = uses_default_overflow_handler(wp); |
|---|
| 737 | 737 | struct arch_hw_breakpoint *info = counter_arch_bp(wp); |
|---|
| 738 | 738 | |
|---|
| 739 | 739 | info->trigger = addr; |
|---|