Sysprof system profiler: See
C M4 Makefile Shell Other
Switch branches/tags
Nothing to show
Latest commit 67a9d63 Dec 12, 2016 @chergert chergert visualizers: use cast macros
We use these everywhere else, so be consistent with that.
Permalink
Failed to load latest commit information.
build-aux
daemon
data
help
lib
m4
po
src
tests
tools
.editorconfig
.gitignore
AUTHORS
COPYING
COPYING.gpl-2
DESIGN.md docs: update DESIGN.md Apr 23, 2016
Makefile.am
NEWS
README
TODO update TODO Apr 14, 2016
autogen.sh
config.h.meson
configure.ac
git.mk
gresources.mk
meson.build
meson_options.txt
sysprof.doap
tap-test

README

Sysprof is a sampling profiler that uses a kernel module to generate
stacktraces which are then interpreted by the userspace program
"sysprof".

See the Sysprof homepage:

        http://sysprof.com/

for more information

Questions, patches and bug reports should be sent to the sysprof
mailing list:

        sysprof-list@gnome.org

The list is archived here:

        https://mail.gnome.org/archives/sysprof-list/

Debugging symbols

- The programs and libraries you want to profile should be compiled
  with -fno-omit-frame-pointer and have debugging symbols available,
  or you won't get much usable information.