Searched refs:entries_bytes (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/trace/
H A Dring_buffer.c467 local_t entries_bytes; member in struct:ring_buffer_per_cpu
1895 local_sub(rb_page_commit(to_remove_page), &cpu_buffer->entries_bytes);
2406 local_sub(rb_page_commit(next_page), &cpu_buffer->entries_bytes);
2564 * not be accounted into 'entries_bytes'.
2590 local_add(bsize - tail, &cpu_buffer->entries_bytes);
2926 local_sub(event_length, &cpu_buffer->entries_bytes);
3638 local_add(info->length, &cpu_buffer->entries_bytes);
4176 ret = local_read(&cpu_buffer->entries_bytes) - cpu_buffer->read_bytes;
5235 local_set(&cpu_buffer->entries_bytes, 0);

Completed in 187 milliseconds