/tools/bpf/bpftool/ |
D | map_perf_ring.c | 50 __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/ |
D | top.c | 50 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()
|
D | top.h | 29 u64 samples, lost, lost_total, drop, drop_total; member
|
D | tool.h | 52 lost, member
|
D | session.c | 479 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()
|
D | python.c | 288 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()
|
D | event.c | 409 return fprintf(fp, " lost %" PRI_lu64 "\n", event->lost.lost); in perf_event__fprintf_lost()
|
D | machine.c | 678 event->lost.id, event->lost.lost); in machine__process_lost_event() 686 sample->id, event->lost_samples.lost); in machine__process_lost_samples_event()
|
D | data-convert-bt.c | 1612 .lost = perf_event__process_lost, in bt_convert__perf2ctf()
|
/tools/lib/perf/include/perf/ |
D | event.h | 60 __u64 lost; member 65 __u64 lost; member 388 struct perf_record_lost lost; member
|
/tools/perf/ |
D | builtin-top.c | 600 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()
|
D | builtin-mem.c | 387 .lost = perf_event__process_lost, in cmd_mem()
|
D | builtin-sched.c | 2669 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()
|
D | builtin-inject.c | 814 .lost = perf_event__repipe, in cmd_inject()
|
D | builtin-report.c | 1145 .lost = perf_event__process_lost, in cmd_report()
|
D | builtin-kvm.c | 1390 kvm->tool.lost = process_lost_event; in kvm_events_live()
|
D | builtin-diff.c | 476 .lost = perf_event__process_lost,
|
D | builtin-trace.c | 1571 "LOST %" PRIu64 " events!\n", event->lost.lost); in trace__process_event()
|
D | builtin-c2c.c | 371 .lost = perf_event__process_lost,
|
/tools/perf/Documentation/ |
D | itrace.txt | 56 l trace data lost
|
D | perf-script.txt | 113 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.
|
D | perf-intel-pt.txt | 189 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/ |
D | bpftool-map.rst | 228 would be lost as soon as bpftool exits).
|
/tools/include/uapi/sound/ |
D | asound.h | 867 unsigned int lost; /* counter of master tick lost */ member
|
/tools/usb/usbip/ |
D | INSTALL | 188 variables may be lost. In order to avoid this problem, you should set
|