<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 06/26/2013 12:58 AM, Jessica Foest
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAPxN80A4-Fa3hhA8+zmmckhwRrp0qb2+xXcebw8tmB1QXGULzw@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>
          <div>
            <div>Hi<br>
              <br>
              when use lttng network tracepoint it didn't display
              network interface mode (like promiscuous mode or other ) .
              did i miss some tracepoint option or it's a limitation ?<br>
            </div>
          </div>
        </div>
        regard<br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
lttng-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:lttng-dev@lists.lttng.org">lttng-dev@lists.lttng.org</a>
<a class="moz-txt-link-freetext" href="http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev">http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev</a>
</pre>
    </blockquote>
    Hi Jessica,<br>
    <br>
    Which tracepoints are you using?  If you're talking about
    net_dev_queue, netif_receive_skb, netif_rx, then the information it
    shows is very limited.  I have an experimental branch which adds
    data to those tracepoints, mostly the network header if it's IP or
    IPv6 and transport header if it's TCP.  But the network interface
    mode is not one of those data, though if you know how to find it, it
    may (or may not) be fairly easy to add.<br>
    <br>
    Here's the git branch <br>
    <a class="moz-txt-link-freetext" href="http://git.dorsal.polymtl.ca/~gbastien?p=lttng-modules.git;a=summary">http://git.dorsal.polymtl.ca/~gbastien?p=lttng-modules.git;a=summary</a><br>
    branch net_data_experimental<br>
    <br>
    Regards,<br>
    <br>
    Geneviève
  </body>
</html>