xref: /spdk/scripts/bpf/send_msg.bt (revision d491e7ea33f0f52fd9abbfc4fbfff6a7f3cf2ec2)
1uprobe:__EXE__:spdk_thread_send_msg {
2	@send_msg[usym(arg1)] = count();
3}
4
5uprobe:__EXE__:spdk_for_each_channel {
6	@for_each_channel[usym(arg1)] = count();
7}
8