libsysprof-profile: add network usage instrument

This commit is contained in:
Christian Hergert
2023-05-31 22:43:33 -07:00
parent e3404dd0ca
commit fd40e940d3
5 changed files with 414 additions and 0 deletions

View File

@ -1,6 +1,7 @@
libsysprof_profile_public_sources = [
'sysprof-cpu-usage.c',
'sysprof-instrument.c',
'sysprof-network-usage.c',
'sysprof-profiler.c',
'sysprof-recording.c',
'sysprof-spawnable.c',
@ -18,6 +19,7 @@ libsysprof_profile_public_headers = [
'sysprof-instrument.h',
'sysprof-cpu-usage.h',
'sysprof-network-usage.h',
'sysprof-profiler.h',
'sysprof-recording.h',
'sysprof-spawnable.h',