<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 12, 2017 at 2:46 PM, Mandeep Sandhu <span dir="ltr">&lt;<a href="mailto:mandeepsandhu.chd@gmail.com" target="_blank">mandeepsandhu.chd@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><span class=""><div class="gmail_extra">On Wed, Apr 12, 2017 at 2:41 PM, Code Soldier1 <span dir="ltr">&lt;<a href="mailto:codesoldier1@gmail.com" target="_blank">codesoldier1@gmail.com</a>&gt;</span> wrote:<br></div></span><div class="gmail_extra"><div class="gmail_quote"><span class=""><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Yes that is possible but it is very time consuming. Let&#39;s say I get<br>
500 hits ? Try searching for destructor in linux kernel code. I am<br>
only interested in the one that is defined in sk_buff.<br></blockquote><div><br></div></span><div>Look at cscope &amp; ctags for such queries. Both tools will list all instances where the said identifier is declared. If a field is defined in multiple structs, you will get multiple results from which you have to sift through (it will still be less than free-text search that you&#39;d do on lxr though).<br></div><div><br></div><div>Also, please reply to the list (and not to me directly). Others on this list might have better suggestions.</div></div></div></div></blockquote><div><br></div><div>(and I myself forgot to CC the list! :P)</div><div><br></div><div>-mandeep</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div><br></div><div>HTH,</div><div>-mandeep</div><div><div class="h5"><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
On Wed, Apr 12, 2017 at 2:28 PM, Mandeep Sandhu<br>
&lt;<a href="mailto:mandeepsandhu.chd@gmail.com" target="_blank">mandeepsandhu.chd@gmail.com</a>&gt; wrote:<br>
&gt; On Wed, Apr 12, 2017 at 2:25 PM, Code Soldier1 &lt;<a href="mailto:codesoldier1@gmail.com" target="_blank">codesoldier1@gmail.com</a>&gt;<br>
&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Thanks. This does not completely solve my issue. I am looking for<br>
&gt;&gt; something that can associate a field name with the structure.<br>
&gt;<br>
&gt;<br>
&gt; Well, you can search for a field&#39;s use using free-text search, then looks at<br>
&gt; the line of code to figure out what struct it&#39;s part of, no? :)<br>
&gt;<br>
&gt; -mandeep<br>
&gt;<br>
&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Tue, Apr 11, 2017 at 1:13 PM, Mandeep Sandhu<br>
&gt;&gt; &lt;<a href="mailto:mandeepsandhu.chd@gmail.com" target="_blank">mandeepsandhu.chd@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; I am looking for something that can list all the places that a certain<br>
&gt;&gt; &gt;&gt; field of a certain structure is used. For example, sk_buff has a field<br>
&gt;&gt; &gt;&gt; called destructor, but so do many other data structures. How do I<br>
&gt;&gt; &gt;&gt; search for places where just the destructor field of sk_buff.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I think lxr has an identifier &amp; free-text search (powered by google). If<br>
&gt;&gt; &gt; that doesn&#39;t do it for you, you can go &quot;old school&quot; and try cscope<br>
&gt;&gt; &gt; maybe?<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; HTH,<br>
&gt;&gt; &gt; -mandeep<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Thanks a lot.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; --<br>
&gt;&gt; &gt;&gt; CS1<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; ______________________________<wbr>_________________<br>
&gt;&gt; &gt;&gt; Kernelnewbies mailing list<br>
&gt;&gt; &gt;&gt; <a href="mailto:Kernelnewbies@kernelnewbies.org" target="_blank">Kernelnewbies@kernelnewbies.or<wbr>g</a><br>
&gt;&gt; &gt;&gt; <a href="https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies" rel="noreferrer" target="_blank">https://lists.kernelnewbies.or<wbr>g/mailman/listinfo/kernelnewbi<wbr>es</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
<span class="m_5361735138519067775gmail-HOEnZb"><font color="#888888">&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; CS1<br>
&gt;<br>
&gt;<br>
<br>
<br>
<br>
--<br>
CS1<br>
</font></span></blockquote></div></div></div><br></div></div>
</blockquote></div><br></div></div>