Lines Matching refs:total
3518 get_total_entries_cpu(struct trace_buffer *buf, unsigned long *total,
3531 /* total is the same as the entries */
3532 *total = count;
3534 *total = count +
3541 unsigned long *total, unsigned long *entries)
3546 *total = 0;
3551 *total += t;
3558 unsigned long total, entries;
3563 get_total_entries_cpu(&tr->trace_buffer, &total, &entries, cpu);
3570 unsigned long total, entries;
3575 get_total_entries(&tr->trace_buffer, &total, &entries);
3594 unsigned long total;
3597 get_total_entries(buf, &total, &entries);
3599 entries, total, num_online_cpus());
3640 unsigned long total;
3645 get_total_entries(buf, &total, &entries);
3655 total,
4775 " buffer_total_size_kb - view total size of all cpu buffers\n\n"