mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
libsysprof: add self tracking of sysprof libs
This commit is contained in:
@ -224,6 +224,16 @@ rsvg:
|
|||||||
* icons inherit
|
* icons inherit
|
||||||
|
|
||||||
|
|
||||||
|
Sysprof:
|
||||||
|
malloc memory inherit
|
||||||
|
calloc memory inherit
|
||||||
|
free memory inherit
|
||||||
|
realloc memory inherit
|
||||||
|
aligned_alloc memory inherit
|
||||||
|
posix_memalign memory inherit
|
||||||
|
memalign memory inherit
|
||||||
|
|
||||||
|
|
||||||
Wayland Client:
|
Wayland Client:
|
||||||
wl_* windowing inherit
|
wl_* windowing inherit
|
||||||
|
|
||||||
|
|||||||
@ -53,6 +53,12 @@ static const struct {
|
|||||||
const char *library;
|
const char *library;
|
||||||
const char *nick;
|
const char *nick;
|
||||||
} nick_table[] = {
|
} nick_table[] = {
|
||||||
|
/* Self Tracking Sysprof */
|
||||||
|
{ "libsysprof-memory-6.so", "Sysprof" },
|
||||||
|
{ "libsysprof-tracer-6.so", "Sysprof" },
|
||||||
|
{ "libsysprof-6.so", "Sysprof" },
|
||||||
|
|
||||||
|
/* Platform */
|
||||||
{ "libc.so", "libc" },
|
{ "libc.so", "libc" },
|
||||||
{ "libffi.so", "libffi" },
|
{ "libffi.so", "libffi" },
|
||||||
{ "ld-linux-x86-64.so", "glibc" },
|
{ "ld-linux-x86-64.so", "glibc" },
|
||||||
|
|||||||
Reference in New Issue
Block a user