We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df40ecd + 01ea5fd commit be4de8aCopy full SHA for be4de8a
1 file changed
src/trace.yaml
@@ -73,6 +73,7 @@ children:
73
- tcf_classify:0
74
- cls_bpf_classify:0
75
- tcf_bpf_act:0
76
+ - sch_direct_xmit:0
77
- name: ipvaln
78
desc: ipvlan network interface
79
default: false
@@ -110,6 +111,11 @@ children:
110
111
children:
112
- arp_rcv:0
113
- arp_process:2
114
+ - name: bonding
115
+ visual: true
116
+ desc: bonding netdevice
117
+ children:
118
+ - bond_dev_queue_xmit:1
119
- name: packet
120
desc: the process of skb of type PF_PACKET
121
0 commit comments