Home
last modified time | relevance | path

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

123

/tools/bpf/bpftool/
A Dmap_perf_ring.c42 __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 Dtcp_sack_sack-shift-sacked-7-3-4-8-9-fack.pkt3 // 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 Dtcp_sack_sack-shift-sacked-7-5-6-8-9-fack.pkt3 // 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 Dtcp_fast_recovery_prr-ss-30pkt-lost1_4.pkt3 // 1 to 4 are lost. The sender writes another 10 packets.
/tools/net/sunrpc/xdrgen/templates/C/source_top/
A Dserver.j22 // Generated by xdrgen. Manual edits will be lost.
A Dclient.j22 // Generated by xdrgen. Manual edits will be lost.
/tools/perf/util/
A Dsample.h30 u64 lost; /* only if PERF_FORMAT_LOST */ member
51 return offsetof(struct sample_read_value, lost); in sample_read_value_size()
A Dtop.c51 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 Dtop.h29 u64 samples, lost, lost_total, drop, drop_total; member
A Dtool.h53 lost, member
A Dtool_pmu.c463 count->lost++; in evsel__tool_pmu_read()
531 count->lost = 0; in evsel__tool_pmu_read()
A Dsession.c1027 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 Dtool.c270 tool->lost = perf_event__process_lost; in perf_tool__init()
A Dpython.c202 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 Devent.h70 __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 Devsel.h22 uint64_t lost; member
/tools/net/sunrpc/xdrgen/templates/C/header_top/definition/
A Dheader.j22 /* Generated by xdrgen. Manual edits will be lost. */
/tools/net/sunrpc/xdrgen/templates/C/header_top/declaration/
A Dheader.j22 /* Generated by xdrgen. Manual edits will be lost. */
/tools/lib/perf/tests/
A Dtest-evsel.c223 __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 Dbuiltin-top.c605 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 Dbuiltin-record.c1947 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 Dsample-parsing.c97 COMP(read.one.lost); in samples_same()
310 sample.read.one.lost = 1; in do_test()
/tools/perf/Documentation/
A Ditrace.txt63 l trace data lost
/tools/lib/perf/
A Devsel.c369 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 Dkvm-remote.sh289 echo System $i persistent ssh failure, lost results `date` | tee -a "$oldrun/remote-log"

Completed in 43 milliseconds

123