Re: funny pathname lookups from the compiler

2019-08-20 Thread Dimitry Andric
On 20 Aug 2019, at 20:24, Mateusz Guzik wrote: > > Interested parties can collect this on their own: > > dtrace -n 'vfs:namei:lookup:entry /execname == "ld.lld" || execname == > "cc"/ { @[stringof(arg1)] = count(); }' > > and cc hello.c or similar elsewhere. > > Full list is here: > http://dpa

funny pathname lookups from the compiler

2019-08-20 Thread Mateusz Guzik
Interested parties can collect this on their own: dtrace -n 'vfs:namei:lookup:entry /execname == "ld.lld" || execname == "cc"/ { @[stringof(arg1)] = count(); }' and cc hello.c or similar elsewhere. Full list is here: http://dpaste.com/2YM1R41 Highlights of fishy entries for me: /proc/self/fd