Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 191060
b: refs/heads/master
c: cc7f008
h: refs/heads/master
v: v3
  • Loading branch information
Peter Zijlstra authored and Ingo Molnar committed Mar 10, 2010
1 parent a4cfcd7 commit 9036f9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: a562b1871f7f7d2f3a835c3c1e07fa58d473cfb7
refs/heads/master: cc7f00820b2f3be656569c41158d9323e425bcfe
5 changes: 2 additions & 3 deletions trunk/arch/x86/kernel/cpu/perf_event_intel_ds.c
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,6 @@ static int intel_pmu_pebs_fixup_ip(struct pt_regs *regs)
}

static int intel_pmu_save_and_restart(struct perf_event *event);
static void intel_pmu_disable_event(struct perf_event *event);

static void intel_pmu_drain_pebs_core(struct pt_regs *iregs)
{
Expand Down Expand Up @@ -528,7 +527,7 @@ static void intel_pmu_drain_pebs_core(struct pt_regs *iregs)
regs.flags &= ~PERF_EFLAGS_EXACT;

if (perf_event_overflow(event, 1, &data, &regs))
intel_pmu_disable_event(event);
x86_pmu_stop(event);

out:
intel_pmu_pebs_enable_all();
Expand Down Expand Up @@ -603,7 +602,7 @@ static void intel_pmu_drain_pebs_nhm(struct pt_regs *iregs)
regs.flags &= ~PERF_EFLAGS_EXACT;

if (perf_event_overflow(event, 1, &data, &regs))
intel_pmu_disable_event(event);
x86_pmu_stop(event);
}
out:
intel_pmu_pebs_enable_all();
Expand Down

0 comments on commit 9036f9f

Please sign in to comment.