mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
7d54b85e92647f240055088381ea453701b38f0b
This is a sampling profiler that uses a kernel module, sysprof-module, to generate stacktraces which are then interpreted by the userspace program "sysprof". - The profiler uses a kernel module, so it is Linux specifc - There is no auto* stuff. Just type "make" and hope for the best. - You need gtk+ 2.4.0 or better, and you need libglade from CVS. - You need a 2.6 non-SMP kernel - The programs you want to profile should have debugging symbols, or you won't get much useful information. - To get symbols from the X server, run sysprof as root (go figure). - It may be broken on SMP kernels. Søren Credits: Kristian Høgsberg for the first port to 2.6
Description
Languages
C
98.9%
Meson
1%