Lines Matching defs:pt_buffer
73 struct pt_buffer { struct
74 struct list_head tables;
75 struct topa *first, *last, *cur;
76 unsigned int cur_idx;
77 size_t output_off;
78 unsigned long nr_pages;
79 local_t data_size;
80 local64_t head;
81 bool snapshot;
82 bool single;
83 bool wrapped;
84 long stop_pos, intr_pos;
85 struct topa_entry *stop_te, *intr_te;
86 void **data_pages;