Searched refs:kstats (Results 1 – 2 of 2) sorted by relevance
104 kstats = sysctl.filter(base)105 return [fmt(kstat) for kstat in kstats if is_value(kstat)]1020 kstats = get_kstats()1023 draw_graph(kstats)1029 print_raw(kstats)1034 section_calls[ARGS.section](kstats)1055 section_calls[call](kstats)1063 section_calls[section](kstats)
1375 struct tpacket_stats_v3 kstats; in pcap_stats_linux() local1377 struct tpacket_stats kstats; in pcap_stats_linux() local1427 &kstats, &len) > -1) { in pcap_stats_linux()1472 handlep->stat.ps_recv += kstats.tp_packets; in pcap_stats_linux()1473 handlep->stat.ps_drop += kstats.tp_drops; in pcap_stats_linux()