ring_buffer_per_cpu
Regular
4.4
: ✅struct ring_buffer_per_cpu {
int cpu;
atomic_t record_disabled;
struct ring_buffer *buffer;
raw_spinlock_t reader_lock;
arch_spinlock_t lock;
struct lock_class_key lock_key;
unsigned int nr_pages;
unsigned int current_context;
struct list_head *pages;
struct buffer_page *head_page;
struct buffer_page *tail_page;
struct buffer_page *commit_page;
struct buffer_page *reader_page;
long unsigned int lost_events;
long unsigned int last_overrun;
local_t entries_bytes;
local_t entries;
local_t overrun;
local_t commit_overrun;
local_t dropped_events;
local_t committing;
local_t commits;
long unsigned int read;
long unsigned int read_bytes;
u64 write_stamp;
u64 read_stamp;
int nr_pages_to_update;
struct list_head new_pages;
struct work_struct update_pages_work;
struct completion update_done;
struct rb_irq_work irq_work;
};
4.8
: ✅struct ring_buffer_per_cpu {
int cpu;
atomic_t record_disabled;
struct ring_buffer *buffer;
raw_spinlock_t reader_lock;
arch_spinlock_t lock;
struct lock_class_key lock_key;
long unsigned int nr_pages;
unsigned int current_context;
struct list_head *pages;
struct buffer_page *head_page;
struct buffer_page *tail_page;
struct buffer_page *commit_page;
struct buffer_page *reader_page;
long unsigned int lost_events;
long unsigned int last_overrun;
local_t entries_bytes;
local_t entries;
local_t overrun;
local_t commit_overrun;
local_t dropped_events;
local_t committing;
local_t commits;
long unsigned int read;
long unsigned int read_bytes;
u64 write_stamp;
u64 read_stamp;
long int nr_pages_to_update;
struct list_head new_pages;
struct work_struct update_pages_work;
struct completion update_done;
struct rb_irq_work irq_work;
};
4.10
: ✅struct ring_buffer_per_cpu {
int cpu;
atomic_t record_disabled;
struct ring_buffer *buffer;
raw_spinlock_t reader_lock;
arch_spinlock_t lock;
struct lock_class_key lock_key;
long unsigned int nr_pages;
unsigned int current_context;
struct list_head *pages;
struct buffer_page *head_page;
struct buffer_page *tail_page;
struct buffer_page *commit_page;
struct buffer_page *reader_page;
long unsigned int lost_events;
long unsigned int last_overrun;
local_t entries_bytes;
local_t entries;
local_t overrun;
local_t commit_overrun;
local_t dropped_events;
local_t committing;
local_t commits;
long unsigned int read;
long unsigned int read_bytes;
u64 write_stamp;
u64 read_stamp;
long int nr_pages_to_update;
struct list_head new_pages;
struct work_struct update_pages_work;
struct completion update_done;
struct rb_irq_work irq_work;
};
4.13
: ✅struct ring_buffer_per_cpu {
int cpu;
atomic_t record_disabled;
struct ring_buffer *buffer;
raw_spinlock_t reader_lock;
arch_spinlock_t lock;
struct lock_class_key lock_key;
struct buffer_data_page *free_page;
long unsigned int nr_pages;
unsigned int current_context;
struct list_head *pages;
struct buffer_page *head_page;
struct buffer_page *tail_page;
struct buffer_page *commit_page;
struct buffer_page *reader_page;
long unsigned int lost_events;
long unsigned int last_overrun;
local_t entries_bytes;
local_t entries;
local_t overrun;
local_t commit_overrun;
local_t dropped_events;
local_t committing;
local_t commits;
long unsigned int read;
long unsigned int read_bytes;
u64 write_stamp;
u64 read_stamp;
long int nr_pages_to_update;
struct list_head new_pages;
struct work_struct update_pages_work;
struct completion update_done;
struct rb_irq_work irq_work;
};
4.15
: ✅struct ring_buffer_per_cpu {
int cpu;
atomic_t record_disabled;
struct ring_buffer *buffer;
raw_spinlock_t reader_lock;
arch_spinlock_t lock;
struct lock_class_key lock_key;
struct buffer_data_page *free_page;
long unsigned int nr_pages;
unsigned int current_context;
struct list_head *pages;
struct buffer_page *head_page;
struct buffer_page *tail_page;
struct buffer_page *commit_page;
struct buffer_page *reader_page;
long unsigned int lost_events;
long unsigned int last_overrun;
local_t entries_bytes;
local_t entries;
local_t overrun;
local_t commit_overrun;
local_t dropped_events;
local_t committing;
local_t commits;
long unsigned int read;
long unsigned int read_bytes;
u64 write_stamp;
u64 read_stamp;
long int nr_pages_to_update;
struct list_head new_pages;
struct work_struct update_pages_work;
struct completion update_done;
struct rb_irq_work irq_work;
};
4.18
: ✅struct ring_buffer_per_cpu {
int cpu;
atomic_t record_disabled;
struct ring_buffer *buffer;
raw_spinlock_t reader_lock;
arch_spinlock_t lock;
struct lock_class_key lock_key;
struct buffer_data_page *free_page;
long unsigned int nr_pages;
unsigned int current_context;
struct list_head *pages;
struct buffer_page *head_page;
struct buffer_page *tail_page;
struct buffer_page *commit_page;
struct buffer_page *reader_page;
long unsigned int lost_events;
long unsigned int last_overrun;
long unsigned int nest;
local_t entries_bytes;
local_t entries;
local_t overrun;
local_t commit_overrun;
local_t dropped_events;
local_t committing;
local_t commits;
long unsigned int read;
long unsigned int read_bytes;
u64 write_stamp;
u64 read_stamp;
long int nr_pages_to_update;
struct list_head new_pages;
struct work_struct update_pages_work;
struct completion update_done;
struct rb_irq_work irq_work;
};
5.0
: ✅struct ring_buffer_per_cpu {
int cpu;
atomic_t record_disabled;
struct ring_buffer *buffer;
raw_spinlock_t reader_lock;
arch_spinlock_t lock;
struct lock_class_key lock_key;
struct buffer_data_page *free_page;
long unsigned int nr_pages;
unsigned int current_context;
struct list_head *pages;
struct buffer_page *head_page;
struct buffer_page *tail_page;
struct buffer_page *commit_page;
struct buffer_page *reader_page;
long unsigned int lost_events;
long unsigned int last_overrun;
long unsigned int nest;
local_t entries_bytes;
local_t entries;
local_t overrun;
local_t commit_overrun;
local_t dropped_events;
local_t committing;
local_t commits;
local_t pages_touched;
local_t pages_read;
long int last_pages_touch;
size_t shortest_full;
long unsigned int read;
long unsigned int read_bytes;
u64 write_stamp;
u64 read_stamp;
long int nr_pages_to_update;
struct list_head new_pages;
struct work_struct update_pages_work;
struct completion update_done;
struct rb_irq_work irq_work;
};
5.3
: ✅struct ring_buffer_per_cpu {
int cpu;
atomic_t record_disabled;
struct ring_buffer *buffer;
raw_spinlock_t reader_lock;
arch_spinlock_t lock;
struct lock_class_key lock_key;
struct buffer_data_page *free_page;
long unsigned int nr_pages;
unsigned int current_context;
struct list_head *pages;
struct buffer_page *head_page;
struct buffer_page *tail_page;
struct buffer_page *commit_page;
struct buffer_page *reader_page;
long unsigned int lost_events;
long unsigned int last_overrun;
long unsigned int nest;
local_t entries_bytes;
local_t entries;
local_t overrun;
local_t commit_overrun;
local_t dropped_events;
local_t committing;
local_t commits;
local_t pages_touched;
local_t pages_read;
long int last_pages_touch;
size_t shortest_full;
long unsigned int read;
long unsigned int read_bytes;
u64 write_stamp;
u64 read_stamp;
long int nr_pages_to_update;
struct list_head new_pages;
struct work_struct update_pages_work;
struct completion update_done;
struct rb_irq_work irq_work;
};
5.4
: ✅struct ring_buffer_per_cpu {
int cpu;
atomic_t record_disabled;
struct ring_buffer *buffer;
raw_spinlock_t reader_lock;
arch_spinlock_t lock;
struct lock_class_key lock_key;
struct buffer_data_page *free_page;
long unsigned int nr_pages;
unsigned int current_context;
struct list_head *pages;
struct buffer_page *head_page;
struct buffer_page *tail_page;
struct buffer_page *commit_page;
struct buffer_page *reader_page;
long unsigned int lost_events;
long unsigned int last_overrun;
long unsigned int nest;
local_t entries_bytes;
local_t entries;
local_t overrun;
local_t commit_overrun;
local_t dropped_events;
local_t committing;
local_t commits;
local_t pages_touched;
local_t pages_read;
long int last_pages_touch;
size_t shortest_full;
long unsigned int read;
long unsigned int read_bytes;
u64 write_stamp;
u64 read_stamp;
long int nr_pages_to_update;
struct list_head new_pages;
struct work_struct update_pages_work;
struct completion update_done;
struct rb_irq_work irq_work;
};
5.8
: ✅struct ring_buffer_per_cpu {
int cpu;
atomic_t record_disabled;
atomic_t resize_disabled;
struct trace_buffer *buffer;
raw_spinlock_t reader_lock;
arch_spinlock_t lock;
struct lock_class_key lock_key;
struct buffer_data_page *free_page;
long unsigned int nr_pages;
unsigned int current_context;
struct list_head *pages;
struct buffer_page *head_page;
struct buffer_page *tail_page;
struct buffer_page *commit_page;
struct buffer_page *reader_page;
long unsigned int lost_events;
long unsigned int last_overrun;
long unsigned int nest;
local_t entries_bytes;
local_t entries;
local_t overrun;
local_t commit_overrun;
local_t dropped_events;
local_t committing;
local_t commits;
local_t pages_touched;
local_t pages_read;
long int last_pages_touch;
size_t shortest_full;
long unsigned int read;
long unsigned int read_bytes;
u64 write_stamp;
u64 read_stamp;
long int nr_pages_to_update;
struct list_head new_pages;
struct work_struct update_pages_work;
struct completion update_done;
struct rb_irq_work irq_work;
};
5.11
: ✅struct ring_buffer_per_cpu {
int cpu;
atomic_t record_disabled;
atomic_t resize_disabled;
struct trace_buffer *buffer;
raw_spinlock_t reader_lock;
arch_spinlock_t lock;
struct lock_class_key lock_key;
struct buffer_data_page *free_page;
long unsigned int nr_pages;
unsigned int current_context;
struct list_head *pages;
struct buffer_page *head_page;
struct buffer_page *tail_page;
struct buffer_page *commit_page;
struct buffer_page *reader_page;
long unsigned int lost_events;
long unsigned int last_overrun;
long unsigned int nest;
local_t entries_bytes;
local_t entries;
local_t overrun;
local_t commit_overrun;
local_t dropped_events;
local_t committing;
local_t commits;
local_t pages_touched;
local_t pages_read;
long int last_pages_touch;
size_t shortest_full;
long unsigned int read;
long unsigned int read_bytes;
rb_time_t write_stamp;
rb_time_t before_stamp;
u64 read_stamp;
long int nr_pages_to_update;
struct list_head new_pages;
struct work_struct update_pages_work;
struct completion update_done;
struct rb_irq_work irq_work;
};
5.13
: ✅struct ring_buffer_per_cpu {
int cpu;
atomic_t record_disabled;
atomic_t resize_disabled;
struct trace_buffer *buffer;
raw_spinlock_t reader_lock;
arch_spinlock_t lock;
struct lock_class_key lock_key;
struct buffer_data_page *free_page;
long unsigned int nr_pages;
unsigned int current_context;
struct list_head *pages;
struct buffer_page *head_page;
struct buffer_page *tail_page;
struct buffer_page *commit_page;
struct buffer_page *reader_page;
long unsigned int lost_events;
long unsigned int last_overrun;
long unsigned int nest;
local_t entries_bytes;
local_t entries;
local_t overrun;
local_t commit_overrun;
local_t dropped_events;
local_t committing;
local_t commits;
local_t pages_touched;
local_t pages_read;
long int last_pages_touch;
size_t shortest_full;
long unsigned int read;
long unsigned int read_bytes;
rb_time_t write_stamp;
rb_time_t before_stamp;
u64 event_stamp[5];
u64 read_stamp;
long int nr_pages_to_update;
struct list_head new_pages;
struct work_struct update_pages_work;
struct completion update_done;
struct rb_irq_work irq_work;
};
5.15
: ✅struct ring_buffer_per_cpu {
int cpu;
atomic_t record_disabled;
atomic_t resize_disabled;
struct trace_buffer *buffer;
raw_spinlock_t reader_lock;
arch_spinlock_t lock;
struct lock_class_key lock_key;
struct buffer_data_page *free_page;
long unsigned int nr_pages;
unsigned int current_context;
struct list_head *pages;
struct buffer_page *head_page;
struct buffer_page *tail_page;
struct buffer_page *commit_page;
struct buffer_page *reader_page;
long unsigned int lost_events;
long unsigned int last_overrun;
long unsigned int nest;
local_t entries_bytes;
local_t entries;
local_t overrun;
local_t commit_overrun;
local_t dropped_events;
local_t committing;
local_t commits;
local_t pages_touched;
local_t pages_read;
long int last_pages_touch;
size_t shortest_full;
long unsigned int read;
long unsigned int read_bytes;
rb_time_t write_stamp;
rb_time_t before_stamp;
u64 event_stamp[5];
u64 read_stamp;
long int nr_pages_to_update;
struct list_head new_pages;
struct work_struct update_pages_work;
struct completion update_done;
struct rb_irq_work irq_work;
};
5.19
: ✅struct ring_buffer_per_cpu {
int cpu;
atomic_t record_disabled;
atomic_t resize_disabled;
struct trace_buffer *buffer;
raw_spinlock_t reader_lock;
arch_spinlock_t lock;
struct lock_class_key lock_key;
struct buffer_data_page *free_page;
long unsigned int nr_pages;
unsigned int current_context;
struct list_head *pages;
struct buffer_page *head_page;
struct buffer_page *tail_page;
struct buffer_page *commit_page;
struct buffer_page *reader_page;
long unsigned int lost_events;
long unsigned int last_overrun;
long unsigned int nest;
local_t entries_bytes;
local_t entries;
local_t overrun;
local_t commit_overrun;
local_t dropped_events;
local_t committing;
local_t commits;
local_t pages_touched;
local_t pages_read;
long int last_pages_touch;
size_t shortest_full;
long unsigned int read;
long unsigned int read_bytes;
rb_time_t write_stamp;
rb_time_t before_stamp;
u64 event_stamp[5];
u64 read_stamp;
long int nr_pages_to_update;
struct list_head new_pages;
struct work_struct update_pages_work;
struct completion update_done;
struct rb_irq_work irq_work;
};
6.2
: ✅struct ring_buffer_per_cpu {
int cpu;
atomic_t record_disabled;
atomic_t resize_disabled;
struct trace_buffer *buffer;
raw_spinlock_t reader_lock;
arch_spinlock_t lock;
struct lock_class_key lock_key;
struct buffer_data_page *free_page;
long unsigned int nr_pages;
unsigned int current_context;
struct list_head *pages;
struct buffer_page *head_page;
struct buffer_page *tail_page;
struct buffer_page *commit_page;
struct buffer_page *reader_page;
long unsigned int lost_events;
long unsigned int last_overrun;
long unsigned int nest;
local_t entries_bytes;
local_t entries;
local_t overrun;
local_t commit_overrun;
local_t dropped_events;
local_t committing;
local_t commits;
local_t pages_touched;
local_t pages_lost;
local_t pages_read;
long int last_pages_touch;
size_t shortest_full;
long unsigned int read;
long unsigned int read_bytes;
rb_time_t write_stamp;
rb_time_t before_stamp;
u64 event_stamp[5];
u64 read_stamp;
long int nr_pages_to_update;
struct list_head new_pages;
struct work_struct update_pages_work;
struct completion update_done;
struct rb_irq_work irq_work;
};
6.5
: ✅struct ring_buffer_per_cpu {
int cpu;
atomic_t record_disabled;
atomic_t resize_disabled;
struct trace_buffer *buffer;
raw_spinlock_t reader_lock;
arch_spinlock_t lock;
struct lock_class_key lock_key;
struct buffer_data_page *free_page;
long unsigned int nr_pages;
unsigned int current_context;
struct list_head *pages;
struct buffer_page *head_page;
struct buffer_page *tail_page;
struct buffer_page *commit_page;
struct buffer_page *reader_page;
long unsigned int lost_events;
long unsigned int last_overrun;
long unsigned int nest;
local_t entries_bytes;
local_t entries;
local_t overrun;
local_t commit_overrun;
local_t dropped_events;
local_t committing;
local_t commits;
local_t pages_touched;
local_t pages_lost;
local_t pages_read;
long int last_pages_touch;
size_t shortest_full;
long unsigned int read;
long unsigned int read_bytes;
rb_time_t write_stamp;
rb_time_t before_stamp;
u64 event_stamp[5];
u64 read_stamp;
long unsigned int pages_removed;
long int nr_pages_to_update;
struct list_head new_pages;
struct work_struct update_pages_work;
struct completion update_done;
struct rb_irq_work irq_work;
};
6.8
: ✅struct ring_buffer_per_cpu {
int cpu;
atomic_t record_disabled;
atomic_t resize_disabled;
struct trace_buffer *buffer;
raw_spinlock_t reader_lock;
arch_spinlock_t lock;
struct lock_class_key lock_key;
struct buffer_data_page *free_page;
long unsigned int nr_pages;
unsigned int current_context;
struct list_head *pages;
struct buffer_page *head_page;
struct buffer_page *tail_page;
struct buffer_page *commit_page;
struct buffer_page *reader_page;
long unsigned int lost_events;
long unsigned int last_overrun;
long unsigned int nest;
local_t entries_bytes;
local_t entries;
local_t overrun;
local_t commit_overrun;
local_t dropped_events;
local_t committing;
local_t commits;
local_t pages_touched;
local_t pages_lost;
local_t pages_read;
long int last_pages_touch;
size_t shortest_full;
long unsigned int read;
long unsigned int read_bytes;
rb_time_t write_stamp;
rb_time_t before_stamp;
u64 event_stamp[5];
u64 read_stamp;
long unsigned int pages_removed;
long int nr_pages_to_update;
struct list_head new_pages;
struct work_struct update_pages_work;
struct completion update_done;
struct rb_irq_work irq_work;
};
arm64
: ✅struct ring_buffer_per_cpu {
int cpu;
atomic_t record_disabled;
struct ring_buffer *buffer;
raw_spinlock_t reader_lock;
arch_spinlock_t lock;
struct lock_class_key lock_key;
struct buffer_data_page *free_page;
long unsigned int nr_pages;
unsigned int current_context;
struct list_head *pages;
struct buffer_page *head_page;
struct buffer_page *tail_page;
struct buffer_page *commit_page;
struct buffer_page *reader_page;
long unsigned int lost_events;
long unsigned int last_overrun;
long unsigned int nest;
local_t entries_bytes;
local_t entries;
local_t overrun;
local_t commit_overrun;
local_t dropped_events;
local_t committing;
local_t commits;
local_t pages_touched;
local_t pages_read;
long int last_pages_touch;
size_t shortest_full;
long unsigned int read;
long unsigned int read_bytes;
u64 write_stamp;
u64 read_stamp;
long int nr_pages_to_update;
struct list_head new_pages;
struct work_struct update_pages_work;
struct completion update_done;
struct rb_irq_work irq_work;
};
armhf
: ✅struct ring_buffer_per_cpu {
int cpu;
atomic_t record_disabled;
struct ring_buffer *buffer;
raw_spinlock_t reader_lock;
arch_spinlock_t lock;
struct lock_class_key lock_key;
struct buffer_data_page *free_page;
long unsigned int nr_pages;
unsigned int current_context;
struct list_head *pages;
struct buffer_page *head_page;
struct buffer_page *tail_page;
struct buffer_page *commit_page;
struct buffer_page *reader_page;
long unsigned int lost_events;
long unsigned int last_overrun;
long unsigned int nest;
local_t entries_bytes;
local_t entries;
local_t overrun;
local_t commit_overrun;
local_t dropped_events;
local_t committing;
local_t commits;
local_t pages_touched;
local_t pages_read;
long int last_pages_touch;
size_t shortest_full;
long unsigned int read;
long unsigned int read_bytes;
u64 write_stamp;
u64 read_stamp;
long int nr_pages_to_update;
struct list_head new_pages;
struct work_struct update_pages_work;
struct completion update_done;
struct rb_irq_work irq_work;
};
ppc64el
: ✅struct ring_buffer_per_cpu {
int cpu;
atomic_t record_disabled;
struct ring_buffer *buffer;
raw_spinlock_t reader_lock;
arch_spinlock_t lock;
struct lock_class_key lock_key;
struct buffer_data_page *free_page;
long unsigned int nr_pages;
unsigned int current_context;
struct list_head *pages;
struct buffer_page *head_page;
struct buffer_page *tail_page;
struct buffer_page *commit_page;
struct buffer_page *reader_page;
long unsigned int lost_events;
long unsigned int last_overrun;
long unsigned int nest;
local_t entries_bytes;
local_t entries;
local_t overrun;
local_t commit_overrun;
local_t dropped_events;
local_t committing;
local_t commits;
local_t pages_touched;
local_t pages_read;
long int last_pages_touch;
size_t shortest_full;
long unsigned int read;
long unsigned int read_bytes;
u64 write_stamp;
u64 read_stamp;
long int nr_pages_to_update;
struct list_head new_pages;
struct work_struct update_pages_work;
struct completion update_done;
struct rb_irq_work irq_work;
};
riscv64
: ✅struct ring_buffer_per_cpu {
int cpu;
atomic_t record_disabled;
struct ring_buffer *buffer;
raw_spinlock_t reader_lock;
arch_spinlock_t lock;
struct lock_class_key lock_key;
struct buffer_data_page *free_page;
long unsigned int nr_pages;
unsigned int current_context;
struct list_head *pages;
struct buffer_page *head_page;
struct buffer_page *tail_page;
struct buffer_page *commit_page;
struct buffer_page *reader_page;
long unsigned int lost_events;
long unsigned int last_overrun;
long unsigned int nest;
local_t entries_bytes;
local_t entries;
local_t overrun;
local_t commit_overrun;
local_t dropped_events;
local_t committing;
local_t commits;
local_t pages_touched;
local_t pages_read;
long int last_pages_touch;
size_t shortest_full;
long unsigned int read;
long unsigned int read_bytes;
u64 write_stamp;
u64 read_stamp;
long int nr_pages_to_update;
struct list_head new_pages;
struct work_struct update_pages_work;
struct completion update_done;
struct rb_irq_work irq_work;
};
aws
: ✅struct ring_buffer_per_cpu {
int cpu;
atomic_t record_disabled;
struct ring_buffer *buffer;
raw_spinlock_t reader_lock;
arch_spinlock_t lock;
struct lock_class_key lock_key;
struct buffer_data_page *free_page;
long unsigned int nr_pages;
unsigned int current_context;
struct list_head *pages;
struct buffer_page *head_page;
struct buffer_page *tail_page;
struct buffer_page *commit_page;
struct buffer_page *reader_page;
long unsigned int lost_events;
long unsigned int last_overrun;
long unsigned int nest;
local_t entries_bytes;
local_t entries;
local_t overrun;
local_t commit_overrun;
local_t dropped_events;
local_t committing;
local_t commits;
local_t pages_touched;
local_t pages_read;
long int last_pages_touch;
size_t shortest_full;
long unsigned int read;
long unsigned int read_bytes;
u64 write_stamp;
u64 read_stamp;
long int nr_pages_to_update;
struct list_head new_pages;
struct work_struct update_pages_work;
struct completion update_done;
struct rb_irq_work irq_work;
};
azure
: ✅struct ring_buffer_per_cpu {
int cpu;
atomic_t record_disabled;
struct ring_buffer *buffer;
raw_spinlock_t reader_lock;
arch_spinlock_t lock;
struct lock_class_key lock_key;
struct buffer_data_page *free_page;
long unsigned int nr_pages;
unsigned int current_context;
struct list_head *pages;
struct buffer_page *head_page;
struct buffer_page *tail_page;
struct buffer_page *commit_page;
struct buffer_page *reader_page;
long unsigned int lost_events;
long unsigned int last_overrun;
long unsigned int nest;
local_t entries_bytes;
local_t entries;
local_t overrun;
local_t commit_overrun;
local_t dropped_events;
local_t committing;
local_t commits;
local_t pages_touched;
local_t pages_read;
long int last_pages_touch;
size_t shortest_full;
long unsigned int read;
long unsigned int read_bytes;
u64 write_stamp;
u64 read_stamp;
long int nr_pages_to_update;
struct list_head new_pages;
struct work_struct update_pages_work;
struct completion update_done;
struct rb_irq_work irq_work;
};
gcp
: ✅struct ring_buffer_per_cpu {
int cpu;
atomic_t record_disabled;
struct ring_buffer *buffer;
raw_spinlock_t reader_lock;
arch_spinlock_t lock;
struct lock_class_key lock_key;
struct buffer_data_page *free_page;
long unsigned int nr_pages;
unsigned int current_context;
struct list_head *pages;
struct buffer_page *head_page;
struct buffer_page *tail_page;
struct buffer_page *commit_page;
struct buffer_page *reader_page;
long unsigned int lost_events;
long unsigned int last_overrun;
long unsigned int nest;
local_t entries_bytes;
local_t entries;
local_t overrun;
local_t commit_overrun;
local_t dropped_events;
local_t committing;
local_t commits;
local_t pages_touched;
local_t pages_read;
long int last_pages_touch;
size_t shortest_full;
long unsigned int read;
long unsigned int read_bytes;
u64 write_stamp;
u64 read_stamp;
long int nr_pages_to_update;
struct list_head new_pages;
struct work_struct update_pages_work;
struct completion update_done;
struct rb_irq_work irq_work;
};
lowlatency
: ✅struct ring_buffer_per_cpu {
int cpu;
atomic_t record_disabled;
struct ring_buffer *buffer;
raw_spinlock_t reader_lock;
arch_spinlock_t lock;
struct lock_class_key lock_key;
struct buffer_data_page *free_page;
long unsigned int nr_pages;
unsigned int current_context;
struct list_head *pages;
struct buffer_page *head_page;
struct buffer_page *tail_page;
struct buffer_page *commit_page;
struct buffer_page *reader_page;
long unsigned int lost_events;
long unsigned int last_overrun;
long unsigned int nest;
local_t entries_bytes;
local_t entries;
local_t overrun;
local_t commit_overrun;
local_t dropped_events;
local_t committing;
local_t commits;
local_t pages_touched;
local_t pages_read;
long int last_pages_touch;
size_t shortest_full;
long unsigned int read;
long unsigned int read_bytes;
u64 write_stamp;
u64 read_stamp;
long int nr_pages_to_update;
struct list_head new_pages;
struct work_struct update_pages_work;
struct completion update_done;
struct rb_irq_work irq_work;
};
Regular
4.4
and 4.8
⚠️unsigned int nr_pages
➡️ long unsigned int nr_pages
int nr_pages_to_update
➡️ long int nr_pages_to_update
4.8
and 4.10
✅
4.10
and 4.13
⚠️struct buffer_data_page *free_page
4.13
and 4.15
✅
4.15
and 4.18
⚠️long unsigned int nest
4.18
and 5.0
⚠️local_t pages_touched
local_t pages_read
long int last_pages_touch
size_t shortest_full
5.0
and 5.3
✅
5.3
and 5.4
✅
5.4
and 5.8
⚠️atomic_t resize_disabled
struct ring_buffer *buffer
➡️ struct trace_buffer *buffer
5.8
and 5.11
⚠️rb_time_t before_stamp
u64 write_stamp
➡️ rb_time_t write_stamp
5.11
and 5.13
⚠️u64 event_stamp[5]
5.13
and 5.15
✅
5.15
and 5.19
✅
5.19
and 6.2
⚠️local_t pages_lost
6.2
and 6.5
⚠️long unsigned int pages_removed
6.5
and 6.8
✅
amd64
and arm64
✅
amd64
and armhf
✅
amd64
and ppc64el
✅
amd64
and riscv64
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅