( ): 1 , gcc , . -Wl,--no-as-needed :
-Wl,--no-as-needed -lprofiler -Wl,--as-needed
.
:
pprof ls.prof, /bin/ls ( -g, ),
, ? ! /bin/ls -lprofiler. , , :
CPUPROFILE , . , /usr/local/bin/my_binary_compiled_with_libprofiler_so
% env CPUPROFILE=/tmp/mybin.prof /usr/local/bin/my_binary_compiled_with_libprofiler_so
, ProfilerStart() ProfilerStop(). ( .) ProfilerStart() .
- , ls , -
% ls -la ~
% <output>
% PROFILE: interrupts/evictions/bytes = 204/0/256
, ,
% pprof binary_compiled_with_lprofiler profile_file
source
share