| /tools/bpf/bpftool/ |
| A D | map_perf_ring.c | 42 __u64 lost; member 63 struct perf_event_lost *lost = container_of(event, in print_bpf_output() local 86 jsonw_uint(json_wtr, lost->id); in print_bpf_output() 88 jsonw_uint(json_wtr, lost->lost); in print_bpf_output() 100 printf("lost %llu events\n", lost->lost); in print_bpf_output()
|
| /tools/testing/selftests/net/packetdrill/ |
| A D | tcp_sack_sack-shift-sacked-7-3-4-8-9-fack.pkt | 3 // This variant tests the case where we mark packets 0-4 lost, then 28 assert tcpi_lost == 7, tcpi_lost # RACK thinks 1:7001 are lost 36 assert tcpi_lost == 6, tcpi_lost # since 3001:4001 is no longer lost 43 // It uses the RFC3517 algorithm to mark 1:3001 lost 48 assert tcpi_lost == 5,tcpi_lost # SACK/RFC3517 thinks 1:3001 are lost
|
| A D | tcp_sack_sack-shift-sacked-7-5-6-8-9-fack.pkt | 3 // This variant tests the case where we mark packets 0-4 lost, then 27 assert tcpi_lost == 7,tcpi_lost # RACK thinks 1:7001 are lost
|
| A D | tcp_fast_recovery_prr-ss-30pkt-lost1_4.pkt | 3 // 1 to 4 are lost. The sender writes another 10 packets.
|
| /tools/net/sunrpc/xdrgen/templates/C/source_top/ |
| A D | server.j2 | 2 // Generated by xdrgen. Manual edits will be lost.
|
| A D | client.j2 | 2 // Generated by xdrgen. Manual edits will be lost.
|
| /tools/perf/util/ |
| A D | sample.h | 30 u64 lost; /* only if PERF_FORMAT_LOST */ member 51 return offsetof(struct sample_read_value, lost); in sample_read_value_size()
|
| A D | top.c | 51 top->lost, top->lost_total, top->drop, top->drop_total); in perf_top__header_snprintf() 118 top->guest_us_samples = top->lost = top->drop = 0; in perf_top__reset_sample_counters()
|
| A D | top.h | 29 u64 samples, lost, lost_total, drop, drop_total; member
|
| A D | tool.h | 53 lost, member
|
| A D | tool_pmu.c | 463 count->lost++; in evsel__tool_pmu_read() 531 count->lost = 0; in evsel__tool_pmu_read()
|
| A D | session.c | 1027 printf(", lost %" PRIu64, value->lost); in sample_read__printf() 1034 printf(", lost %" PRIu64, sample->read.one.lost); in sample_read__printf() 1152 printf("... lost : %" PRI_lu64 "\n", read_event->lost); in dump_read() 1317 if (tool->lost == perf_event__process_lost) in machines__deliver_event() 1318 evlist->stats.total_lost += event->lost.lost; in machines__deliver_event() 1319 return tool->lost(tool, event, sample, machine); in machines__deliver_event() 1322 evlist->stats.total_dropped_samples += event->lost_samples.lost; in machines__deliver_event() 1324 evlist->stats.total_lost_samples += event->lost_samples.lost; in machines__deliver_event() 1728 if (session->tool->lost == perf_event__process_lost && in perf_session__warn_about_errors()
|
| A D | tool.c | 270 tool->lost = perf_event__process_lost; in perf_tool__init()
|
| A D | python.c | 202 member_def(perf_record_lost, lost, T_ULONGLONG, "number of lost events"), 213 pevent->event.lost.id, pevent->event.lost.lost) < 0) { in pyrf_lost_event__repr() 668 counts_values_member_def(lost, T_ULONG, "Num of lost samples"),
|
| /tools/lib/perf/include/perf/ |
| A D | event.h | 70 __u64 lost; member 77 __u64 lost; member 82 struct perf_record_lost_samples lost; member 96 __u64 lost; member 520 struct perf_record_lost lost; member
|
| A D | evsel.h | 22 uint64_t lost; member
|
| /tools/net/sunrpc/xdrgen/templates/C/header_top/definition/ |
| A D | header.j2 | 2 /* Generated by xdrgen. Manual edits will be lost. */
|
| /tools/net/sunrpc/xdrgen/templates/C/header_top/declaration/ |
| A D | header.j2 | 2 /* Generated by xdrgen. Manual edits will be lost. */
|
| /tools/lib/perf/tests/ |
| A D | test-evsel.c | 223 __T("failed to read LOST", counts.lost == 0); in test_stat_read_format_single() 269 __T("failed to read leader LOST", counts.lost == 0); in test_stat_read_format_group() 282 __T("failed to read member LOST", counts.lost == 0); in test_stat_read_format_group()
|
| /tools/perf/ |
| A D | builtin-top.c | 605 if (t->lost || t->drop) in perf_top__sort_new_samples() 861 top->lost += event->lost.lost; in perf_top__process_lost() 862 top->lost_total += event->lost.lost; in perf_top__process_lost() 863 evsel->evlist->stats.total_lost += event->lost.lost; in perf_top__process_lost() 871 top->lost += event->lost_samples.lost; in perf_top__process_lost_samples() 872 top->lost_total += event->lost_samples.lost; in perf_top__process_lost_samples() 873 evsel->evlist->stats.total_lost_samples += event->lost_samples.lost; in perf_top__process_lost_samples()
|
| A D | builtin-record.c | 1947 lost->lost = lost_count; in __record__save_lost_samples() 1955 lost->header.size = sizeof(*lost) + id_hdr_size; in __record__save_lost_samples() 1956 lost->header.misc = misc_flag; in __record__save_lost_samples() 1957 record__write(rec, NULL, lost, lost->header.size); in __record__save_lost_samples() 1992 if (count.lost) { in record__read_lost_samples() 1993 memset(&lost, 0, sizeof(lost)); in record__read_lost_samples() 1994 lost.lost.header.type = PERF_RECORD_LOST_SAMPLES; in record__read_lost_samples() 1995 __record__save_lost_samples(rec, evsel, &lost.lost, in record__read_lost_samples() 2003 memset(&lost, 0, sizeof(lost)); in record__read_lost_samples() 2004 lost.lost.header.type = PERF_RECORD_LOST_SAMPLES; in record__read_lost_samples() [all …]
|
| /tools/perf/tests/ |
| A D | sample-parsing.c | 97 COMP(read.one.lost); in samples_same() 310 sample.read.one.lost = 1; in do_test()
|
| /tools/perf/Documentation/ |
| A D | itrace.txt | 63 l trace data lost
|
| /tools/lib/perf/ |
| A D | evsel.c | 369 count->lost = data[idx++]; in perf_evsel__read_group() 397 count->lost = buf[n++]; in perf_evsel__adjust_values()
|
| /tools/testing/selftests/rcutorture/bin/ |
| A D | kvm-remote.sh | 289 echo System $i persistent ssh failure, lost results `date` | tee -a "$oldrun/remote-log"
|