Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205247
b: refs/heads/master
c: ca5135e
h: refs/heads/master
i:
  205245: d4b7b7a
  205243: c254545
  205239: 1cd1b3a
  205231: e7f952a
  205215: 861eca0
  205183: 2b2bbee
v: v3
  • Loading branch information
Peter Zijlstra authored and Ingo Molnar committed Jun 9, 2010
1 parent d9c2cb7 commit 146a675
Show file tree
Hide file tree
Showing 3 changed files with 158 additions and 158 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: 68aa00ac0a82e9a876c799bf6be7622b8f1c8517
refs/heads/master: ca5135e6b4a3cbc7e187737520fbc4b508f6f7a2
6 changes: 3 additions & 3 deletions trunk/include/linux/perf_event.h
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ enum perf_event_active_state {

struct file;

struct perf_mmap_data {
struct perf_buffer {
atomic_t refcount;
struct rcu_head rcu_head;
#ifdef CONFIG_PERF_USE_VMALLOC
Expand Down Expand Up @@ -727,7 +727,7 @@ struct perf_event {
atomic_t mmap_count;
int mmap_locked;
struct user_struct *mmap_user;
struct perf_mmap_data *data;
struct perf_buffer *buffer;

/* poll related */
wait_queue_head_t waitq;
Expand Down Expand Up @@ -825,7 +825,7 @@ struct perf_cpu_context {

struct perf_output_handle {
struct perf_event *event;
struct perf_mmap_data *data;
struct perf_buffer *buffer;
unsigned long wakeup;
unsigned long size;
void *addr;
Expand Down
Loading

0 comments on commit 146a675

Please sign in to comment.