Lines Matching defs:perf_buffer
16639 struct perf_buffer { struct
16640 refcount_t refcount;
16641 struct callback_head callback_head;
16642 int nr_pages;
16643 int overwrite;
16644 int paused;
16645 atomic_t poll;
16646 local_t head;
16647 unsigned int nest;
16648 local_t events;
16649 local_t wakeup;
16650 local_t lost;
16651 long int watermark;
16652 long int aux_watermark;
16653 spinlock_t event_lock;
16654 struct list_head event_list;
16655 atomic_t mmap_count;
16656 long unsigned int mmap_locked;
16657 struct user_struct *mmap_user;
16658 long int aux_head;
16659 unsigned int aux_nest;
16660 long int aux_wakeup;
16661 long unsigned int aux_pgoff;
16662 int aux_nr_pages;
16663 int aux_overwrite;
16664 atomic_t aux_mmap_count;
16665 long unsigned int aux_mmap_locked;
16666 void (*free_aux)(void *);
16667 refcount_t aux_refcount;
16668 int aux_in_sampling;
16669 void **aux_pages;
16670 void *aux_priv;
16671 struct perf_event_mmap_page *user_page;
16672 void *data_pages[0];