<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, 24 Oct 2023 at 21:56, Kienan Stewart <<a href="mailto:kstewart@efficios.com">kstewart@efficios.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Lin,<br>
<br>
could you keep the lttng-dev list in CC on your replies in the future?<br></blockquote><div>Yes, sure. </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
<br>
On 2023-10-24 09:25, Lin ArcX wrote:<br>
> Thanks for your response. i fixed the names. here is new commands:<br>
> # enable event for traced functions<br>
> sudo lttng enable-event --kernel irq_handler_entry,napi_poll,net_dev_queue<br>
> <br>
> # different name with kernel<br>
> sudo lttng enable-event --kernel <br>
> net_if_rx_entry,net_if_rx_ni_entry,net_napi_gro_receive_entry,net_if_receive_skb_list_entry,net_if_receive_skb<br>
> <br>
> Now In new tracefile i can see a lot of new events come. but still can't <br>
> see any trace from these:<br>
> <br>
> net_if_rx_ni_entry<br>
> net_napi_gro_receive_entry<br>
> net_if_receive_skb_list_entry<br>
> <br>
This looks fine to me.<br>
<br>
On a linux 4.19 system, I ran a test with using lttng-modules 2.12.14. I <br>
saw events for "net_napi_gro_receive_entry".<br>
<br>
In parallel with the LTTng tracing session, I ran<br>
<br>
   perf stat -e <br>
net:netif_rx_ni_entry,net:netif_receive_skb_list_entry,net:napi_gro_receive_entry<br>
<br>
The above allowed me to confirm that there were <br>
"net:napi_gro_receive_entry_events", but no "net:netif_rx_ni_entry" or <br>
"net:netif_receive_skb_list_entry" occurrences in my test.<br>
<br>
Are you seeing a situation where another tool is recording occurrences <br>
of the events that you think aren't being seen during your tracing session?<br></blockquote><div><br></div><div>No, nothing, I'm running my client/server application inside wsl and no other tools are running.  </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
thanks,<br>
kienan<br>
</blockquote></div></div>