Skip to content

Commit 04e8123

Browse files
committed
traces: add some traces for bonding
Following kernel function is added to trace.yaml: bond_dev_queue_xmit Signed-off-by: Menglong Dong <imagedong@tencent.com>
1 parent 3142c6a commit 04e8123

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/trace.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,11 @@ children:
110110
children:
111111
- arp_rcv:0
112112
- arp_process:2
113+
- name: bonding
114+
visual: true
115+
desc: bonding netdevice
116+
children:
117+
- bond_dev_queue_xmit:1
113118
- name: packet
114119
desc: the process of skb of type PF_PACKET
115120
children:

0 commit comments

Comments
 (0)