xref: /spdk/scripts/bpf/send_msg.bt (revision cbb57e0d9635b6760f4037cb792c7b6e10665b14)
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