Searched refs:lost_events (Results 1 - 7 of 7) sorted by relevance

/linux-master/tools/perf/util/
H A Dkvm-stat.h101 u64 lost_events; member in struct:perf_kvm_stat
/linux-master/include/linux/
H A Dring_buffer.h127 unsigned long *lost_events);
130 unsigned long *lost_events);
H A Dtrace_events.h125 unsigned long lost_events; member in struct:trace_iterator
/linux-master/kernel/trace/
H A Dring_buffer.c464 unsigned long lost_events; member in struct:ring_buffer_per_cpu
4602 cpu_buffer->lost_events = overwrite - cpu_buffer->last_overrun;
4706 return cpu_buffer->lost_events;
4711 unsigned long *lost_events)
4771 if (lost_events)
4772 *lost_events = rb_lost_events(cpu_buffer);
4910 * @lost_events: a variable to store if events were lost (may be NULL)
4917 unsigned long *lost_events)
4930 event = rb_buffer_peek(cpu_buffer, ts, lost_events);
4987 * @lost_events
4710 rb_buffer_peek(struct ring_buffer_per_cpu *cpu_buffer, u64 *ts, unsigned long *lost_events) argument
4916 ring_buffer_peek(struct trace_buffer *buffer, int cpu, u64 *ts, unsigned long *lost_events) argument
4994 ring_buffer_consume(struct trace_buffer *buffer, int cpu, u64 *ts, unsigned long *lost_events) argument
[all...]
H A Dtrace.c3462 unsigned long *lost_events)
3469 if (lost_events)
3470 *lost_events = ring_buffer_iter_dropped(buf_iter) ?
3474 lost_events);
3491 unsigned long lost_events = 0, next_lost = 0; local
3517 ent = peek_next_entry(iter, cpu, &ts, &lost_events);
3526 next_lost = lost_events;
3890 &iter->lost_events, &iter->ts);
3901 &iter->lost_events);
4388 if (iter->lost_events) {
3461 peek_next_entry(struct trace_iterator *iter, int cpu, u64 *ts, unsigned long *lost_events) argument
[all...]
/linux-master/tools/perf/
H A Dbuiltin-kvm.c1164 if (kvm->lost_events)
1165 pr_info("\nLost events: %" PRIu64 "\n\n", kvm->lost_events);
1176 kvm->lost_events++;
1350 if (kvm->lost_events)
1352 kvm->lost_events);
1427 kvm->lost_events = 0;
/linux-master/tools/perf/ui/browsers/
H A Dhists.c3398 bool lost_events, lost_events_warned; member in struct:evsel_menu
3438 menu->lost_events = true;
3477 menu->lost_events &&

Completed in 228 milliseconds