Home
last modified time | relevance | path

Searched refs:lost (Results 1 – 25 of 29) sorted by relevance

12

/tools/bpf/bpftool/
Dmap_perf_ring.c50 __u64 lost; member
71 struct perf_event_lost *lost = container_of(event, in print_bpf_output() local
94 jsonw_uint(json_wtr, lost->id); in print_bpf_output()
96 jsonw_uint(json_wtr, lost->lost); in print_bpf_output()
108 printf("lost %lld events\n", lost->lost); in print_bpf_output()
/tools/perf/util/
Dtop.c50 top->lost, top->lost_total, top->drop, top->drop_total); in perf_top__header_snprintf()
117 top->guest_us_samples = top->lost = top->drop = 0; in perf_top__reset_sample_counters()
Dtop.h29 u64 samples, lost, lost_total, drop, drop_total; member
Dtool.h52 lost, member
Dsession.c479 if (tool->lost == NULL) in perf_tool__fill_defaults()
480 tool->lost = perf_event__process_lost; in perf_tool__fill_defaults()
1494 if (tool->lost == perf_event__process_lost) in machines__deliver_event()
1495 evlist->stats.total_lost += event->lost.lost; in machines__deliver_event()
1496 return tool->lost(tool, event, sample, machine); in machines__deliver_event()
1499 evlist->stats.total_lost_samples += event->lost_samples.lost; in machines__deliver_event()
1845 if (session->tool->lost == perf_event__process_lost && in perf_session__warn_about_errors()
Dpython.c288 member_def(perf_record_lost, lost, T_ULONGLONG, "number of lost events"),
299 pevent->event.lost.id, pevent->event.lost.lost) < 0) { in pyrf_lost_event__repr()
Devent.c409 return fprintf(fp, " lost %" PRI_lu64 "\n", event->lost.lost); in perf_event__fprintf_lost()
Dmachine.c678 event->lost.id, event->lost.lost); in machine__process_lost_event()
686 sample->id, event->lost_samples.lost); in machine__process_lost_samples_event()
Ddata-convert-bt.c1612 .lost = perf_event__process_lost, in bt_convert__perf2ctf()
/tools/lib/perf/include/perf/
Devent.h60 __u64 lost; member
65 __u64 lost; member
388 struct perf_record_lost lost; member
/tools/perf/
Dbuiltin-top.c600 if (t->lost || t->drop) in perf_top__sort_new_samples()
860 top->lost += event->lost.lost; in perf_top__process_lost()
861 top->lost_total += event->lost.lost; in perf_top__process_lost()
862 hists->stats.total_lost += event->lost.lost; in perf_top__process_lost()
872 top->lost += event->lost_samples.lost; in perf_top__process_lost_samples()
873 top->lost_total += event->lost_samples.lost; in perf_top__process_lost_samples()
874 hists->stats.total_lost_samples += event->lost_samples.lost; in perf_top__process_lost_samples()
Dbuiltin-mem.c387 .lost = perf_event__process_lost, in cmd_mem()
Dbuiltin-sched.c2669 printf("lost %" PRI_lu64 " events on cpu %d\n", event->lost.lost, sample->cpu); in process_lost()
3004 sched->tool.lost = process_lost; in perf_sched__timehist()
3422 .lost = perf_event__process_lost, in cmd_sched()
Dbuiltin-inject.c814 .lost = perf_event__repipe, in cmd_inject()
Dbuiltin-report.c1145 .lost = perf_event__process_lost, in cmd_report()
Dbuiltin-kvm.c1390 kvm->tool.lost = process_lost_event; in kvm_events_live()
Dbuiltin-diff.c476 .lost = perf_event__process_lost,
Dbuiltin-trace.c1571 "LOST %" PRIu64 " events!\n", event->lost.lost); in trace__process_event()
Dbuiltin-c2c.c371 .lost = perf_event__process_lost,
/tools/perf/Documentation/
Ditrace.txt56 l trace data lost
Dperf-script.txt113 Do various checks like samples ordering and lost events.
313 --show-lost-events
314 Display lost events i.e. events of type PERF_RECORD_LOST.
Dperf-intel-pt.txt189 resulting in data lost because the buffer was full. See 'Buffer handling' below
640 becomes full and some trace data is lost.
644 If trace data is lost, the driver sets 'truncated' in the PERF_RECORD_AUX event
916 Error events show where the decoder lost the trace. Error events
922 -l Suppress trace data lost errors
923 For example, for errors but not overflow or data lost errors:
/tools/bpf/bpftool/Documentation/
Dbpftool-map.rst228 would be lost as soon as bpftool exits).
/tools/include/uapi/sound/
Dasound.h867 unsigned int lost; /* counter of master tick lost */ member
/tools/usb/usbip/
DINSTALL188 variables may be lost. In order to avoid this problem, you should set

12