For long running binaries which may have been replaced or deleted, today
perf top spits out a warning and doesn't show anything. For eg:
test.c:
main()
{
while(1);
}
gcc -O2 test.c -o test
./test &
gcc -O2 test.c -o test # overwrite the binary
perf top -p <pid>
shows nothing. It could instead show:
100% <unresolved> test
like perf record/report would show for the same test case. Comments?
-Arun
--
To unsubscribe from this list: send the line "unsubscribe linux-perf-users" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html