Lines Matching refs:total
4180 get_total_entries_cpu(struct array_buffer *buf, unsigned long *total,
4193 /* total is the same as the entries */
4194 *total = count;
4196 *total = count +
4203 unsigned long *total, unsigned long *entries)
4208 *total = 0;
4213 *total += t;
4220 unsigned long total, entries;
4225 get_total_entries_cpu(&tr->array_buffer, &total, &entries, cpu);
4232 unsigned long total, entries;
4237 get_total_entries(&tr->array_buffer, &total, &entries);
4257 unsigned long total;
4260 get_total_entries(buf, &total, &entries);
4262 entries, total, num_online_cpus());
4304 unsigned long total;
4307 get_total_entries(buf, &total, &entries);
4317 total,
5543 " buffer_total_size_kb - view total size of all cpu buffers\n\n"