Lines Matching defs:perf_buffer
35683 struct perf_buffer { struct
35684 refcount_t refcount;
35685 struct callback_head callback_head;
35686 int nr_pages;
35687 int overwrite;
35688 int paused;
35689 atomic_t poll;
35690 local_t head;
35691 unsigned int nest;
35692 local_t events;
35693 local_t wakeup;
35694 local_t lost;
35695 long int watermark;
35696 long int aux_watermark;
35697 spinlock_t event_lock;
35698 struct list_head event_list;
35699 atomic_t mmap_count;
35700 long unsigned int mmap_locked;
35701 struct user_struct *mmap_user;
35702 long int aux_head;
35703 unsigned int aux_nest;
35704 long int aux_wakeup;
35705 long unsigned int aux_pgoff;
35706 int aux_nr_pages;
35707 int aux_overwrite;
35708 atomic_t aux_mmap_count;
35709 long unsigned int aux_mmap_locked;
35710 void (*free_aux)(void *);
35711 refcount_t aux_refcount;
35712 int aux_in_sampling;
35713 void **aux_pages;
35714 void *aux_priv;
35715 struct perf_event_mmap_page *user_page;
35716 void *data_pages[0];