tools: symbolize callstacks with dump

This can be useful so we don't have to use other tools to try to figure
out what is already right in there.
This commit is contained in:
Christian Hergert
2023-02-20 20:08:45 -08:00
parent d7d073505c
commit d0e63f8573
2 changed files with 64 additions and 9 deletions

View File

@ -19,7 +19,7 @@ sysprof_cat = executable('sysprof-cat', 'sysprof-cat.c',
)
sysprof_dump = executable('sysprof-dump', 'sysprof-dump.c',
dependencies: tools_deps,
dependencies: [libsysprof_dep],
c_args: tools_cflags,
install: false,
)