Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211826
b: refs/heads/master
c: 108b02c
h: refs/heads/master
v: v3
  • Loading branch information
Peter Zijlstra authored and Ingo Molnar committed Sep 9, 2010
1 parent 6a6b2cb commit 50b2616
Show file tree
Hide file tree
Showing 3 changed files with 114 additions and 70 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: b5ab4cd563e7ab49b27957704112a8ecade54e1f
refs/heads/master: 108b02cfce04ee90b0a07ee0b104baffd39f5934
4 changes: 3 additions & 1 deletion trunk/include/linux/perf_event.h
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,8 @@ struct perf_event;
struct pmu {
struct list_head entry;

int *pmu_disable_count;
int * __percpu pmu_disable_count;
struct perf_cpu_context * __percpu pmu_cpu_context;

/*
* Fully disable/enable this PMU, can be used to protect from the PMI
Expand Down Expand Up @@ -808,6 +809,7 @@ struct perf_event {
* Used as a container for task events and CPU events as well:
*/
struct perf_event_context {
struct pmu *pmu;
/*
* Protect the states of the events in the list,
* nr_active, and the list:
Expand Down
Loading

0 comments on commit 50b2616

Please sign in to comment.