Searched defs:pt_buffer (Results 1 – 1 of 1) sorted by relevance
74 struct pt_buffer { struct75 struct list_head tables;76 struct topa *first, *last, *cur;77 unsigned int cur_idx;78 size_t output_off;79 unsigned long nr_pages;80 local_t data_size;81 local64_t head;82 bool snapshot;83 long stop_pos, intr_pos;[all …]