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
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