On 29.09.2015 15:24, Marc-André Lureau wrote: > Hi > >>> It helps to trace what's going on, at least it helped me. But if it's >>> superflous, we can remove it (though it's really only there to help >>> developers) >>> >> >> Ok lets be nice to them and say ivshmem_use_msix in there, so they find stuff >> quickly? >> >> $ time fgrep -R "use msix" * >> /.../ >> real 0m27.846s >> user 0m0.923s >> sys 0m0.667s >> >> $ time gid ivshmem_use_msix >> /.../ >> real 0m0.003s >> user 0m0.000s >> sys 0m0.000s > > what's gid? >
Just an old tool (part of the GNU idutils), along with cscope, etags, ctags, or whatever people may use to look up symbols. Ciao C.