Lines Matching defs:pt_buffer
90 struct pt_buffer { struct
91 int cpu;
92 struct list_head tables;
93 struct topa *first, *last, *cur;
94 unsigned int cur_idx;
95 size_t output_off;
96 unsigned long nr_pages;
97 local_t data_size;
98 local_t lost;
99 local64_t head;
100 bool snapshot;
101 unsigned long stop_pos, intr_pos;
102 void **data_pages;
103 struct topa_entry *topa_index[0];