zoukankan      html  css  js  c++  java
  • 协议栈丢包

      perf record -g -a -e skb:kfree_skb
      perf report -g -i  perf.data
     perf script
    [root@bogon ~]# perf script
    swapper     0 [040] 5492213.051842: skb:kfree_skb: skbaddr=0xffff809fc51e3300 protocol=34525 location=0xffff000008
            ffff0000086d7468 kfree_skb+0xd0 ([kernel.kallsyms])
            ffff0000086d7468 kfree_skb+0xd0 ([kernel.kallsyms])
            ffff0000087c01b8 ipv6_rcv+0x194 ([kernel.kallsyms])
            ffff0000086e9e94 __netif_receive_skb_core+0x320 ([kernel.kallsyms])
            ffff0000086ecedc __netif_receive_skb+0x34 ([kernel.kallsyms])
            ffff0000086f0594 netif_receive_skb_internal+0x78 ([kernel.kallsyms])
            ffff0000086f12a0 napi_gro_receive+0xcc ([kernel.kallsyms])
            ffff000001081158 hns_nic_rx_up_pro+0x38 ([kernel.kallsyms])
            ffff0000010828a8 hns_nic_rx_poll_one+0x258 ([kernel.kallsyms])
            ffff0000010811bc hns_nic_common_poll+0x58 ([kernel.kallsyms])
            ffff0000086f0c58 net_rx_action+0x314 ([kernel.kallsyms])
            ffff000008081a7c __softirqentry_text_start+0x11c ([kernel.kallsyms])
            ffff0000080db130 irq_exit+0x120 ([kernel.kallsyms])
            ffff00000813c09c __handle_domain_irq+0x78 ([kernel.kallsyms])
            ffff000008081848 gic_handle_irq+0xa0 ([kernel.kallsyms])
            ffff0000080830b0 el1_irq+0xb0 ([kernel.kallsyms])
            ffff00000808580c arch_cpu_idle+0x44 ([kernel.kallsyms])
            ffff000008836ac0 default_idle_call+0x20 ([kernel.kallsyms])
            ffff000008120b84 do_idle+0x158 ([kernel.kallsyms])
            ffff000008120d98 cpu_startup_entry+0x2c ([kernel.kallsyms])
            ffff000008091068 secondary_start_kernel+0x150 ([kernel.kallsyms])
  • 相关阅读:
    【简●解】POJ 1845 【Sumdiv】
    【简●解】 LG P2730 【魔板 Magic Squares】
    团队会议01
    【随手记】原型展示+电梯演讲
    发际线总和我作队-第一次视频会议
    团队项目-记账App
    人生第一篇博客 , 当然是经典的 "Hello World"
    窗体评分系统
    优化MySchool数据库设计总结
    相关子查询
  • 原文地址:https://www.cnblogs.com/dream397/p/13683650.html
Copyright © 2011-2022 走看看