/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 | python.c | 315 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()
|
D | session.c | 496 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()
|
D | data-convert-json.c | 292 .lost = perf_event__process_lost, in bt_convert__perf2json()
|
D | event.c | 428 return fprintf(fp, " lost %" PRI_lu64 "\n", event->lost.lost); in perf_event__fprintf_lost()
|
D | machine.c | 706 event->lost.id, event->lost.lost); in machine__process_lost_event() 714 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 | 70 __u64 lost; member 75 __u64 lost; member 398 struct perf_record_lost lost; member
|
/tools/perf/ |
D | builtin-top.c | 601 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()
|
D | builtin-mem.c | 443 .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() 3420 .lost = perf_event__process_lost, in cmd_sched()
|
D | builtin-inject.c | 886 .lost = perf_event__repipe, in cmd_inject()
|
D | builtin-kvm.c | 1389 kvm->tool.lost = process_lost_event; in kvm_events_live()
|
D | builtin-report.c | 1176 .lost = perf_event__process_lost, in cmd_report()
|
D | builtin-diff.c | 476 .lost = perf_event__process_lost,
|
D | builtin-trace.c | 1581 "LOST %" PRIu64 " events!\n", event->lost.lost); in trace__process_event()
|
/tools/perf/Documentation/ |
D | itrace.txt | 58 l trace data lost
|
D | perf-script.txt | 125 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.
|
D | perf-intel-pt.txt | 194 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/ |
D | bpftool-map.rst | 230 would be lost as soon as bpftool exits).
|
/tools/include/uapi/sound/ |
D | asound.h | 897 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
|