Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/trace/
Dring_buffer.c449 local_t entries_bytes; member
1525 local_sub(BUF_PAGE_SIZE, &cpu_buffer->entries_bytes); in rb_remove_pages()
1955 local_sub(BUF_PAGE_SIZE, &cpu_buffer->entries_bytes); in rb_handle_head_page()
2096 local_add(BUF_PAGE_SIZE - tail, &cpu_buffer->entries_bytes); in rb_reset_tail()
2382 local_sub(event_length, &cpu_buffer->entries_bytes); in rb_try_to_discard()
2736 local_add(info->length, &cpu_buffer->entries_bytes); in __rb_reserve_next()
3242 ret = local_read(&cpu_buffer->entries_bytes) - cpu_buffer->read_bytes; in ring_buffer_bytes_cpu()
4197 local_set(&cpu_buffer->entries_bytes, 0); in rb_reset_cpu()