libsysprof-profile: add malloc tracing instrument

This commit is contained in:
Christian Hergert
2023-06-06 16:30:38 -07:00
parent b0a3736ff4
commit 1e675e92e4
5 changed files with 123 additions and 4 deletions

View File

@ -5,6 +5,7 @@ libsysprof_profile_public_sources = [
'sysprof-energy-usage.c',
'sysprof-instrument.c',
'sysprof-memory-usage.c',
'sysprof-malloc-tracing.c',
'sysprof-network-usage.c',
'sysprof-profiler.c',
'sysprof-proxied-instrument.c',
@ -30,6 +31,7 @@ libsysprof_profile_public_headers = [
'sysprof-energy-usage.h',
'sysprof-instrument.h',
'sysprof-memory-usage.h',
'sysprof-malloc-tracing.h',
'sysprof-network-usage.h',
'sysprof-profiler.h',
'sysprof-proxied-instrument.h',