Home
last modified time | relevance | path

Searched refs:lost (Results 1 – 25 of 30) 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
Dpython.c315 member_def(perf_record_lost, lost, T_ULONGLONG, "number of lost events"),
326 pevent->event.lost.id, pevent->event.lost.lost) < 0) { in pyrf_lost_event__repr()
Dsession.c496 if (tool->lost == NULL) in perf_tool__fill_defaults()
497 tool->lost = perf_event__process_lost; in perf_tool__fill_defaults()
1524 if (tool->lost == perf_event__process_lost) in machines__deliver_event()
1525 evlist->stats.total_lost += event->lost.lost; in machines__deliver_event()
1526 return tool->lost(tool, event, sample, machine); in machines__deliver_event()
1529 evlist->stats.total_lost_samples += event->lost_samples.lost; in machines__deliver_event()
1857 if (session->tool->lost == perf_event__process_lost && in perf_session__warn_about_errors()
Ddata-convert-json.c292 .lost = perf_event__process_lost, in bt_convert__perf2json()
Devent.c428 return fprintf(fp, " lost %" PRI_lu64 "\n", event->lost.lost); in perf_event__fprintf_lost()
Dmachine.c706 event->lost.id, event->lost.lost); in machine__process_lost_event()
714 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.h70 __u64 lost; member
75 __u64 lost; member
398 struct perf_record_lost lost; member
/tools/perf/
Dbuiltin-top.c601 if (t->lost || t->drop) in perf_top__sort_new_samples()
856 top->lost += event->lost.lost; in perf_top__process_lost()
857 top->lost_total += event->lost.lost; in perf_top__process_lost()
858 evsel->evlist->stats.total_lost += event->lost.lost; in perf_top__process_lost()
866 top->lost += event->lost_samples.lost; in perf_top__process_lost_samples()
867 top->lost_total += event->lost_samples.lost; in perf_top__process_lost_samples()
868 evsel->evlist->stats.total_lost_samples += event->lost_samples.lost; in perf_top__process_lost_samples()
Dbuiltin-mem.c443 .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()
3420 .lost = perf_event__process_lost, in cmd_sched()
Dbuiltin-inject.c886 .lost = perf_event__repipe, in cmd_inject()
Dbuiltin-kvm.c1389 kvm->tool.lost = process_lost_event; in kvm_events_live()
Dbuiltin-report.c1176 .lost = perf_event__process_lost, in cmd_report()
Dbuiltin-diff.c476 .lost = perf_event__process_lost,
Dbuiltin-trace.c1581 "LOST %" PRIu64 " events!\n", event->lost.lost); in trace__process_event()
/tools/perf/Documentation/
Ditrace.txt58 l trace data lost
Dperf-script.txt125 Do various checks like samples ordering and lost events.
327 --show-lost-events
328 Display lost events i.e. events of type PERF_RECORD_LOST.
Dperf-intel-pt.txt194 resulting in data lost because the buffer was full. See 'Buffer handling' below
671 becomes full and some trace data is lost.
675 If trace data is lost, the driver sets 'truncated' in the PERF_RECORD_AUX event
955 Error events show where the decoder lost the trace. Error events
961 -l Suppress trace data lost errors
962 For example, for errors but not overflow or data lost errors:
1198 VMX controls may block the perf NMI to the host potentially resulting in lost trace data
/tools/bpf/bpftool/Documentation/
Dbpftool-map.rst230 would be lost as soon as bpftool exits).
/tools/include/uapi/sound/
Dasound.h897 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