Lines Matching defs:ring_buffer_per_cpu
28489 struct ring_buffer_per_cpu { struct
28490 int cpu;
28491 atomic_t record_disabled;
28492 atomic_t resize_disabled;
28493 struct trace_buffer___2 *buffer;
28494 raw_spinlock_t reader_lock;
28495 arch_spinlock_t lock;
28496 struct lock_class_key lock_key;
28497 struct buffer_data_page *free_page;
28498 long unsigned int nr_pages;
28499 unsigned int current_context;
28500 struct list_head *pages;
28501 struct buffer_page *head_page;
28502 struct buffer_page *tail_page;
28503 struct buffer_page *commit_page;
28504 struct buffer_page *reader_page;
28505 long unsigned int lost_events;
28506 long unsigned int last_overrun;
28507 long unsigned int nest;
28508 local_t entries_bytes;
28509 local_t entries;
28510 local_t overrun;
28511 local_t commit_overrun;
28512 local_t dropped_events;
28513 local_t committing;
28514 local_t commits;
28515 local_t pages_touched;
28516 local_t pages_read;
28517 long int last_pages_touch;
28518 size_t shortest_full;
28519 long unsigned int read;
28520 long unsigned int read_bytes;
28521 rb_time_t write_stamp;
28522 rb_time_t before_stamp;
28523 u64 event_stamp[5];
28524 u64 read_stamp;
28525 long int nr_pages_to_update;
28526 struct list_head new_pages;
28527 struct work_struct update_pages_work;
28528 struct completion update_done;
28529 struct rb_irq_work irq_work;