Home
last modified time | relevance | path

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

/linux-6.15/tools/bpf/bpftool/
H A Dmap_perf_ring.c82 } else if (e->header.type == PERF_RECORD_LOST) { in print_bpf_output()
99 } else if (e->header.type == PERF_RECORD_LOST) { in print_bpf_output()
/linux-6.15/tools/include/uapi/linux/
H A Dperf_event.h900 PERF_RECORD_LOST = 2, enumerator
/linux-6.15/include/uapi/linux/
H A Dperf_event.h900 PERF_RECORD_LOST = 2, enumerator
/linux-6.15/tools/perf/util/
H A Devent.c42 [PERF_RECORD_LOST] = "LOST",
588 case PERF_RECORD_LOST: in perf_event__fprintf()
H A Dsession.c704 [PERF_RECORD_LOST] = perf_event__all64_swap,
1311 case PERF_RECORD_LOST: in machines__deliver_event()
1709 stats->nr_events[PERF_RECORD_LOST] != 0) { in perf_session__warn_about_errors()
1713 stats->nr_events[PERF_RECORD_LOST]); in perf_session__warn_about_errors()
H A Dpython.c456 [PERF_RECORD_LOST] = &pyrf_lost_event__type,
H A Dmachine.c1933 case PERF_RECORD_LOST: in machine__process_event()
/linux-6.15/tools/perf/
H A Dbuiltin-top.c336 top->evlist->stats.nr_events[PERF_RECORD_LOST])) { in perf_top__print_sym_table()
338 top->evlist->stats.nr_events[PERF_RECORD_LOST]; in perf_top__print_sym_table()
1213 } else if (event->header.type == PERF_RECORD_LOST) { in deliver_event()
H A Dbuiltin-sched.c1943 sched->nr_lost_chunks = session->evlist->stats.nr_events[PERF_RECORD_LOST]; in perf_sched__read_events()
3329 sched->nr_lost_chunks = evlist->stats.nr_events[PERF_RECORD_LOST]; in perf_sched__timehist()
H A Dbuiltin-kwork.c1831 kwork->nr_lost_chunks = session->evlist->stats.nr_events[PERF_RECORD_LOST]; in perf_kwork__read_events()
H A Dbuiltin-trace.c1946 case PERF_RECORD_LOST: in trace__process_event()
/linux-6.15/tools/testing/selftests/bpf/benchs/
H A Dbench_ringbufs.c385 case PERF_RECORD_LOST: in perfbuf_process_sample_raw()
/linux-6.15/kernel/events/
H A Dring_buffer.c250 lost_event.header.type = PERF_RECORD_LOST; in __perf_output_begin()
/linux-6.15/tools/perf/ui/browsers/
H A Dhists.c692 evsel->evlist->stats.nr_events[PERF_RECORD_LOST])) { in hist_browser__handle_hotkey()
694 evsel->evlist->stats.nr_events[PERF_RECORD_LOST]; in hist_browser__handle_hotkey()
3474 nr_events = evsel->evlist->stats.nr_events[PERF_RECORD_LOST]; in perf_evsel_menu__write()
/linux-6.15/Documentation/userspace-api/
H A Dperf_ring_buffer.rst483 lost and generates the ``PERF_RECORD_LOST`` records in the next time
491 ``PERF_RECORD_LOST`` records.
/linux-6.15/tools/perf/Documentation/
H A Dperf-script.txt359 Display lost events i.e. events of type PERF_RECORD_LOST.
/linux-6.15/tools/lib/bpf/
H A Dlibbpf.c13587 case PERF_RECORD_LOST: { in perf_buffer__process_record()