Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dring_buffer.c492 local_t entries_bytes; member
1807 local_set(&cpu_buffer->entries_bytes, entry_bytes); in rb_meta_validate_events()
2571 local_sub(rb_page_commit(to_remove_page), &cpu_buffer->entries_bytes); in rb_remove_pages()
3132 local_sub(rb_page_commit(next_page), &cpu_buffer->entries_bytes); in rb_handle_head_page()
3318 local_add(bsize - tail, &cpu_buffer->entries_bytes); in rb_reset_tail()
3654 local_sub(event_length, &cpu_buffer->entries_bytes); in rb_try_to_discard()
4342 local_add(info->length, &cpu_buffer->entries_bytes); in __rb_reserve_next()
4880 ret = local_read(&cpu_buffer->entries_bytes) - cpu_buffer->read_bytes; in ring_buffer_bytes_cpu()
5951 local_set(&cpu_buffer->entries_bytes, 0); in rb_reset_cpu()