| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-01-28 | profiling - gprof: use no PIE compiler and linker option | Manuel Traut | |
| PIE is enabled in the gcc of Debian/stretch by default. However the gprof in stretch isn't able to produce any output if PIE is enabled. This is also documented here: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854704 Disable PIE for the moment to get some gprof output. However i'm not able to find out how to disable PIE if compiling and linking is done in two steps. Therefore this is just removed. Signed-off-by: Manuel Traut <manut@linutronix.de> | |||
| 2014-07-17 | Basic introduction to Profiling and code coverage (Gprof, Callgrind, Perf, Gcov) | Jan Altenberg | |
