~ubuntu-branches/ubuntu/wily/linux-ti-omap4/wily

« back to all changes in this revision

Viewing changes to kernel/events/internal.h

  • Committer: Package Import Robot
  • Author(s): Paolo Pisati, Paolo Pisati
  • Date: 2013-07-11 18:35:20 UTC
  • Revision ID: package-import@ubuntu.com-20130711183520-htnf1x4y5r11hndr
Tags: 3.5.0-229.42
* Release Tracking Bug
  - LP: #1199276

[ Paolo Pisati ]

* [Config] CONFIG_ATH9K_LEGACY_RATE_CONTROL is not set

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
        spinlock_t                      event_lock;
31
31
        struct list_head                event_list;
32
32
 
 
33
        atomic_t                        mmap_count;
 
34
        unsigned long                   mmap_locked;
 
35
        struct user_struct              *mmap_user;
 
36
 
33
37
        struct perf_event_mmap_page     *user_page;
34
38
        void                            *data_pages[0];
35
39
};