Lines Matching refs:total
4159 get_total_entries_cpu(struct array_buffer *buf, unsigned long *total,
4172 /* total is the same as the entries */
4173 *total = count;
4175 *total = count +
4182 unsigned long *total, unsigned long *entries)
4187 *total = 0;
4192 *total += t;
4199 unsigned long total, entries;
4204 get_total_entries_cpu(&tr->array_buffer, &total, &entries, cpu);
4211 unsigned long total, entries;
4216 get_total_entries(&tr->array_buffer, &total, &entries);
4236 unsigned long total;
4239 get_total_entries(buf, &total, &entries);
4241 entries, total, num_online_cpus());
4283 unsigned long total;
4288 get_total_entries(buf, &total, &entries);
4298 total,
5530 " buffer_total_size_kb - view total size of all cpu buffers\n\n"