summaryrefslogtreecommitdiffstats
path: root/kmtrace/ktrace.c
Commit message (Collapse)AuthorAgeFilesLines
* kmtrace: fixed code for realloc and avoid its use when logging info about ↵Michele Calgaro2021-09-221-10/+36
| | | | | | realloc calls. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* ktrace: let both parent and child processes write into the log file.Michele Calgaro2021-09-201-18/+0
| | | | | | | | | | | This makes sure all malloc/realloc/free operations are correctly logged, although there is a summary section for each process. As a rule of thumb, when monitoring malloc operations it is recommended to run the program with the '--nofork' argument to avoid the fork operation in first place. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add a backtrace function and library detection.Slávek Banko2021-09-151-1/+5
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fixed building with glibc 2.34 where malloc/free hooks have been removed.Michele Calgaro2021-09-151-105/+124
| | | | | | | Removed mtrace.c file since it is not used (it seems it was a base for ktrace.c). Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* [tdesdk] cmake portSerghei Amelian2012-02-141-2/+2
|
* rename the following methods:tpearson2011-08-101-4/+4
| | | | | | | | tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt4 convert kdesdktpearson2011-06-121-4/+4
| | | | | | | This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1236185 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Updated obsolete GPL license addresses to current GPL addresstpearson2010-01-061-2/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1070573 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.toma2009-11-251-0/+840
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da