Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
C
M4
Makefile
Shell
Other
Latest commit
67a9d63
Dec 12, 2016
We use these everywhere else, so be consistent with that.
| 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 |
|
|
|
|
Makefile.am | ||
|
|
NEWS | ||
|
|
README | ||
|
|
TODO |
|
|
|
|
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.