Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 304831
b: refs/heads/master
c: 33b07b8
h: refs/heads/master
i:
  304829: 5363cdb
  304827: 9dc07c0
  304823: 6394dd2
  304815: 0d84199
  304799: 991e46a
  304767: ba50af8
v: v3
  • Loading branch information
Robert Richter authored and Ingo Molnar committed Apr 26, 2012
1 parent 107af3e commit 681c633
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5f09fc688936705b2020ca247df39ee27283668a
refs/heads/master: 33b07b8be7f0e1e8e4184e3473d71f174e4b0641
2 changes: 1 addition & 1 deletion trunk/kernel/events/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -5350,7 +5350,7 @@ static enum hrtimer_restart perf_swevent_hrtimer(struct hrtimer *hrtimer)

if (regs && !perf_exclude_event(event, regs)) {
if (!(event->attr.exclude_idle && is_idle_task(current)))
if (perf_event_overflow(event, &data, regs))
if (__perf_event_overflow(event, 1, &data, regs))
ret = HRTIMER_NORESTART;
}

Expand Down

0 comments on commit 681c633

Please sign in to comment.